Migrating check_xi_service_nsclient to check_xi_ncpa
Posted: Mon Sep 20, 2021 7:38 am
Hello, I have a Nagios XI version 5.4.9
I am Migrating to Nagios XI version 5.8.6
I used the NSclient on remote hosts, now with the new server I am using NCPA client.
I did have a few windows server hosts on where I check multiple service state together, like this:
but now, with the command check_xi_ncpa I can´t figureout how to do it
how do I check multiple windows service state under 1 reference name?
I am Migrating to Nagios XI version 5.8.6
I used the NSclient on remote hosts, now with the new server I am using NCPA client.
I did have a few windows server hosts on where I check multiple service state together, like this:
Code: Select all
check_xi_service_nsclient!token!SERVICESTATE!-l 'ServiceName1','ServiceName2' -d SHOWALL!!!!!but now, with the command check_xi_ncpa I can´t figureout how to do it
Code: Select all
check_xi_ncpa!-t 'token' -P 5693 -M 'services' -q 'service=ServiceName1,status=running'