Re: [Nagios-users] check_snmp to monitor temperature probes

2007-07-29 Thread Jim Avery
On 29/07/07, Patel, H (Hiten) <[EMAIL PROTECTED]> wrote:
> I need to implement monitoring for the set of temperature probes using snmp.
> I've issued the following command:
> /usr/local/nagios/libexec/check_snmp -H   -o
> .  -w 27 -c 28 -C public
>
> And got:
>
> SNMP OK - 22 | iso.3.6.1.4.1.17373.2.2.1.5.1=22
>
> How can I implement this in Nagios?. I've only installed Nagios last week so
> I'm not an expert yet.

The "SNMP OK - 22" is what will appear on-screen in Nagios (presumably
that's 22 degrees C!); anything after the | pipe symbol is only used
for collecting performance data - typically it is used if you have
installed Nagiosgrapher, PNP or suchlike to graph the values you are
getting from Nagios.  So that command seems to be working fine.

For Nagios, you need to set up a command definition, probably in
/usr/local/etc/nagios/commands.cfg (depending on where you have your
Nagios config files).  Then you need to set up a service definition
which uses the new command definition you've just set up.

See.  http://nagios.sourceforge.net/docs/2_0/xodtemplate.html

I can heartily recommend Wolfgang Barth's book "Nagios" published by
No Starch press if you want a head-start learning how to configure
things in Nagios.

hth,

Jim

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] dont want notification when machine reboots

2007-07-29 Thread Jim Avery
On 30/07/07, Lalita Drolia <[EMAIL PROTECTED]> wrote:
>
> Setting up downtime will not be possible. As our servers our being used by
> individual users for testing purposes. And they may reboot the machine in
> the normal process of their working. Asking them to schedule a downtime
> would add overhead for them and we would not prefer to do that.
>
> So I guess I will have to go with Mark's suggestion if there is no way to
> delay the notifications.

I believe Mark's suggestion is absolutely the right one (both for me
and for you).  However, if you're reluctant to try that for some
reason another option would be to have the normal host notifications
go to /dev/null, and use escalation to notify after a given period; it
would be a messy way to do it but it's another option!

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] dont want notification when machine reboots

2007-07-29 Thread Lalita Drolia
Setting up downtime will not be possible. As our servers our being used
by individual users for testing purposes. And they may reboot the
machine in the normal process of their working. Asking them to schedule
a downtime would add overhead for them and we would not prefer to do
that.

 

So I guess I will have to go with Mark's suggestion if there is no way
to delay the notifications.

 

Thank you,

Lalita

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony
Montibello
Sent: Saturday, July 28, 2007 8:10 AM
To: Nagios Users Mailinglist
Subject: Re: [Nagios-users] dont want notification when machine reboots

 

 

IF the machines are rebooted at or between a particular time, then setup
DOWNTIME, (potentially setting it up in a script)  

 

with downtime, there is both fixed and dynamic, 

using dynamic I find best resembles a reboot senario;  you can set it up
so that the downtime will begin within a particular time frame, then
after the DURATION the downtime ends, because you proboly would like to
know if a machine does not go back up within the a specific timelimit.
With Fixed it fairly strait foward between here to here ignore
notification rules. 

 

Mind Host checks are a burden and sometimes induce a load on the Nagios
server, thus the sugestion earlier by Mark Powell is always a good way
to reduce some of that Host check load.

 

Good luck,


TOny (author of NC_NEt)

 

On 7/27/07, Jim Avery <[EMAIL PROTECTED]> wrote: 

I've been having a similar problem and have thought about the solution
but haven't gotten around to implementing it yet.  Mark Powell's 
suggestion to rely on the service check notification is absolutely
right when you want to ignore brief bounces or lost pings.  I'm going
to do just that, but I will still have a host notification enabled
too...

I'll configure things so that the on-call engineers get the ping
service notification rather than the host notification - they don't
want to know about servers briefly bounced.  The host notifications 
I'll send only to me by email so I will know the next day which
servers have bounced overnight.  I'm hoping that will bring me the
best of both worlds.

Cheers,

Jim


- 
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>   http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null

 


Notice:  This email message, together with any attachments, may contain 
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated 
entities,  that may be confidential,  proprietary,  copyrighted  and/or legally 
privileged, and is intended solely for the use of the individual or entity 
named in this message. If you are not the intended recipient, and have received 
this message in error, please immediately return this by email and then delete 
it.-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] General Questions

2007-07-29 Thread Nedim Bicic
Well i have 598 hosts and i am using only ping serivce for each host
as far as pooling i think its every 30 sec i need to know as soon as
something goes down thats why its so low

freaking out in terms of i get critical threholds breahes on the local
machine, i mean i can always raise it but i wanted to know if that will
somehow impact the server of running slow or burning up because its working
to hard to be checking so many processes.

So if i wanted to know if its save to add more hosts

Maybe distributed checking where put another server to be checking for
procceses and the other reporting in ( i was reading online) but thats money
and effort maybe in near future would have to do


On 7/29/07, Rogelio Bastardo <[EMAIL PROTECTED]> wrote:
>
> Nedim Bicic wrote:
> > I have nagio 2.4
> >
> > How many hosts can Nagios handle i have 598 hosts i think its freaking
> > out a little ?
> > I dont know if i can add more ?
>
> A few questions about your setup.
>
> How many services in all are you checking? And how often are you polling
> these services?
>
> Define "freaking out", please.  Is it slow?  Or is it just taking
> forever to run your various checks?
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] General Questions

2007-07-29 Thread Rogelio Bastardo
Nedim Bicic wrote:
> I have nagio 2.4
>  
> How many hosts can Nagios handle i have 598 hosts i think its freaking 
> out a little ?
> I dont know if i can add more ?

A few questions about your setup.

How many services in all are you checking? And how often are you polling 
these services?

Define "freaking out", please.  Is it slow?  Or is it just taking 
forever to run your various checks?

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_snmp to monitor temperature probes

2007-07-29 Thread william(at)elan.net

http://william.leibzon.org/nagios/plugins/check_snmp_temperature.pl

On Sun, 29 Jul 2007, Patel, H (Hiten) wrote:

> Hi
>
> I need to implement monitoring for the set of temperature probes using snmp. 
> I've issued the following command:
> /usr/local/nagios/libexec/check_snmp -H   -o .  -w 27 -c 28 
> -C public
>
> And got:
>
> SNMP OK - 22 | iso.3.6.1.4.1.17373.2.2.1.5.1=22
>
> How can I implement this in Nagios?. I've only installed Nagios last week so 
> I'm not an expert yet.
>
> Many Thanks
>
> Hitenl

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] General Questions

2007-07-29 Thread Nedim Bicic
I have nagio 2.4

How many hosts can Nagios handle i have 598 hosts i think its freaking out a
little ?
I dont know if i can add more ?


Question how many process can nagios run i have default threshold set to 300
i think it usulally braks this threshold?
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] check_snmp to monitor temperature probes

2007-07-29 Thread Patel, H (Hiten)
Hi

I need to implement monitoring for the set of temperature probes using snmp. 
I've issued the following command: 
/usr/local/nagios/libexec/check_snmp -H   -o .  -w 27 -c 28 -C 
public

And got:

SNMP OK - 22 | iso.3.6.1.4.1.17373.2.2.1.5.1=22

How can I implement this in Nagios?. I've only installed Nagios last week so 
I'm not an expert yet.

Many Thanks

Hitenl

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] guest access

2007-07-29 Thread Andy Shellam (Mailing Lists)
Hi Paul,

Are you looking for your read-only users simply to see your host/service 
statuses without being able to do anything else?
If so, this is what Nagios Looking Glass was designed for, and as Nagios 
moves into v3.0, there are plans to possibly extend this functionality 
to do other stuff as well, like reporting, and a full management suite.

See www.nagioslookingglass.co.uk for more details and to get it.
Version 2 of Nagios Looking Glass (due for previews at the end of the 
year/early next year) will have a complete security model and management 
dashboard.

Regards

Andy

Paul Dugas wrote:
> Been fiddling with this for a while now and am stumped.  I figure I'm
> not the first to want this so before I get a brain cramp I'll ask.  
>
> I run a couple Nagios server on internal networks and I want internal
> users to get read access without having to log in.  I want a select
> number of users to be able to login and get higher level access.  I've
> been trying to get the HTTP interface default to the guest account and
> the HTTPS interface to require a login.  My admins and I would use the
> HTTPS interface while our customers would use the standard HTTP
> interface.  
>
> Anybody got something like this going?  Perhaps something else that
> would accomplish the same?  Any info would be appreciated.
>
> pd
>   
> 
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>
> !DSPAM:37,46acd2fb267728080321068!
>   
> 
>
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting 
> any issue. 
> ::: Messages without supporting info will risk being sent to /dev/null
>
> !DSPAM:37,46acd2fb267728080321068!
>   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] guest access

2007-07-29 Thread Paul Dugas
Been fiddling with this for a while now and am stumped.  I figure I'm
not the first to want this so before I get a brain cramp I'll ask.  

I run a couple Nagios server on internal networks and I want internal
users to get read access without having to log in.  I want a select
number of users to be able to login and get higher level access.  I've
been trying to get the HTTP interface default to the guest account and
the HTTPS interface to require a login.  My admins and I would use the
HTTPS interface while our customers would use the standard HTTP
interface.  

Anybody got something like this going?  Perhaps something else that
would accomplish the same?  Any info would be appreciated.

pd
-- 
Paul Dugas, Computer EngineerDugas Enterprises, LLC
[EMAIL PROTECTED]phone: 404-932-1355 522 Black Canyon Park
http://dugas.ccfax: 866-751-6494 Canton, GA 30114 USA
--
This e-mail and any attachments are confidential.  If you receive
this message in error or are not the intended recipient, you should
not retain, distribute, disclose or use any of this information and
you should destroy the e-mail and any attachments or copies.


signature.asc
Description: This is a digitally signed message part
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null