box293 Check not working on One Windows 2016 Server
Posted: Mon Oct 02, 2017 7:26 am
Nagios 4.1
Windows 2016 DataCenter
Setup these checks and getting this error
CRITICAL: communication with the VMware API failed after 2 retries.
I have 20 other servers running Windows 2012 R2 and Windows 2016 and they all have the same code and they work
I checked the nsclient.ini on this server compared to another they are exactly the same I even copied the nsclient over from another server.
Any ideas on what to look for?
Thanks
Tom
Windows 2016 DataCenter
Setup these checks and getting this error
CRITICAL: communication with the VMware API failed after 2 retries.
Code: Select all
define service {
host_name TGCS020-2016
service_description Guest CPU Usage
check_command box293_check_vmware_test!10.2.8.64!Guest_CPU_Usage!--guest!TGCS020-2016!!!!
initial_state u
max_check_attempts 3
check_interval 5
retry_interval 3
active_checks_enabled 1
check_period 24x7
servicegroups VMCPULoad
check_period backup_WIN16
notification_period backup_WIN16
register 1
}
define service {
host_name TGCS020-2016
service_description Guest Snapshots
check_command box293_check_vmware_test!10.2.8.64!Guest_Snapshot!--guest!TGCS020-2016!--warning!snapshot_age:30!--critical!snapshot_age:45
initial_state u
max_check_attempts 3
servicegroups nsclients
check_interval 10080
notification_interval 0
retry_interval 7
active_checks_enabled 1
check_period 24x7
servicegroups VMSnapShots
check_period backup_WIN16
notification_period backup_WIN16
register 1
}
I have 20 other servers running Windows 2012 R2 and Windows 2016 and they all have the same code and they work
I checked the nsclient.ini on this server compared to another they are exactly the same I even copied the nsclient over from another server.
Any ideas on what to look for?
Thanks
Tom