ZFS ZPool Status Monitor
GitHub: uptimesoftware/zfs-zpool-status-monitorVersion Compatibility Module Name | Uptime Monitoring Station Version |
---|---|
ZFS ZPool Status Monitor 2.1 | 7.8, 7.7, 7.6, 7.5, 7.4, 7.3 |
ZFS ZPool Status Monitor 2.0 | 7.2, 7.1, 7.0, 6.0 |
Download Files |
---|
Information Table | |
---|---|
Description: | Monitors ZPool errors and, if any are found, will display info on which disks are affecting the ZPool. |
Supported Monitoring Stations: | 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.0 |
Supported Agents: | Solaris, Linux, AIX |
Installation Notes: | See Below. |
Dependencies: | Agent-side script/mod and perl (on remote Solaris systems). |
Input Variables: |
|
Output Variables: |
|
Languages Used: |
|
Notes:
####Agent Configuration
Since this plugin requires an agent component you will need to do the following on each Solaris system where you want this monitor to run.
- Extract the agent perl file from the zip (zfs-zpool-status-monitor-agent-files.zip) and place it in the directory “/opt/uptime-agent/scripts/”
- Make sure the “zfs_status_agent.pl” is owned by the “nobody” user and is executable
- Create/edit the following agent password file: “/opt/uptime-agent/bin/.uptmpasswd”
-
Copy/paste the following line into the password file:
PASSWORD /opt/uptime-agent/scripts/zfs_status_agent.pl
Change the “PASSWORD” to whatever you like.