Search found 19 matches

by mariof
Fri Jun 14, 2013 4:43 am
Forum: Nagios XI
Topic: debugging issues - service notifications
Replies: 1
Views: 186

debugging issues - service notifications

Hi, I'm trying to debug an odd issue. Notifications for some services (but not all) have just stopped being generated. I can see the SERVICE ALERT event in the nagios.log file, but no associated SERVICE NOTIFICATION. I can see SERVICE NOTIFICATIONS for other alerts, and I can see these notifications...
by mariof
Thu Jan 19, 2012 5:30 am
Forum: Nagios XI
Topic: Availability Report Bug with 2011 R1.8?
Replies: 8
Views: 558

Re: Availability Report Bug with 2011 R1.8?

Hi,

No I can wait if its a matter of a couple of weeks.

Thanks

Mario
by mariof
Wed Jan 18, 2012 6:05 am
Forum: Nagios XI
Topic: Availability Report Bug with 2011 R1.8?
Replies: 8
Views: 558

Re: Availability Report Bug with 2011 R1.8?

Hi mguthrie,

the "almost" refers to the fact that the host names are not mentioned (0.0.0.0. is displayed instead), but the correct number of hosts are displayed.

When is the next release scheduled?
by mariof
Tue Jan 17, 2012 4:28 am
Forum: Nagios XI
Topic: Availability Report Bug with 2011 R1.8?
Replies: 8
Views: 558

Re: Availability Report Bug with 2011 R1.8?

The legacy report, while not as useful (as I can't schedule it), does show the correct information:
legacy.png
by mariof
Tue Jan 17, 2012 4:25 am
Forum: Nagios XI
Topic: Availability Report Bug with 2011 R1.8?
Replies: 8
Views: 558

Re: Availability Report Bug with 2011 R1.8?

Hi, I upgraded my test system to R1.9, and it seems to me as the bug is different. For a start I can now pick hostgroup and servicegroup together, but when I do so, the hostdata comes back incorrectly. so for 1.8: I see hosts that shouldn't belong to the service group, but I can't pick both a hostgr...
by mariof
Mon Jan 16, 2012 12:05 pm
Forum: Nagios XI
Topic: Availability Report Bug with 2011 R1.8?
Replies: 8
Views: 558

Availability Report Bug with 2011 R1.8?

Hi, When i run one of the new availability reports in nagios xi (2011 R1.8), against a service group, I get a listing of all servers that are monitored and not just those that are members of services in the service_group. When I run a legacy availablity report, it seems to work as normal/expected. s...
by mariof
Thu Dec 22, 2011 5:04 am
Forum: Nagios XI
Topic: Dashboards for each department.
Replies: 5
Views: 1994

Re: Dashboards for each department.

I would like to be able to restrict a user to view only certain hosts or services. giving a user, X, only user access and nothing else, seems to be pretty pointless as the user X can't then see anything. Is it possible to have more granular control? it would be awesome if we could say that this user...
by mariof
Thu Dec 22, 2011 3:50 am
Forum: Nagios XI
Topic: null results with check_iseries.pl
Replies: 11
Views: 3239

Re: null results with check_iseries.pl

i do, but the actual check_iseries.pl has another path hardcoded into it.
by mariof
Wed Dec 21, 2011 10:54 am
Forum: Nagios XI
Topic: null results with check_iseries.pl
Replies: 11
Views: 3239

Re: null results with check_iseries.pl

i fixed it!
i should have checked before, but i needed to change:
use lib "/usr/lib/nagios/plugins";
to
use lib "/usr/local/nagios/libexec";
by mariof
Wed Dec 21, 2011 10:50 am
Forum: Nagios XI
Topic: null results with check_iseries.pl
Replies: 11
Views: 3239

Re: null results with check_iseries.pl

Thank you.

Not sure if this helps nor not, but neither check_snmp_load.pl or check_snmp_storage.pl use Nagios::Plugin