本例只是说明思路和大致做法,无具体详细的模版文件提供。
1、定义citrix netscaler设备需要监控的
a、多个分布式IDC中vip的健康情况,北京、广州、杭州三地共计5个VIP,如果监控数量低于5个则报警
b、netscaler本身健康和性能监,如果snmp连续3次取不到数据则报警,性能则为每秒dns解析次数
2、根据上述定义查找netscaler设备的snmp oid库相应的snmp oid
vip的状况
3、zabbix中根据查找的snmp oid进行模版的编写
略
4、zabbix中增加netscaler设备的host
略
5、zabbix增加触发器
略
6、定义展示监控结果的screen
略
7、部分oid的含义
注意其中236和141的不同,可能设备版本不同造成的oid差异。
sysBuildVersion (1.3.6.1.4.1.5951.4.1.1.1)
This shows the version of the kernel build running on the netscaler.
sysIpAddress (1.3.6.1.4.1.5951.4.1.1.2) enterprises.5951.4.1.1.2.0
This shows the configured ipaddress of the NetScaler
resCpuUsage (1.3.6.1.4.1.5951.4.1.1.41.1)
CPU utilization percentage.
resMemUsage (1.3.6.1.4.1.5951.4.1.1.41.2)
Percentage of memory utilization on NetScaler.
sysHealthDiskUsed (1.3.6.1.4.1.5951.4.1.1.41.8.1.4)
The total disk space used in MBytes.
sysHealthDiskPerusage (1.3.6.1.4.1.5951.4.1.1.41.8.1.5)
The Percentage of the disk space used.
customEntries (1.3.6.1.4.1.5951.4.1.1.51.1.1)
This is the number of custom locations
gslbSitesTable
siteName (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.1)
This is the name of the gslb site
141 支持的
vsvrName (1.3.6.1.4.1.5951.4.1.3.1.1.1) enterprises.5951.4.1.3.1.1.1.19.110.115.49.46.108.98.115.56.46.99.111.109.95.103.115.108.98.118.115
The name of the vserver
vsvrCurServicesUp (1.3.6.1.4.1.5951.4.1.3.1.1.41) enterprises.5951.4.1.3.1.1.41.19.110.115.49.46.108.98.115.56.46.99.111.109.95.103.115.108.98.118.115
The current number of services which are bound to this vserver and are in the state 'up'.
vsvrCurServicesDown (1.3.6.1.4.1.5951.4.1.3.1.1.37) enterprises.5951.4.1.3.1.1.37.19.110.115.49.46.108.98.115.56.46.99.111.109.95.103.115.108.98.118.115
The current number of services which are bound to this vserver and are in the state 'down'.
vsvrCurServicesOutOfSvc (1.3.6.1.4.1.5951.4.1.3.1.1.39) enterprises.5951.4.1.3.1.1.39.19.110.115.49.46.108.98.115.56.46.99.111.109.95.103.115.108.98.118.115
The current number of services which are bound to this vserver and are in the state 'outOfService'.
vsvrHealth (1.3.6.1.4.1.5951.4.1.3.1.1.62) enterprises.5951.4.1.3.1.1.62.19.110.115.49.46.108.98.115.56.46.99.111.109.95.103.115.108.98.118.115
The percentage of UP services bound to this vserver.
236支持的
siteTotalResponses (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.9)
Number of responses received by the virtual servers represented by all GSLB services associated with this GSLB site.
gslbSiteInetAddress (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.18)
The internet address of the gslb site.
nsDomainTable (1.3.6.1.4.1.5951.4.1.1.51.3.1)
This table contains information about the Hits on the Domains.
This is indexed on the domainName.
domainName (1.3.6.1.4.1.5951.4.1.1.51.3.1.1.1)
The domain name
dnsTotalQueries (1.3.6.1.4.1.5951.4.1.1.51.3.1.1.2)
Total number of DNS queries received.
nsDnsServerStatsGroup
dnsTotQueries (1.3.6.1.4.1.5951.4.1.1.53.1.1) enterprises.5951.4.1.1.53.1.1.0
Total number of DNS queries received.
dnsTotAnswers (1.3.6.1.4.1.5951.4.1.1.53.1.2) enterprises.5951.4.1.1.53.1.2.0
Total number of DNS responses received.
阅读(3398) | 评论(0) | 转发(0) |