Page 2 of 2

Re: Nagiosadmin dosent have rights to disable notifications

Posted: Fri May 12, 2017 7:04 am
by mfrycke
do u mean in this file?
usr/local/nagios/etc⟫ vi nagios.cfg

Re: Nagiosadmin dosent have rights to disable notifications

Posted: Fri May 12, 2017 7:17 am
by mfrycke
take vi /etc/group and find this
nagios:x:1001:
nagcmd:x:1002:nagios,www-data
avahi:x:113:

looks ok?

Re: Nagiosadmin dosent have rights to disable notifications

Posted: Fri May 12, 2017 9:09 am
by tgriep
No, that is not OK, change this line from

Code: Select all

nagios:x:1001:
to

Code: Select all

nagios:x:1001:nagios,www-data
Then see if that fixes the issue.

Re: Nagiosadmin dosent have rights to disable notifications

Posted: Tue May 16, 2017 8:52 am
by mfrycke
Thanks! that solution work :-)

Re: Nagiosadmin dosent have rights to disable notifications

Posted: Tue May 16, 2017 12:34 pm
by tgriep
That is good news. I'll close and lock the post as solved and if you have any other questions, feel free to open a new post.