Box293 Plugin Snapshot Monitor Not Working
Posted: Sat Aug 06, 2016 4:06 pm
Nagios Core 4.1.1 on Ubuntu Server 16.04.01
VMA Host
ESXi 6.0 Host
I setup box293 plugin to monitor Guest snapshots
Now the first host shows this CRITICAL: ['TGCS014' (Notes: TGCS014) (Age: 108 (CRITICAL >= 10))]
The second host show this OK: No snapshots found
Using vSphere I ran a snapshot on the first host TGCS014 and in the datastore all the files .vmdk -delta.vmdk .vmsp and .vmsn was created with current dates
I can not figure out how box293 knows how to find which datastore the snapshots are in
It is strange that the first host is reporting differently than the second I have 10 other hosts that report the same as host 2
Any ideas?
VMA Host
ESXi 6.0 Host
I setup box293 plugin to monitor Guest snapshots
Code: Select all
# Guest Snapshots
define service {
host_name TGCS014
service_description Guest Snapshots
check_command box293_check_vmware_test!10.2.8.10!Guest_Snapshot!--guest!TGCS014!--warning!snapshot_age:5!--critical!snapshot_age:10
initial_state u
max_check_attempts 3
check_interval 10
retry_interval 7
active_checks_enabled 1
check_period 24x7
register 1
}
define service {
host_name TGCS015
service_description Guest Snapshots
check_command box293_check_vmware_test!10.2.8.10!Guest_Snapshot!--guest!TGCS015!--warning!snapshot_age:5!--critical!snapshot_age:10
initial_state u
max_check_attempts 3
check_interval 10
retry_interval 7
active_checks_enabled 1
check_period 24x7
register 1
}
The second host show this OK: No snapshots found
Using vSphere I ran a snapshot on the first host TGCS014 and in the datastore all the files .vmdk -delta.vmdk .vmsp and .vmsn was created with current dates
I can not figure out how box293 knows how to find which datastore the snapshots are in
It is strange that the first host is reporting differently than the second I have 10 other hosts that report the same as host 2
Any ideas?