Search found 9 matches

by tlawson
Tue May 28, 2013 1:39 am
Forum: Nagios XI
Topic: how to monitor HP ILO4
Replies: 2
Views: 6737

Re: how to monitor HP ILO4

Hello,
I have not come across a plugin that will do it for you. You may be able to write a perl script to login and scrap the status.

The easierst way is to setup a snmp trap on the nagios server and get the ILO to feed data to it.

http://nagios.sourceforge.net/docs/3_0/ ... ptrap.html
by tlawson
Tue May 28, 2013 1:33 am
Forum: Nagios XI
Topic: router check_rrdtraf check there is more then 1M of traffic
Replies: 1
Views: 605

router check_rrdtraf check there is more then 1M of traffic

Hello,

i need a way to check a routers link has more then 1M passing through it.

I have used check_rrdtraf to alert on the upper thresholds, how do i check for lower thresholds?
by tlawson
Thu Apr 18, 2013 12:31 am
Forum: Nagios XI
Topic: RRD graph api
Replies: 6
Views: 3540

Re: RRD graph api

sreinhardt,
i have been trying your method with curl but i am getting the message "NSP: Sorry Dave, I can't let you do that" on screen.


What am i doing wrong?
by tlawson
Tue Apr 09, 2013 6:46 pm
Forum: Nagios XI
Topic: RRD graph api
Replies: 6
Views: 3540

Re: RRD graph api

abrist,
Thank you for your fast responce.

Is there any way to authenticate from URL?

I get "Your session has timed out." if i view it from a computer that is not logged into Nagios XI
by tlawson
Mon Apr 08, 2013 11:42 pm
Forum: Nagios XI
Topic: Nagiox XI login error
Replies: 6
Views: 2069

Re: Nagiox XI login error

What browser / OS are you using?
by tlawson
Mon Apr 08, 2013 10:16 pm
Forum: Nagios XI
Topic: RRD graph api
Replies: 6
Views: 3540

RRD graph api

Hello,
I would like to view RRD graphs on a remote server.

Does Nagios XI have an API? The only solution i have found is rsync the data to the other server
by tlawson
Wed Oct 24, 2012 2:05 am
Forum: Open Source Nagios Projects
Topic: CPU utilization for nagios server high
Replies: 3
Views: 1600

Re: CPU utilization for nagios server high

Hello,
Can you provide the output of dstat during a peak and quiet cpu usage period?
by tlawson
Wed Oct 24, 2012 1:56 am
Forum: Open Source Nagios Projects
Topic: sent alert if X hosts go down in a host group
Replies: 2
Views: 926

Re: sent alert if X hosts go down in a host group

Thank you, that is exactly what i needed.
by tlawson
Sun Oct 21, 2012 6:21 am
Forum: Open Source Nagios Projects
Topic: sent alert if X hosts go down in a host group
Replies: 2
Views: 926

sent alert if X hosts go down in a host group

Hello,
I have been trying to think of a way to send an alert if X hosts go down in a host group.

So far the only solution Ive come up with is using the scripts in cgi-bin from cron.


Has anyone done this already or know of a nicer way to do this?