Re: [Nagios-users] keep alive

2008-03-26 Thread James E. Pratt


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of jeff surofsky
> Sent: Wednesday, March 26, 2008 3:35 PM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] keep alive
> 
> Hi jeff
> 
> let me expand. I want nagios to tell the admins that nagios is still
> up!
> 
> 
> - jeff surofsky (nilesf1138)
> 

Hi. Instead of using nagios, why don't you just put a simple shell
script on a different server to ping/test it, that will email/page them
if/when it goes down? (I call it my "ghetto-nagios"). Lol. ;)



-
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] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread James E. Pratt
Kinda off-topic, but why on earth would you care much about memory
details on a Linux box? Most memory is cached, so output from, say,
"free" is kinda useless. (Not sure where that plugin gets it's info
though either?).. IMO You are much better off monitoring loadavg . (Or,
am I just losing it?) 

Regards,
jp

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Alex Dehaini
> Sent: Wednesday, March 05, 2008 7:56 AM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Monitoring Unix servers CPU, memory and
> hard-disk
> 
> Also, check_load and check_procs doesn't tell you the memory that is
> used or the memory that is free. What plugin can I use for that?
> 
> On 3/5/08, Alex Dehaini <[EMAIL PROTECTED]> wrote:
> > check_swap tests the local available swap. What about the acual
> memory
> >  that is free or used?
> >
> >
> >  Alex
> >
> >
> >  On 3/5/08, Alex Dehaini <[EMAIL PROTECTED]> wrote:
> >  > Many thanks
> >  >
> >  >
> >  >  On 3/5/08, Giles Coochey <[EMAIL PROTECTED]> wrote:
> >  >  >
> >  >  >
> >  >  >  > -Original Message-
> >  >  >  > From: [EMAIL PROTECTED]
> [mailto:nagios-users-
> >  >  >  > [EMAIL PROTECTED] On Behalf Of Alex Dehaini
> >  >  >  > Sent: 05 March 2008 12:33
> >  >  >  > To: nagios-users@lists.sourceforge.net
> >  >  >  > Subject: [Nagios-users] Monitoring Unix servers CPU, memory
> and
> >  >  >  hard-disk
> >  >  >  >
> >  >  >  > Hi Guys,
> >  >  >  >
> >  >  >  > What plugin can I use to do these?
> >  >  >  >
> >  >  >
> >  >  >
> >  >  > Check_load, check_disk, check_procs
> >  >  >
> >  >
> >  >
> >  >
> >  > --
> >  >  Alex Dehaini
> >  >  Developer
> >  >  Site - www.alexdehaini.com
> >  >  Email - [EMAIL PROTECTED]
> >  >
> >
> >
> >  --
> >  Alex Dehaini
> >  Developer
> >  Site - www.alexdehaini.com
> >  Email - [EMAIL PROTECTED]
> >
> 
> 
> --
> Alex Dehaini
> Developer
> Site - www.alexdehaini.com
> Email - [EMAIL PROTECTED]
> 
>
---
> --
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> 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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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_mysql not using ~nagios/.my.cnf on RHEL 4 withNagios 2.10 (Dag repository RPM)

2008-02-12 Thread James E. Pratt
Hi, I don't know of any way to get the plugin to see/use the
/etc/my.cnf.  You could always just give your nagios mysql user very
limited rights - connection allowed only from your nagios host, status
query rights etc, etc, then use /usr/local/nagios/etc/resource.cfg to
"hide" the password  in $USER3$ or $USER4$ (or whatever you wanna call
it!) Ie:

 

# resource.cfg 

$USER4$=somemysqlpassword

 

Then you could just use:

 

check_mysql -u nagios -p $USER4$ -H mysql.domain.com

 

in your service checks/commands.cfg, and at least the pass will not show
in nagios web/config view... 

 

Regards,

Jamie

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Goltz,
Jim (NIH/NLM/LHC) [C]
Sent: Tuesday, February 12, 2008 3:24 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] check_mysql not using ~nagios/.my.cnf on RHEL 4
withNagios 2.10 (Dag repository RPM)

 

I'm running Nagios 2.10 quite successfully on Red Hat Enterprise Linux
4.  However, I can't seem to get check_mysql to use the proper
configuration files.

 

>From the command line everything works fine.  It reads the "[client]"
section of ~nagios/.my.cnf for the needed password.  However, it doesn't
seem to be using this config file when the plugin is run from Nagios
itself.

 

I could put the credentials into /etc/my.cnf, but I really don't want to
make them system-wide if I don't have to.  What's the proper way to get
the plugins to look in ~nagios/.my.cnf for MySQL config info?

 

--

 Jim Goltz <[EMAIL PROTECTED]>

Contractor, Lockheed Martin

National Library of Medicine

 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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] FW: Cisco Call Manager Monitoring

2008-02-04 Thread James E. Pratt
Can the list-manager please yank this guy off the list? 10 messages
saying the same thing in a bit over one hour? ... I don't know about
you, but I have better/bigger things to delete all day...

Thanks,
jamie

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of zack
kenton
Sent: Monday, February 04, 2008 2:18 PM
To: nagios-users@lists.sourceforge.net; [EMAIL PROTECTED]
Subject: [Nagios-users] Cisco Call Manager Monitoring

Hi list

does anyone know of a way to monitor cisco call manager? its on an HP
server


- zack kenton (zkenton)

---
The mailing list archive is found here:
http://www.nagiosexchange.org/nagios-users.34.0.html



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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] Email notifications

2007-04-27 Thread James E. Pratt
I would just make the exchange server a smarthost on the local nagios'
sendmail.cf file ... (Not sure how to "bypass" the local mailer?)

Regards
jamie



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Valdinger, Stephen (DOV, MSX)
Sent: Friday, April 27, 2007 3:30 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Email notifications

Has anyone had success getting nagios to send email thru an exchange
server? If so, how did you do so? Any help or links to documentation
would be helpful!

 

 

 

 

 

 

 

Stephen Valdinger

MIS Helpdesk Coordinator

Dover Chemical Corporation

3676 Davis Rd NW

Dover, OH 44622

330-365-3622

[EMAIL PROTECTED]

 

 

 

Your day probably won't get as bad as this guys..

 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] Plugin for HP Proliant Hardware Health Monitoring

2007-04-14 Thread James E. Pratt
Would love to check this out - anyone able to download it? I keep
getting "Page cannot be displayed" on the download link, and can't get
email to Gerhard either, as it keeps timing out/deferring on his mail
server...

:( 

Regards,
jamie

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gerhard
Lausser
Sent: Friday, April 13, 2007 1:02 PM
To: [EMAIL PROTECTED]
Subject: [Nagios-users] Plugin for HP Proliant Hardware Health
Monitoring

Hi,

i make a plugin, which checks the state of CPUs, fans, power supplies,
fans
and memory modules of HP Proliant servers with the hpasm software
installed.
Maybe it is useful for some of you.
http://www.consol.com/opensource/nagios/check-hpasm

Greetings from Munich,
Gerhard

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
[EMAIL PROTECTED]
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] Plugins 1.4.6 make install fails

2007-03-22 Thread James E. Pratt
From:

http://www.nagiosexchange.org/nagiosplug-help.32.0.html?&tx_maillisttofa
q_pi1%5Bmode%5D=1&tx_maillisttofaq_pi1%5BshowUid%5D=12

> You have to edit po/Makefile
> 
> Change (at)MKINSTALLDIRS(at) to ../mkinstalldirs

regards,
jamie



--

James Pratt
Unix Systems Administrator
Norwich University - http://www.norwich.edu
1(802)485-2532


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, March 22, 2007 11:08 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Plugins 1.4.6 make install fails

Hi

I'm compiling the 1.4.6 plugins on a Fedora Core 6 machine, and getting
the
following error when doing "make install" (after a successful compile
with
MySQL and OpenSSL.)

This is the trailing output:

...
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory
`/endeavour/software/cache/nagios-plugins-1.4.6/plugins-root'
make[1]: Leaving directory
`/endeavour/software/cache/nagios-plugins-1.4.6/plugins-root'
Making install in po
make[1]: Entering directory
`/endeavour/software/cache/nagios-plugins-1.4.6/po'
/bin/sh @MKINSTALLDIRS@ /usr/local/nagios/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory
`/endeavour/software/cache/nagios-plugins-1.4.6/po'
make: *** [install-recursive] Error 1
...

The plugins do however get installed.

Any ideas?

Thanks,

Andy.
_
DISCLAIMER

This e-mail was sent through a Mail Network server.
The Mail Network accepts no liability for it's content.





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
___
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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] New Member

2007-01-08 Thread James E. Pratt
 
Put a lower-cased f on the end of the link,,, it got chopped off.. 


http://www.netways.de/uploads/media/Ethan.Galstad_Nagios.3.and.Beyond.pd
f

Regards,
jamie


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan
Farrell
Sent: Monday, January 08, 2007 4:14 PM
To: Marc Powell; nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] New Member

That page is not accessible, but I doubt that means it'll be in 3.0
anyway lol...

Dan Farrell
Applied Innovations
[EMAIL PROTECTED]
 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-

> [EMAIL PROTECTED] On Behalf Of Marc Powell
> Sent: Monday, January 08, 2007 3:32 PM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] New Member
> 
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
[mailto:nagios-users-
> > [EMAIL PROTECTED] On Behalf Of Dan Farrell
> > Sent: Monday, January 08, 2007 1:46 PM
> > Cc: nagios-users@lists.sourceforge.net
> > Subject: Re: [Nagios-users] New Member
> >
> > I'm a new member to this list as well... just wanted to jump on the 
> > bandwagon and say 'hello'... so, hello!
> >
> 
> Welcome!
> 
> > cacti graphing related to them. I can't wait for 3.0 to come out
> without
> > the C coded cgi's.
> 
> Hopefully no breath-holding here... Latest word is that "official"
> replacement has been pushed back to 4.0 ;)
> 
>
http://www.netways.de/uploads/media/Ethan.Galstad_Nagios.3.and.Beyond.pd
> f (Sept 2006)
> 
>

-
> Take Surveys. Earn Cash. Influence the Future of IT Join 
> SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
> ___
> 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


-
Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
___
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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 MS Terminal Services

2006-06-28 Thread James E. Pratt
/usr/local/nagios/libexec/chec_tcp -p 3389 is how i do this - It doesn't ensure 
"login availability", only port status so you would need plugins for that, but 
this is as good as it gets with no software, AFAIK...

jamie 



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Williard, Jason
Sent: Wednesday, June 28, 2006 10:46 AM
To: Hans Engelen; nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Check MS Terminal Services

Does anyone have any suggestions that do not involve installing additional 
software on the Windows servers?


Jason Williard



I would suggest nc_net instead.
 
NSClient does not work with Windows 2003 SP1, nc_net does. Only downside (i 
guess) is that it needs the .NET redistributable on there. Which is standard on 
2003 unless I am much mistaken (don't install many windows boxes myself 
nomore). 
 
Cheers,
Hans

 
On 6/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: 

Use NSclient to check windows services.

install nsclient on windows server and check TS service by nagios plugin. 



Thanks & regards
**
Vinay Sharma
Information Systems and Solutions
Advanex Inc (www.advanex.co.jp)
Fon   : 813-3822-5863 
Fax : 813-5815-7881
Email   : [EMAIL PROTECTED]



 "Williard, Jason"
 < [EMAIL PROTECTED]>宛先: 

 送信者:cc:
 [EMAIL PROTECTED]: [Nagios-users] Check MS Terminal 
Services
 ceforge.net


 2006/06/28 09:42






I have several Windows 2003 Servers that I would like to check the
status of the terminal services on.  What is the best method of doing
this?  Is there a special plugin available for this purpose? 


Jason Williard

E-MAIL CONFIDENTIALITY NOTICE:







The contents of this e-mail message and
any attachments are intended solely for the
addressee(s) and may contain confidential 
and/or legally privileged information. If you
are not the intended recipient of this message
or if this message has been addressed to you
in error, please immediately alert the sender
by reply e-mail and then delete this message 
and any attachments. If you are not the
intended recipient, you are notified that
any use, dissemination, distribution, copying,
or storage of this message or any attachment
is strictly prohibited.








Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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 






Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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 


E-MAIL CONFIDENTIALITY NOTICE: 

 

 

 

The contents of this e-mail message and 
any attachments are intended solely for the 
addressee(s) and may contain confidential 
and/or legally privileged information. If you 
are not the intended recipient of this message 
or if this message has been addressed to you 
in error, please immediately alert the sender
 by reply e-mail and then delete this message 
and any attachments. If you are not the 
intended recipient, you are notified that 
any use, dissemination, distribution, copying, 
or storage of this message or any attachment 
is strictly prohibited.







Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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
Using Tomcat but need to do more? Need to suppor

[Nagios-users] NIC bonding issues?

2006-05-24 Thread James E. Pratt
I check a number of interfaces via ping - some running RH ES4 with
bonded nics - Lately I've been getting this sometimes..

State: WARNING

Date/Time: Wed May 24 08:41:51 EDT 2006

Additional Info:

PING WARNING - DUPLICATES FOUND! Packet loss = 0%, RTA = 1.58 ms

does my bonding driver have a bug, or is this nagios? (I can't find any
dupes on long manual ping tests?)
thx
jamie
--

James Pratt
Unix Systems Administrator
Norwich University - Information Technology
http://www.norwich.edu
ph: 1(802)485-2532



---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
___
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] NIC bonding issues?

2006-05-24 Thread James E. Pratt
I check a number of interfaces via ping - some running RH ES4 with
bonded nics - Lately I've been getting this sometimes..



--

James Pratt
Unix Systems Administrator
Norwich University - Information Technology
http://www.norwich.edu
ph: 1(802)485-2532



---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
___
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] Nagios Host Check

2006-05-17 Thread James E. Pratt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc
Powell
Sent: Tuesday, May 16, 2006 5:25 PM
To: nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Nagios Host Check



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Ron Wilson
> Sent: Tuesday, May 16, 2006 4:12 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Nagios Host Check
> 
> I have several hosts that I just want to check connectivity nothing
else.
> If I put the hosts in the hosts file Nagios complains that there are
no
> services defined for this hosts. It still works but I want to get rid
of
> the error message. Do I need to create some form of dummy service to
> remove error message

>You need to define at least one service that is checked per host.

>http://www.nagios.org/faqs/viewfaq.php?faq_id=39 and first section of
>http://nagios.sourceforge.net/docs/2_0/networkreachability.html

>--
>Marc


Thanks.. So if I don't want this single service to send notifications at
all, but still trigger host-checks/host-notifications, would I just sent
notifications_enabled to 0 in the service def?

thx,
j 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
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] How to "correctly" shut off notifications on services, but not for hosts

2006-05-16 Thread James E. Pratt
Hi. Dumb question probably, apologies in advance... 

I have a router, which I am currently monitoring snmp and ping on - i
dont want notifies on the services, but only the host, but still want
the services going down to trigger the host check etc etc if that makes
sense? 

What's the "proper" way to do this? I.E, disable notifications for the
service(s) altogether, or is there another way this should be done? I
assume that since service checking will still be "on", disabling
notifies on the service would accomplish what I want.. is that right...?


Thanks, 
Jamie



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
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] Monitoring solaris server without installing any plugin

2006-02-23 Thread James E. Pratt
Hi i have a similar problem where no matter how i try and compile on
either sol8 or sol9 (sparc) using the software from sunfreeware (gcc,
openssl etc etc), i just cannot get NRPE ssl handshakes to work via
inetd... I've tried everything, and triple-checked everything countless
times, but always get the "Failed to complete ssl handshake" message..

Can anyone give me any insight, or has seen this issue before? ...I
would use snmp instead, but i'm pretty clueless on snmp and it's not set
up in nagios (yet), and i have no clue what mibs or whatever i would
need etc... Any help/pointers there are appreciated as well on the snmp
stuff - i see there are countless ways to do snmp on nagios.org - what
works best for most out there etc?

thanks,
Jamie 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Hajime Lanning
Sent: Thursday, February 23, 2006 11:12 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Monitoring solaris server without installing
any plugin



> Hi List,
>
> I want to monitor few of the Solaris machines, but those all are 
> production servers and they don't have any compiler installed on it. 
> Is there any way to monitor the services without installing any 
> software on the machine? If any of you have come across of the same 
> kind of situation and found the solution for this, then please provide

> the information regarding this?

If you just have an issue with using a compiling environment, you can
install openssl and net-snmp packages from http://www.sunfreeware.com/.

We do system health monitoring and checking for processes via SNMP
polls.  You get raw data from SNMP and have all the plugin logic running
on the Nagios server.

--
And, did Guloka think the Ulus were too ugly to save?
 -Centauri



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
that extends applications into web and mobile media. Attend the live
webcast
and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
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 xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
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