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 get this output: DISK OK [/volume1 1.6T (45% free)]
When i create a servicecheck, the Nagios interface only shows: DISK OK (Not the part between the brackets). How can i get the verbose description to show up in Nagios?
Thank you for your reply.
I have tried several combinations of checkcommands and services, see this example, same results.
It seems that Nagios don't want to eat the "-v" option. When i run the command from shell without "-v", i get "DISK OK".
Have you tried placing the -v flag in another location on the check command? Also you might try specifying $ARG5$ after -v, even though it will not be in use and will not need to be filled in, it might force nagios to accept the extra flag.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
sreinhardt wrote:Have you tried placing the -v flag in another location on the check command? Also you might try specifying $ARG5$ after -v, even though it will not be in use and will not need to be filled in, it might force nagios to accept the extra flag.
Yes i have, it does not make any difference. I have also tried to use quotation marks between some parts of the command, but no fix so far...
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.