Search found 8 matches
- Wed Oct 24, 2018 10:15 am
- Forum: Open Source Nagios Projects
- Topic: Unwanted Notifications (because of Inheritance)?
- Replies: 3
- Views: 1634
Re: Unwanted Notifications (because of Inheritance)?
Aha, that's it. Thanks for the assist! Here are the relevant service definitions in case others are affected and would benefit from more information: define service{ use generic-service host_name !controller7 hostgroup_name switches service_description Uptime is_volatile 1 check_command check_switch...
- Tue Oct 23, 2018 8:37 am
- Forum: Open Source Nagios Projects
- Topic: Unwanted Notifications (because of Inheritance)?
- Replies: 3
- Views: 1634
Unwanted Notifications (because of Inheritance)?
Problem: This host appears to be using the contact group "call-everyone" when it should be using the contact group "email-network". Background: A year ago everything that went down triggered a call to everyone. To make that better I attempted to create different contact groups fo...
- Tue Apr 10, 2018 10:02 am
- Forum: Open Source Nagios Projects
- Topic: Not authorized to commit the specified command.
- Replies: 10
- Views: 6390
Re: Not authorized to commit the specified command.
Wow.
That works (of course)! I have no idea how that typo got into our config but it is now working again.
Thanks!
That works (of course)! I have no idea how that typo got into our config but it is now working again.
Thanks!
- Fri Mar 23, 2018 9:49 am
- Forum: Open Source Nagios Projects
- Topic: Not authorized to commit the specified command.
- Replies: 10
- Views: 6390
Re: Not authorized to commit the specified command.
Yes, apache has been restarted as well.
Thanks for the continued help!
Code: Select all
# grep nag /etc/group
nagios:x:1000:apache
nagcmd:x:1001:nagios,apache- Wed Mar 21, 2018 10:52 am
- Forum: Open Source Nagios Projects
- Topic: Not authorized to commit the specified command.
- Replies: 10
- Views: 6390
Re: Not authorized to commit the specified command.
Yes, the service has been restarted after making the change. If there was a way to get this working my team would really like the ability to place a system in downtime without being on the call list when that system is down. I am hesitant to update to a newer version without knowing that this proble...
- Mon Mar 19, 2018 10:32 am
- Forum: Open Source Nagios Projects
- Topic: Not authorized to commit the specified command.
- Replies: 10
- Views: 6390
Re: Not authorized to commit the specified command.
This is how my system is configured however the problem remains. Users cannot put systems they are not contacts for into downtime.
Thanks for the confirmation I'm doing this correctly, we'll work around this until we are able to install a new version.
Thanks for the confirmation I'm doing this correctly, we'll work around this until we are able to install a new version.
- Thu Mar 15, 2018 8:35 am
- Forum: Open Source Nagios Projects
- Topic: Not authorized to commit the specified command.
- Replies: 10
- Views: 6390
Not authorized to commit the specified command.
Nagios Core 4.3.1 I believe the problem is related to nagios/etc/cgi.cfg where I have configured: authorized_for_all_services=user1,user2 authorized_for_all_hosts=user1,user2 user1 and user2 are unable to schedule downtime for hosts that they are not a contact for user1 and user2 are able to schedul...
- Wed Jun 07, 2017 3:51 pm
- Forum: Open Source Nagios Projects
- Topic: Plugin timed out while executing system call error
- Replies: 11
- Views: 40099
Re: Plugin timed out while executing system call error
I have the same problem as you, however I have found that my system call works when ran as root but does not work (gives the plugin timed out message) when being ran as the nagios user. Have you tried running this on the command line as nagios? I suspect that is your problem. I don't know how to fix...