Re: [Nagios-users] Need help to config Nagios for several items...

2008-04-01 Thread Alex Dehaini
All plugins should go in /usr/local/nagios/libexec folder, the plugin should
be made executable. You can reference the path to the libexec folder by
specifying the path of the plugins in resource.cfg file.
Alex

On Mon, Mar 31, 2008 at 7:36 PM, Scott Ehrlich <[EMAIL PROTECTED]> wrote:

> On Mon, 31 Mar 2008, Valdinger, Stephen (DOV, MSX) wrote:
>
> > www.nagiosexchange.org is a great resource to find a plugin for almost
> > anything including SMART arrays.
> >
> > Stephen Valdinger
> > MIS Helpdesk Coordinator
> > 330.365.3622 -O
> > 740.491.0958 - C
> > [EMAIL PROTECTED]
> >
> > Ubuntu - African for "I can't configure Debian!"
>
> That is a great site.  I'm not new to using Nagios, but I am new to
> integrating (and eventually writing)  plugins for it.  As I download
> plugins, such as check_smartmon, in what directory do I place them, and
> exactly how do I invoke them from within Nagios?
>
> I have reviewed the standard .cfg files for assistance, but it hasn't been
> obvious to me, yet.
>
> Thanks.
>
> Scott
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> ___
> 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
>



-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED]
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
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] Need help to config Nagios for several items...

2008-03-31 Thread Scott Ehrlich
On Mon, 31 Mar 2008, Valdinger, Stephen (DOV, MSX) wrote:

> www.nagiosexchange.org is a great resource to find a plugin for almost
> anything including SMART arrays.
>
> Stephen Valdinger
> MIS Helpdesk Coordinator
> 330.365.3622 -O
> 740.491.0958 - C
> [EMAIL PROTECTED]
>
> Ubuntu - African for "I can't configure Debian!"

That is a great site.  I'm not new to using Nagios, but I am new to 
integrating (and eventually writing)  plugins for it.  As I download 
plugins, such as check_smartmon, in what directory do I place them, and 
exactly how do I invoke them from within Nagios?

I have reviewed the standard .cfg files for assistance, but it hasn't been 
obvious to me, yet.

Thanks.

Scott

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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] Need help to config Nagios for several items...

2008-03-31 Thread Scott Ehrlich
On Mon, 31 Mar 2008, Marc Powell wrote:

>
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:nagios-users-
>> [EMAIL PROTECTED] On Behalf Of Scott Ehrlich
>> Sent: Monday, March 31, 2008 12:18 PM
>> To: nagios-users@lists.sourceforge.net
>> Subject: [Nagios-users] Need help to config Nagios for several
> items...
>
>
>> What I'd love to do next is augment what I have with monitoring such
> as:
>>
>> - Hard drive health (SMART)
>
> Standard plugin - http://nagiosplugins.org/man/check_ide_smart

This looks great, but how about SCSI/SAS SMART?

Scott

>
>> - Printer paper/toner status
>
> check_snmp_printer.pl in the plugins contrib. folder most likely.
>
>> - Specific services running on particular parts (i.e. port 9613/udp)
>
> Standard plugin - http://nagiosplugins.org/man/check_udp,
> http://nagiosplugins.org/man/check_tcp
>
>> - Temperature of system(if possible)
>
> check_lm_sensors -
> http://new.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F1289.html;d=
> 1
>
>> - Network card activity (if multiple nics, has one failed or is a link
>> down and the NIC is good)?
>
> Not sure. Custom plugin? I'd search nagiosexchange to see if there is
> one that suits your needs.
>
> --
> Marc
>
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> ___
> 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
>

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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] Need help to config Nagios for several items...

2008-03-31 Thread Alex Dehaini
Hi Scott,
First of all, if the device(s) use SNMP, you can pull the specific OID you
intend to monitor. You can use check_udp to monitor any UDP port.
Temperature of system, I can't say but you can dig up on this using google.

If you can monitor the NICs with SNMP which I am sure you can, you can be
able to find out what information you need.

Alex

On Mon, Mar 31, 2008 at 5:18 PM, Scott Ehrlich <[EMAIL PROTECTED]> wrote:

> Hello Nagios users and lovers:
>
> I have Nagios successfully running on a CentOS 5 system, keeping an eye on
> two servers and two printers.
>
> What I'd love to do next is augment what I have with monitoring such as:
>
> - Hard drive health (SMART)
>
> - Printer paper/toner status
>
> - Specific services running on particular parts (i.e. port 9613/udp)
>
> - Temperature of system(if possible)
>
> - Network card activity (if multiple nics, has one failed or is a link
> down and the NIC is good)?
>
>
> How do I monitor these particulars, or do I need to obtain the specific
> MIB for said device and see if that mib provides said details?
>
> Thanks in advance.
>
> Scott (love Nagios!)
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> ___
> 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
>



-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED]
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
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] Need help to config Nagios for several items...

2008-03-31 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Scott Ehrlich
> Sent: Monday, March 31, 2008 12:18 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Need help to config Nagios for several
items...


> What I'd love to do next is augment what I have with monitoring such
as:
> 
> - Hard drive health (SMART)

Standard plugin - http://nagiosplugins.org/man/check_ide_smart
 
> - Printer paper/toner status

check_snmp_printer.pl in the plugins contrib. folder most likely.
 
> - Specific services running on particular parts (i.e. port 9613/udp)

Standard plugin - http://nagiosplugins.org/man/check_udp,
http://nagiosplugins.org/man/check_tcp 

> - Temperature of system(if possible)

check_lm_sensors -
http://new.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F1289.html;d=
1 

> - Network card activity (if multiple nics, has one failed or is a link
> down and the NIC is good)?

Not sure. Custom plugin? I'd search nagiosexchange to see if there is
one that suits your needs.

--
Marc


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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] Need help to config Nagios for several items...

2008-03-31 Thread Scott Ehrlich
Hello Nagios users and lovers:

I have Nagios successfully running on a CentOS 5 system, keeping an eye on 
two servers and two printers.

What I'd love to do next is augment what I have with monitoring such as:

- Hard drive health (SMART)

- Printer paper/toner status

- Specific services running on particular parts (i.e. port 9613/udp)

- Temperature of system(if possible)

- Network card activity (if multiple nics, has one failed or is a link 
down and the NIC is good)?


How do I monitor these particulars, or do I need to obtain the specific 
MIB for said device and see if that mib provides said details?

Thanks in advance.

Scott (love Nagios!)

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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