NRPE - NSClient - Nagios

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
jmai
Posts: 1
Joined: Thu Oct 29, 2015 8:52 am

NRPE - NSClient - Nagios

Post by jmai »

We want to monitor our Citrix licenses with a script that is embedded in NSClient++. The bat script is already created and works actually when we run it in a DOS Shell. But since we have problems integrating this script we are trying currently the check_ok.bat which comes bundled with NSClient++.
As Nagios surface we use Centreon and have the query already set up there. However, we get an error message which reads as follows:

No handler for command: citrix_free_lic

In the nsclient.ini entry is as follows:

Code: Select all

; A list of templates for wrapped scripts
[/ settings / external scripts / wrappings]

; BATCH FILE WRAPPING -
;;bat = scripts\\%SCRIPT% %ARGS%

citrix_free_lic = scripts\check_ok.bat
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: NRPE - NSClient - Nagios

Post by tmcdonald »

We do not provide support for Centreon. You will need to use their forums.
Former Nagios employee
Locked