WWN,WWNN,WWPN区别

WWN

维基百科给出解释是:

A World Wide Name (WWN) or World Wide Identifier (WWID) is a unique identifier used in storage technologies including Fibre Channel, Advanced Technology Attachment (ATA) or Serial Attached SCSI (SAS).

WWN标识适用于包含FC、ATA、SAS在内的存储技术。

这个标识是全球 …

点击查看更多…

文件拷贝工具

很好用的文件拷贝工具
windows 平台
点击查看更多…

Nagiosgraph 组件安装

官方介绍:

https://exchange.nagios.org/directory/Addons/Graphing-and-Trending/nagiosgraph/details#_ga=1.41004834.1827091096.1474275709

下载地址:

http://nagiosgraph.sourceforge.net/

下载Nagiosgraph

[root@vnagios tmp]# wget http://nchc.dl.sourceforge.net/project/nagiosgraph/nagiosgraph/1.5.2/nagiosgraph-1.5.2.tar.gz

解 …

点击查看更多…

Nagios 监控windows 主机

之前我们装完nagios core ,我们查看host 页面只有一个主机,就是nagios 服务器本身

nagios3

现在我们来让nagios 监控window 主机
1. 编辑nagios 配置文件
vi …
点击查看更多…

Nagios Core 安装

Nagios

Nagios

参考官方安装文档

安装系统Centos7

[root@vnagios ~]# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
  1. 安装需要用到的软件包:
yum install -y wget httpd php gcc glibc glibc-common gd gd-devel make net-snmp unzip …
点击查看更多…