Im looking to get nagios core to do a ping check on a windows server, i know NSClient++ can do this but id prefer to use NCPA as i have had some issues with NSClient and NCPA works fine for me. I was told i can get NCPA to use the nagios plugin (check_ping) to do this but im not sure how to go about this. I did see an example which is:
Code: Select all
/usr/local/nagios/libexec/check_ncpa.py -t '<your token>' -P 5693 -M 'plugins/check_ping/-H 192.168.x.x'i noticed that the check_ping file is actually in a libexec folder not a one called plugins, so i changed the code to say
Code: Select all
/usr/local/nagios/libexec/check_ncpa.py -t '<your token>' -P 5693 -M 'libexec/check_ping/-H 192.168.x.x'Anyone got any clues hot to get NCPA working with Nagios plugins such as check_ping?
Thanks