Zabbix で Nexentastorを監視するためのメモ

ESXi用データストアとして家で使っている
ストレージソフトNexentastorの監視のためのメモ

Nexentastor側でSNMPを有効にした状態で
以下のテンプレートを割り当てることで監視しています

Template ICMP Ping
Template SNMP OS Linux

これだけで、以下の項目は自動認識します。

  • Disk Partirions([各マウント領域毎])
    • Allocation units for Storage (例:512B)
    • Description of Storage (例:/)
    • Total disk space (例:11.13GB)
    • Total disk space in units (例:23.35 Munits)
    • Used disk space (例:6.39GB)
    • Used disk space in units (例:13.4 Munits)
  • General(通常のSNMP情報)
    • Device contact details (例:Root@example.com)
    • Device description (例:NexentaOS)
    • Device location (例:Huge Data Center)
    • Device name (例:NS001)
    • Device uptime (例:23日, 05:24:42)
  • ICMP(Ping状況)
    • ICMP loss (例:0%)
    • ICMP ping (例:UP(1))
    • ICMP responce time (例:6.5ms)
  • ネットワーク使用状況(サマリ)
    • Number of network interfaces (例:3)
  • ネットワーク使用状況(ネットワークインターフェース毎)
    • Admin status of interface (例:up(1))
    • Alias of interface (例:)
    • Description of interface (例:e1000g0)
    • Inbound errors on interface (例:0)
    • Incoming traffic on interface (例:23.7 Mbps)
    • Operational status of interface (例:up(1))
    • Outbound errors on insterface (例:0)
    • Outgoing traffice on interface (例:14.65Mbps)
  • Processeors(CPUコア単位)
    • Utilization of processor (例:19%)

そのほか、SNMP Trapの設定もしていれば、SNMP Trap情報も取得できます(ZFSのRAID異常メッセージも通知されます)。

 

あと、ZFSのステータスまで、取得したければ、
Zabbix Agentを導入して、テンプレートを追加してやればできそう・・・・

For Nexenta CE 3.1.3.5 and zabbix agent 2.0.4 tested right now (11 Jan 2013):
https://www.zabbix.com/wiki/howto/install/solaris/opensolaris

Zabbix ZFS discovery monitoring
https://www.zabbix.com/forum/showthread.php?p=141209

こちらはそのうち試す予定です。