Search found 48 matches
- Mon Jul 28, 2014 12:12 pm
- Forum: Nagios XI
- Topic: Possible Bug in 1.3 / Strange wproc timeouts
- Replies: 1
- Views: 697
Possible Bug in 1.3 / Strange wproc timeouts
Hi Guys / Gals I've been noticing some strange behavior and a lot of false positives with my installation since upgrading to the latest 2014R1.3 patch. Mainly, random service checks are timing out and causing false alarms when the application is not experiencing any outages. Looking back thru my sys...
- Fri Jul 25, 2014 11:22 am
- Forum: Nagios XI
- Topic: Suppressing Acknowledge email notifications
- Replies: 6
- Views: 4498
- Thu Jul 24, 2014 12:55 pm
- Forum: Nagios XI
- Topic: Suppressing Acknowledge email notifications
- Replies: 6
- Views: 4498
Re: Suppressing Acknowledge email notifications
I hate to bring ghosts back from the grave, has any progress been made on this problem? I've been asked to disable the auto check for notifications in my environment.
- Thu Jul 17, 2014 1:39 pm
- Forum: Nagios XI
- Topic: Issue while executing the NRPE plugin
- Replies: 22
- Views: 6463
Re: Issue while executing the NRPE plugin
I am assuming you are running on a Red Hat box or a derivative. Edit /etc/xinetd.d/nrpe Change disable = true Restart xinetd (service xinetd restart) Run NRPE in stand alone daemon mode. /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d You should be able to see it running in your proc...
- Thu Jul 17, 2014 11:08 am
- Forum: Nagios XI
- Topic: Issue while executing the NRPE plugin
- Replies: 22
- Views: 6463
Re: Issue while executing the NRPE plugin
For troubleshooting reasons, I recommend doing this... 1. Disable xinetd nrpe plugin and start the nrpe daemon so its persistent. This will eliminate any possibility its an issue with xinetd. 2. Check your logs... if something is wrong on the client machine, nrpe will normally yelp into /var/log/mes...
- Thu Jul 17, 2014 11:01 am
- Forum: Nagios XI
- Topic: Illegal character in service description?
- Replies: 3
- Views: 2288
Re: Illegal character in service description?
You could try to escape the colon with a slash...
- Thu Jul 17, 2014 10:57 am
- Forum: Nagios XI
- Topic: Change Hostgroup Alias <--> Hostgroup Name order
- Replies: 3
- Views: 490
Re: Change Hostgroup Alias <--> Hostgroup Name order
I agree, this needs to change for readability. Once you have multiple ( like 50+ ) groups with free flow descriptions, its overwhelmingly difficult to find certain groups. Groups should be sorted based on name, not the description.
I've opened a enhancement ticket as well.
I've opened a enhancement ticket as well.
- Thu Jul 10, 2014 3:50 pm
- Forum: Nagios XI
- Topic: Several Questions
- Replies: 4
- Views: 2144
Re: Several Questions
Luckily for you, I have gone thru all of this recently and can answer most of your questions. Sadly, it will take A LOT of writing to explain everything at a detailed level... I'd be willing to answer your questions via a phone call or skype video conference if you'd like.... I hate having to type a...
- Thu Jul 10, 2014 3:36 pm
- Forum: Open Source Nagios Projects
- Topic: Noob user with a question
- Replies: 4
- Views: 1892
Re: Noob user with a question
The magic that will solve your problems are called templates.
Create a service template for group A to use with 24x7 notifications and a separate template for group B to use with business hour notifications only.
Create a service template for group A to use with 24x7 notifications and a separate template for group B to use with business hour notifications only.
- Thu Jul 10, 2014 3:31 pm
- Forum: Nagios XI
- Topic: nagiosql api
- Replies: 12
- Views: 5628
Re: nagiosql api
I know of three solutions to this and none of them involve a fancy API and I can only recommend one of them. Have your bootstrap process create and manage static files in the /usr/local/nagios/etc/static directory. My organization is currently doing this with Ansible on provisioning / de-provisionin...