Issue with nagios GUI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
doylehinojosa
Posts: 1
Joined: Thu May 15, 2025 11:42 pm

Issue with nagios GUI

Post by doylehinojosa »

Hello,
I keep getting the same error message. I have tried several different methods, and nothing seems to work. The message on the nagios GUI is:

" Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!"

This happens every time I try to do something such as send a customer service notification. Does anyone have any advice as to how to fix this?
User avatar
lgute
Posts: 420
Joined: Mon Apr 06, 2020 2:49 pm

Re: Issue with nagios GUI

Post by lgute »

Hi @doylehinojosa,

Thanks for reaching out.

Check if the nagios user is a member of the nagios and nagcmd.

Code: Select all

groups nagios
If the output looks like this, the groups assignment should be ok.

Code: Select all

nagios : nagios nagcmd
If one or both groups are missing, run this command.

Code: Select all

usermod -a -G nagcmd nagios
If these suggestions do not help, this thread has some other triage steps.
Please let us know if you have any other questions or concerns.

-Laura
Post Reply