Search found 10 matches

by courhar
Mon Jul 20, 2015 9:18 am
Forum: Nagios XI
Topic: Using the check_keystone
Replies: 1
Views: 374

Using the check_keystone

Hi guys Questions for anyone who has already used this really. So the check plugin i'm talking about is found here - https://exchange.nagios.org/directory/Plugins/Software/check_keystone/details Got a few questions -To import it to Nagios XI is it as simple as saving the script page that opens when ...
by courhar
Wed Jun 24, 2015 4:30 am
Forum: Nagios XI
Topic: Services don't warn on stop/waiting
Replies: 16
Views: 2717

Re: Services don't warn on stop/waiting

Ran the command you asked. Is there another plug in you could recommend? I tried check_services which didn't alarm either.

Thanks

Courhar
by courhar
Tue Jun 23, 2015 2:33 am
Forum: Nagios XI
Topic: Services don't warn on stop/waiting
Replies: 16
Views: 2717

Re: Services don't warn on stop/waiting

So how can I change the check_init_services script so that it gives a 1? for finding a service stopped/waiting? or even a 2 as the services are critical for what we are trying to monitor.
by courhar
Mon Jun 22, 2015 9:30 am
Forum: Nagios XI
Topic: Services don't warn on stop/waiting
Replies: 16
Views: 2717

Re: Services don't warn on stop/waiting

Done both of those. Should the exit code be a 1 rather than 0 then?
by courhar
Fri Jun 19, 2015 3:44 am
Forum: Nagios XI
Topic: Services don't warn on stop/waiting
Replies: 16
Views: 2717

Re: Services don't warn on stop/waiting

Hi guys been away so sorry for the lack of response. From looking in the common.cfg i found the location to where check_init_service was - command[check_init_service]=sudo /usr/local/nagios/libexec/check_init_service $ARG1$ So i followed that and the below is the result. #!/bin/sh PROGNAME=`basename...
by courhar
Tue Jun 16, 2015 2:55 am
Forum: Nagios XI
Topic: Services don't warn on stop/waiting
Replies: 16
Views: 2717

Re: Services don't warn on stop/waiting

So this is the definition of the service on the nagios server, is this what you meant? Is there something to enter in here or somewhere else on the nagios side where you define stop/waiting as an error?

Thanks

Courhar
by courhar
Mon Jun 15, 2015 2:53 am
Forum: Nagios XI
Topic: Services don't warn on stop/waiting
Replies: 16
Views: 2717

Re: Services don't warn on stop/waiting

So i ran those commands and got the expected outputs (I stopped the service after the first two runs). The problem however is that on the Nagios XI dashboard it doesn't seem to pick up that stop/waiting is bad and therefore does not alarm me when that service is off? As shown in the second command t...
by courhar
Fri Jun 12, 2015 9:48 am
Forum: Nagios XI
Topic: Services don't warn on stop/waiting
Replies: 16
Views: 2717

Re: Services don't warn on stop/waiting

Attached is the output in the dashboard, as you can see it sees the service is stop/waiting but doesn't alarm
by courhar
Fri Jun 12, 2015 9:16 am
Forum: Nagios XI
Topic: Services don't warn on stop/waiting
Replies: 16
Views: 2717

Re: Services don't warn on stop/waiting

I used the same guide you linked when installing the agent first time around, then ran the linux wizard selecting ubuntu as the OS. On the services section entered the service name and it seems to have picked it up fine, says when its running but when its stopped it says that the service is stop/wai...
by courhar
Fri Jun 12, 2015 8:49 am
Forum: Nagios XI
Topic: Services don't warn on stop/waiting
Replies: 16
Views: 2717

Services don't warn on stop/waiting

Pretty new to Nagios and been playing around with Nagios XI using it to monitor services on Ubuntu servers. Whilst trying to monitor a service called heat-api on a Ubuntu server, try stopping the service on the server itself and it comes up on nagios as stop/waiting yet reports green? How can i conf...