Page 2 of 2

Re: URL monitoring no graph

Posted: Mon Dec 30, 2019 1:56 pm
by mbellerue
Your script looks good. I think if you just remove the additional pipe from your check_procs.sh script, and then delete the RRD and XML files for the service, you should be good to go. Are you running into this issue with any commands other than the check_procs.sh command?

Re: URL monitoring no graph

Posted: Mon Feb 03, 2020 2:49 am
by RebeccaIlene
Yes, this is an issue for the check_http service too. However as explained earlier this is not directly using the check_https.
The output of check_http is being called by the check_or command from Nagios. Attached is the plugin used for check_procs. Please suggest what we can modify to avoid the pipe from displaying in the output.

Re: URL monitoring no graph

Posted: Mon Feb 03, 2020 4:10 pm
by mbellerue
My apologies, I missed that piece of the discussion.

You posted a screenshot where you ran check_procs.sh from the command line and it returned the additional pipe. Can you post that plugin here? Initially I was thinking it was the standard plugin that comes with Nagios, but ours is just check_procs, and is a binary rather than a bash script.