Search found 12 matches

by jvejv
Thu Nov 20, 2014 3:40 am
Forum: Open Source Nagios Projects
Topic: Override config file settings from User interface
Replies: 5
Views: 3272

Re: Override config file settings from User interface

we have no way of really determining without a ton of nasty logic, that this host was not originally intended as active and should be made active again. Well... I thought of not letting the users turn on active checks on items defined as passive in the configuration file. I can imagine that it woul...
by jvejv
Tue Nov 18, 2014 7:40 pm
Forum: Open Source Nagios Projects
Topic: Override config file settings from User interface
Replies: 5
Views: 3272

Re: Override config file settings from User interface

Yes, it seems to me that there's not much that I can do about it. The problem is that the active check (programmed to be otherwise activated in freshness checks) gives some kind of a "No data" result, which (in a way) puts the blame on the guy that runs the monitoring system. I can give th...
by jvejv
Fri Nov 14, 2014 4:55 pm
Forum: Open Source Nagios Projects
Topic: Override config file settings from User interface
Replies: 5
Views: 3272

Override config file settings from User interface

Hi *, I'm fighting with my users over the configuration of some services: a service defined as passive in the config file ( active_checks_enabled 0 ) can be turned into an active one from the user interface ( Enable active checks of this service ), which then leads (us) to strange ends. Not sure if ...
by jvejv
Sat Nov 09, 2013 3:08 am
Forum: Open Source Nagios Projects
Topic: service parents
Replies: 11
Views: 6249

Re: service parents

what could be done is to implement an event handler that uses the external command "DISABLE_HOST_SVC_CHECKS" Thanks, that's it. The bad point is that even with checks disabled, the web UI shows the result of the last check, and shows the same question-mark as for passively checked service...
by jvejv
Wed Nov 06, 2013 4:10 pm
Forum: Open Source Nagios Projects
Topic: service parents
Replies: 11
Views: 6249

Re: service parents

I see (I think): does it really mean that the services on a host that is down (or having a parent that is down) are [*] checked [*] the results of those checks is shown on the web front-panel of nagios [*] and only the alerts are not sent out ? Is there a way to stop checking and show them as unreac...
by jvejv
Wed Nov 06, 2013 3:50 pm
Forum: Open Source Nagios Projects
Topic: service parents
Replies: 11
Views: 6249

Re: service parents

They still will not be reported as OK, if in fact they are down. They are checked and shown as OK - and that's what puzzles me. It clearly is a bad design of that service-check, but I'd expect Nagios not to even attempt (correct or poorly designed) checks of services on a host that is down or unrea...
by jvejv
Wed Nov 06, 2013 2:48 am
Forum: Open Source Nagios Projects
Topic: service parents
Replies: 11
Views: 6249

Re: service parents

Not yet :) - what I need now is that they're not reported as OK/green in the Nagios front panel.
by jvejv
Tue Nov 05, 2013 7:25 am
Forum: Open Source Nagios Projects
Topic: service parents
Replies: 11
Views: 6249

Re: service parents

Thanks for the answer: http://nagios.sourceforge.net/docs/nagioscore/4/en/dependencies.html speaks about service dependencies. The picture there is beyond my understanding - I miss some table or some verbal description that would tell that (e.g., following the first definition, and I think I read it...
by jvejv
Sun Nov 03, 2013 8:11 am
Forum: Open Source Nagios Projects
Topic: service parents
Replies: 11
Views: 6249

service parents

Hi * it seems that I don't understand the meaning of service parents. I configured service_B to have service_A as parent. My expectation was that when service_A is critical, service_B should not be checked and should be reported as unreachable or unknown. This does not happen: service_B is still che...
by jvejv
Wed Oct 02, 2013 6:59 am
Forum: Open Source Nagios Projects
Topic: Age of stale passive checks
Replies: 5
Views: 1809

Re: Age of stale passive checks

Thanks for the hint - I'll try it.