Search found 876 matches

by agriffin
Tue Nov 13, 2012 3:12 pm
Forum: Open Source Nagios Projects
Topic: Hostgroup url
Replies: 1
Views: 1071

Re: Hostgroup url

The Nagios CGI pages are coded in C, and you will need to edit the source and recompile if you want to change this. If you think the default behavior should be changed, file a feature request on the tracker here.
by agriffin
Tue Nov 13, 2012 3:09 pm
Forum: Open Source Nagios Projects
Topic: is Nagios the right tool to monitor Weblogic ?...
Replies: 3
Views: 1646

Re: is Nagios the right tool to monitor Weblogic ?...

Nagios can be configured to monitor just about anything. Is there something in particular you think it lacks?
by agriffin
Tue Nov 13, 2012 3:01 pm
Forum: Open Source Nagios Projects
Topic: Help integrating MySQL db
Replies: 10
Views: 2342

Re: Help integrating MySQL db

I guess I could be more helpful if I knew something more about your setup. What are you using ndoutils for?
by agriffin
Tue Nov 13, 2012 2:55 pm
Forum: Open Source Nagios Projects
Topic: Help integrating MySQL db
Replies: 10
Views: 2342

Re: Help integrating MySQL db

When i check the web-GUI front-end, I still see checks logged at the current time. Shouldn't that data be sent to the MySQL db? Is that proof that the data is still not being directed to the MySQL db? No, it could still be working. The web front-end doesn't use the MySQL database on Core. You shoul...
by agriffin
Tue Nov 13, 2012 2:45 pm
Forum: Open Source Nagios Projects
Topic: e-mail alert issue
Replies: 4
Views: 1302

Re: e-mail alert issue

It could have been caused by notification escalations being misconfigured. Then everybody would normally receive notifications except when the escalation is triggered. Or maybe you haven't enabled notifications for some uncommon check results like UNKNOWN, or UNREACHABLE? If it was truly caused by t...
by agriffin
Tue Nov 13, 2012 2:26 pm
Forum: Open Source Nagios Projects
Topic: So many process Nagios running after upgrade to 3.4.1
Replies: 8
Views: 1907

Re: So many process Nagios running after upgrade to 3.4.1

Those processes are called zombie processes , and are created in normal operation when Nagios runs checks. They have already finished executing and have freed up any resources they were using (so they are not slowing down your system), and will disappear when Nagios gets around to checking their exi...
by agriffin
Fri Nov 09, 2012 1:51 pm
Forum: Open Source Nagios Projects
Topic: Defined user does not receive alerts ?
Replies: 1
Views: 571

Re: Defined user does not receive alerts ?

I'm not sure why you don't receive service notifications, but you've explicitly disabled host notifications by adding 'n' to host_notification_options.
by agriffin
Fri Nov 09, 2012 12:10 pm
Forum: Open Source Nagios Projects
Topic: Help integrating MySQL db
Replies: 10
Views: 2342

Re: Help integrating MySQL db

You would only be missing something if you're using any add-ons besides ndoutils that use MySQL. Otherwise, skipping the Nagios XI-specific portions is just fine for Nagios Core. Sorry, I don't know of any documents for Nagios Core.
by agriffin
Fri Nov 09, 2012 11:36 am
Forum: Open Source Nagios Projects
Topic: Fresh install of nagios (ubuntu), check_snmp syntax is wrong
Replies: 1
Views: 774

Re: Fresh install of nagios (ubuntu), check_snmp syntax is w

That is pretty strange, and I can't say I've seen that behavior before. I wasn't able to reproduce it, anyway. This is what I get: [root@localhost libexec]# ./check_snmp -H 172.16.5.1 -o iso.3.6.1.2.1.99.1.1.1.7.11 -C tempread -P2c -v /usr/bin/snmpget -t 1 -r 5 -m ALL -v 2c -c tempread 172.16.5.1:16...
by agriffin
Fri Nov 09, 2012 11:28 am
Forum: Open Source Nagios Projects
Topic: So many process Nagios running after upgrade to 3.4.1
Replies: 8
Views: 1907

Re: So many process Nagios running after upgrade to 3.4.1

What does your load avg look like? I'm not convinced there's actually a problem unless the system load is also steadily rising.