CHECK_MK issue for all OS (windows, Linux ,Aix)

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
arun1727
Posts: 22
Joined: Fri Jun 19, 2020 6:00 am

CHECK_MK issue for all OS (windows, Linux ,Aix)

Post by arun1727 »

Hi Team,

I have received below alerts for my all my monitoring servers. Kindly assist me on this.

UNKNOWN - Error writing to command pipe: Timeout while opening pipe, execution time 3.1 sec
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: CHECK_MK issue for all OS (windows, Linux ,Aix)

Post by benjaminsmith »

Hi,

Does the command pipe exist on the system?

Code: Select all

ls -l /usr/local/nagios/var/rw/nagios.cmd
If so, have the privileges changed?

Code: Select all

prw-rw---- 1 nagios nagcmd 0 Dec 23 15:21 /usr/local/nagios/var/rw/nagios.cmd
If not, try restarting Nagios Core.

Code: Select all

systemctl restart nagios
Hope that helps. Also, I would reccomend posting the whole check command to thread for review if you can't get it resolved.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
arun1727
Posts: 22
Joined: Fri Jun 19, 2020 6:00 am

Re: CHECK_MK issue for all OS (windows, Linux ,Aix)

Post by arun1727 »

Hi Benjaminsmith,

Could you please share us the path so that i can share you the check command
Locked