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

2009-01-01 Thread Jon Angliss
On Mon, 29 Dec 2008 20:24:01 +0100, 44kbps 44kbps 44k...@gmail.com
wrote:

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?

http://trac.nakednuns.org/nscp/wiki/CheckWMIValue

http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true

You can play around in Microsoft's script center, and find a bunch of
useful goodies.  As NSClient++ can run the WMI calls directly, you can
call them like the example on the wiki.

You should be able to google around for apps that will get you the WMI
queries for all kinds of hardware related stuff, from CPU temp to fans
etc.
-- 
Jon Angliss


--
___
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 CPU temperature, fan velocity, smart hdd on Windows XP/NT...

2008-12-30 Thread 44kbps 44kbps
Ok, thanks.

I wrote a post into the NSClient++ explaining this case, I didn't find the
e-mail users list of nsclient++...

Now I haven't more knolegments for developping this plugin, but I found some
information:
http://msdn.microsoft.com/en-us/library/aa394493.aspx
http://cboard.cprogramming.com/showthread.php?t=48638

2008/12/29 Gary Danko bitbucket92029-li...@yahoo.com

 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

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

2008-12-30 Thread James Pratt



-Original Message-
From: 44kbps 44kbps [mailto:44k...@gmail.com]
Sent: Tue 12/30/2008 8:27 AM
To: Gary Danko
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Monitoring CPU temperature, fan velocity,smart hdd 
on Windows XP/NT...
 
Ok, thanks.

I wrote a post into the NSClient++ explaining this case, I didn't find the
e-mail users list of nsclient++...

Now I haven't more knolegments for developping this plugin, but I found some
information:
http://msdn.microsoft.com/en-us/library/aa394493.aspx
http://cboard.cprogramming.com/showthread.php?t=48638

2008/12/29 Gary Danko bitbucket92029-li...@yahoo.com

 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!


For a different method altogether, you could install the snmpd service on 
either windows or *nix, and use the check_snmp plugin, and/or these for windows 
stuff:

http://henning.schmiedehausen.org/eyewiki/Wiki.jsp?page=NagiosSnmpPlugins

(for other snmp plugins, i'm sure there are many more 
http://www.nagiosexchange.org) 

Regards,
jamie
--
___
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 CPU temperature, fan velocity, smart hdd on Windows XP/NT...

2008-12-30 Thread Anthony Montibello
These items may also be monitored via WMI  (If Windows has the drivers that
report to WMI)
for example usualy SMART HDD is availible via WMI

Tony (Author of NC_NEt)

On Tue, Dec 30, 2008 at 10:03 AM, James Pratt jpr...@norwich.edu wrote:




   -Original Message-
 From: 44kbps 44kbps [mailto:44k...@gmail.com 44k...@gmail.com]
 Sent: Tue 12/30/2008 8:27 AM
 To: Gary Danko
 Cc: nagios-users@lists.sourceforge.net
 Subject: Re: [Nagios-users] Monitoring CPU temperature, fan velocity,smart
 hdd on Windows XP/NT...

 Ok, thanks.

 I wrote a post into the NSClient++ explaining this case, I didn't find the
 e-mail users list of nsclient++...

 Now I haven't more knolegments for developping this plugin, but I found
 some
 information:
 http://msdn.microsoft.com/en-us/library/aa394493.aspx
 http://cboard.cprogramming.com/showthread.php?t=48638

 2008/12/29 Gary Danko bitbucket92029-li...@yahoo.com

  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!
 

 For a different method altogether, you could install the snmpd service on
 either windows or *nix, and use the check_snmp plugin, and/or these for
 windows stuff:

 http://henning.schmiedehausen.org/eyewiki/Wiki.jsp?page=NagiosSnmpPlugins

 (for other snmp plugins, i'm sure there are many more
 http://www.nagiosexchange.org)

 Regards,
 jamie



 --

 ___
 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 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] Monitoring CPU temperature, fan velocity, smart hdd on Windows XP/NT...

2008-12-29 Thread 44kbps 44kbps
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] Monitoring CPU temperature, fan velocity, smart hdd on Windows XP/NT...

2008-12-29 Thread 44kbps 44kbps
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

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