Re: [Nagios-users] Monitoring CPU temperature, fan velocity, smart hdd on Windows XP/NT...

2008-12-29 Thread Gary Danko
You'd need to set up a passive check and write a plugin for the fan info and 
smart status. NSClient++ can gather perfmon data but neither of those is in 
perfmon.




From: 44kbps 44kbps 44k...@gmail.com
To: nagios-users@lists.sourceforge.net
Sent: Monday, December 29, 2008 11:24:01 AM
Subject: [Nagios-users] Monitoring CPU temperature, fan velocity, smart hdd on 
Windows XP/NT...

Hi people! First of all, sorry for my bad english...

I'm new on nagios3. I follow the instruccions about instalation and 
configuring, and I had no problems.

Now, I monitor a Linux machine and a Windows XP with NSClient++.
But I have a little limitations with the NSClient++:
I would like to monitor the CPU temperature, the fan velocity, S.M.A.R.T. 
messages of the HD, and other hardware variables.
Is it possible to do this with NSClient++? I have found no documentation about 
this options on NSClient++'s wiki.

Are there another software for monitoring this variables?

Thank you very much! --
___
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] Stylesheets do not appear to work

2006-07-28 Thread Gary Danko
I installed Nagios 2.5 on OS X 10.4.7
I am using Apache 2.2
When I login to Nagios the main screen looks fine, but if I hit
something like Service Detail everything is off. It looks as if the
stylesheets are not being used.

Any ideas what could be wrong here? The Nagios install found the GD
libs and all that so I don't know why the images wouldnt show up

-
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.phpp=sourceforgeCID=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


[Nagios-users] No PID file??

2006-07-28 Thread Gary Danko
I compiled 2.5 from source on OS X 10.4.7. I want to be able to have a
PID file for the master process so I can write the start/stop script.
But I cannot figure out how to tell nagios to create the PID file when
it starts. I didn't see anything in the configure script and I haven't
found anything on the net. Any ideas?

-
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.phpp=sourceforgeCID=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


[Nagios-users] check_http combine -e and -s

2006-07-28 Thread Gary Danko
Can you use both -e and -s with check_http?

-
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.phpp=sourceforgeCID=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


[Nagios-users] Return code of 9 is out of bounds???

2006-07-18 Thread Gary Danko
Hi all,
I have the check_megaraid plugin working from the command line. I can
run it as either root, www-data, or nagios and it works. The syntax is
simple, you enter a host address and a community string.

[EMAIL PROTECTED]:~$ /usr/local/nagios/plugins/check_megaraid -H
mail-incoming -C x
megaraid OK

[EMAIL PROTECTED]:~$ /usr/local/nagios/plugins/check_megaraid -H
mail-incoming -C x
megaraid OK

[EMAIL PROTECTED]:~$ /usr/local/nagios/plugins/check_megaraid -H
mail-incoming -C x
megaraid OK

But when nagios runs this command via the web console I see a CRITICAL
error (Return code of 9 is out of bounds)

www-data is the user that runs the nagios web page and all commands
are run as the nagios user. I opened the check_megaraid plugin in VI
and didn't see anything that was obviously exiting with code 9. Any
idea what this could mean?

OS: Debian 3.1
Nagios version 2.0
check_megaraid version 0.8.2 (http://www.ibiblio.org/john/megaraid/)

-
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.phpp=sourceforgeCID=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


[Nagios-users] CHECK_NRPE: Socket timeout

2006-07-12 Thread Gary Danko
I have two machines that are running nagios, mon0 and discostu. mon0
is able to check services via NRPE but discostu is not. Both machines
can telnet to port 5666 on the target.

[EMAIL PROTECTED]:/usr/lib/nagios/plugins# telnet 172.16.4.24 5666
Trying 172.16.4.24...
Connected to 172.16.4.24.
Escape character is '^]'.
^]
telnet quit

[EMAIL PROTECTED]:/usr/lib/nagios/plugins# ./check_nrpe -H 172.16.4.24  -c
check_sda1 -a 60 50
CHECK_NRPE: Socket timeout after 10 seconds.

Meanwhile, on mon0...

[EMAIL PROTECTED]:/usr/lib/nagios/plugins# telnet 172.16.4.24 5666
Trying 172.16.4.24...
Connected to 172.16.4.24.
Escape character is '^]'.
^]
telnet quit

[EMAIL PROTECTED]:/usr/lib/nagios/plugins# ./check_nrpe -H 172.16.4.24 -c
check_sda1 -a 60 50
DISK OK - free space: / 8749 MB (51%);| /=8329MB;17018;17028;0;17078

In 172.16.4.24's syslog I am seeing this when discostu tries to grab somne info.

Jul 12 14:41:53 admin nrpe[18445]: Could not read request from client,
bailing out...
Jul 12 14:41:53 admin nrpe[18447]: Could not read request from client,
bailing out..

Both mon0 and Discostu are Debian 3.1. Both are using NRPE 2.0. This
makes no sense to me. Thanks in advance! :)


-
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=lnkkid=120709bid=263057dat=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