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.
I am trying to found a plugin which permit to check in a file if a got a right string (it's a summary of antivirus scan).
I see some plugin ( like it : https://exchange.nagios.org/directory/P ... nt/details ) but it don't really permit to do what i want.
If someone know a good plugin don't hesitate to tell me
I come back to you cause i have some issues :
On the plugin i don't saw where i can say that the string : "Infected files: 0" is okey and other number (>0) is critical.
And i'am totaly lost with this plugin : i don't know how to use it and install it ...
Do you know how to proceed ?
I come back to you cause i have some issues :
On the plugin i don't saw where i can say that the string : "Infected files: 0" is okey and other number (>0) is critical.
And i'am totaly lost with this plugin : i don't know how to use it and install it ...
Do you know how to proceed ?
From their page
--warning=<Number>. Complex handler-scripts can be provided with a warning-parameter (of course –critical is possible, too) this way. Inside the scripts the value is accessible as the macro CL_WARNING (resp. CL_CRITICAL).
--warning=<Number>. Complex handler-scripts can be provided with a warning-parameter (of course –critical is possible, too) this way. Inside the scripts the value is accessible as the macro CL_WARNING (resp. CL_CRITICAL).
yeah, but on a string i can't put this ?
And if i'am with windows server, can I use this plugin ?