Re: [Nagios-users] WMI and user account

2012-02-27 Thread Yancy Ribbens
Marc-André,

The Windows account to access WMI doesn't need to be an Admin account.

To use a limited account, that account must be granted access to Windows DCOM, 
as well as the 
relevant WMI class (CIMV2 most likely)

step by step instructions here:
http://assets.nagios.com/downloads/nagiosxi/docs/Monitoring_Windows_Using_WMI.pdf


Regards,

Yancy Ribbens
---
Tech Team
yribb...@nagios.com

On 2/27/2012 7:25 AM, MAD wrote:
 Hi list,

 I'm have to find a way to get some advanced monitoring metrics for
 Windows boxes. As SNMP is not really usefull on Windows (sic!) and I
 really don't want to be messing with locales to get data from the
 perfmon, I was looking to use WMI requests. However, each doc I've seen
 seem to tell me I have to use an administrator account to connect to the
 WMI agent and extract my data.

 Is there a way to use an user account with restricted rights?

 Thanks in advance,

 Marc-André

 --
 Try before you buy = See our experts in action!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-dev2
 ___
 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

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
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] firewall ports to open on windows 7 for opmon agent

2012-03-08 Thread Yancy Ribbens
Kaplan,

I haven't used OpMon, but looking at opmonagent.ini, it looks like it uses 5667 
for check_nt and 
5666 for NRPE just like nsclient++.


-Yancy


Yancy Ribbens
---
Tech Team
yribb...@nagios.com

On 3/8/2012 2:33 PM, Kaplan, Andrew H. wrote:
 Hello --
 One of our systems is running Windows 7 with the firewall enabled. The opmon 
 agent has been installed
 on the workstation, and I am in the process of setting up a firewall 
 exception to allow
 communication with
 the Nagios server.
 What protocols and ports should be opened to allow this communication to take 
 place?
 Thanks.


 The information in this e-mail is intended only for the person to whom it is
 addressed. If you believe this e-mail was sent to you in error and the e-mail
 contains patient information, please contact the Partners Compliance HelpLine 
 at
 http://www.partners.org/complianceline . If the e-mail was sent to you in 
 error
 but does not contain patient information, please contact the sender and 
 properly
 dispose of the e-mail.


 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/



 ___
 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

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
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 windows's manager tasks

2012-06-21 Thread Yancy Ribbens
Luis,

Some options are:

1) use a external script, and install an agent such as NSClient++ on your 
Windows box.

http://www.nsclient.org/nscp/wiki/doc/usage/nagios/nrpe

Here is one such script:
http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows/Check-Windows-Processes--2D-TK/details

Create NRPE command definition to run the external script


2) use WMI to monitor your services.

There are some examples listed here, including windows services:
http://www.edcint.co.nz/checkwmiplus/?q=node/57


Currently, Option 1 is generally more scalable but requires installing an 
agent.  Option 2 would 
require no agent but performance becomes an issue as you start adding more 
check_wmi_plus checks.


Yancy Ribbens
---
Tech Team
yribb...@nagios.com


On 6/21/2012 10:49 AM, bruno beatrice wrote:
 Yes it's right.


 --- En date de : *Jeu 21.6.12, Luis H. Forchesatto 
 /luisforchesa...@gmail.com/* a écrit :


 De: Luis H. Forchesatto luisforchesa...@gmail.com
 Objet: Re: [Nagios-users] check windows's manager tasks
 À: Nagios Users List nagios-users@lists.sourceforge.net
 Date: Jeudi 21 juin 2012, 14h07

 I think he wants to monitor a process on windows, and receive alert when 
 it is not running. Like
 receiving alert when explorer.exe stops running...

 2012/6/13 bruno beatrice btroi2...@yahoo.fr 
 /mc/compose?to=btroi2...@yahoo.fr

 when the task doesn't start

 --- En date de : *Mer 13.6.12, Alex Griffin /agrif...@nagios.com
 /mc/compose?to=agrif...@nagios.com/* a écrit :


 De: Alex Griffin agrif...@nagios.com 
 /mc/compose?to=agrif...@nagios.com
 Objet: Re: [Nagios-users] check windows's manager tasks
 À: Nagios Users List nagios-users@lists.sourceforge.net
 /mc/compose?to=nagios-users@lists.sourceforge.net
 Date: Mercredi 13 juin 2012, 16h46


 What do you mean when you say it doesn't work? That's very 
 vague and
 not enough information to help you.

 Alex Griffin
 ---
 Tech Team
 agrif...@nagios.com http://mc/compose?to=agrif...@nagios.com

 On 06/12/2012 07:33 AM, bruno beatrice wrote:
   hello,
   i'd like check my windows task manager. i'd like to receive a 
 mail when
   it doesn't work. i don't nagios very well. Someone can explain 
 me step
   by step how i must configure my nagios?
   thank's
  
  
  
   
 --
   Live Security Virtual Conference
   Exclusive live event will cover all the ways today's security 
 and
   threat landscape has changed and how IT managers can respond. 
 Discussions
   will include endpoint security, mobile security and the latest 
 in malware
   threats. 
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  
  
  
   ___
   Nagios-users mailing list
   Nagios-users@lists.sourceforge.net
 http://mc/compose?to=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

 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. 
 Discussions
 will include endpoint security, mobile security and the latest in 
 malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net 
 http://mc/compose?to=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


 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. 
 Discussions
 will include endpoint security, mobile security and the latest in 
 malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263

Re: [Nagios-users] check windows's manager tasks

2012-06-21 Thread Yancy Ribbens
Sorry about that Luis!

Bruno Beatrice,

please see the response posted.


Regards,


Yancy Ribbens
---
Tech Team
yribb...@nagios.com


On 6/21/2012 2:35 PM, Luis H. Forchesatto wrote:
 bruno beatrice


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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] Problems with installing Noma

2012-10-19 Thread Yancy Ribbens
John,

Contact Netways.  This is not a Nagios issue.


-Yancy



Yancy Ribbens
---
Tech Team
yribb...@nagios.com

On 10/19/2012 6:50 AM, john s. wrote:
 Hello

 So far so good the Noma Daemon is starting and i can see the Login Screen
 from Noma

 but i couldn't login with the username icinga


 Here is my config.log after the make configure


 Config.log:

 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.

 It was created by noma configure 1, which was
 generated by GNU Autoconf 2.67.  Invocation command line was

 $ ./configure --with-plugindir=/opt/omd/versions/0.56/lib/icinga/plugins
 --with-cmdpipe=/opt/omd/sites/omd056/tmp/run/icinga.cmd
 --with-user=omdadmin --with-group=omdadmin

 ## - ##
 ## Platform. ##
 ## - ##

 hostname = ubuntu66
 uname -m = i686
 uname -r = 2.6.32-38-generic-pae
 uname -s = Linux
 uname -v = #83-Ubuntu SMP Wed Jan 4 12:11:13 UTC 2012

 /usr/bin/uname -p = unknown
 /bin/uname -X = unknown

 /bin/arch  = unknown
 /usr/bin/arch -k   = unknown
 /usr/convex/getsysinfo = unknown
 /usr/bin/hostinfo  = unknown
 /bin/machine   = unknown
 /usr/bin/oslevel   = unknown
 /bin/universe  = unknown

 PATH: /usr/local/sbin
 PATH: /usr/local/bin
 PATH: /usr/sbin
 PATH: /usr/bin
 PATH: /sbin
 PATH: /bin
 PATH: /usr/X11R6/bin


 ## --- ##
 ## Core tests. ##
 ## --- ##

 configure:1713: checking for a BSD-compatible install
 configure:1781: result: /usr/bin/install -c
 configure:1794: checking for perl
 configure:1812: found /usr/bin/perl
 configure:1825: result: /usr/bin/perl
 configure:1835: checking for sed
 configure:1853: found /bin/sed
 configure:1866: result: /bin/sed
 configure:1876: checking for sendmail
 configure:1895: found /usr/sbin/sendmail
 configure:1908: result: /usr/sbin/sendmail
 configure:1928: checking for user icinga
 configure:1938: result: yes
 configure:1954: checking for group www
 configure:1954: checking for group www-data
 configure:1964: result: yes
 configure:2111: checking for perl module YAML::Syck
 configure:2121: result: ok
 configure:2111: checking for perl module Getopt::Long
 configure:2121: result: ok
 configure:2111: checking for perl module Pod::Usage
 configure:2121: result: ok
 configure:2111: checking for perl module Digest::MD5
 configure:2121: result: ok
 configure:2111: checking for perl module POSIX
 configure:2121: result: ok
 configure:2111: checking for perl module Data::Dumper
 configure:2121: result: ok
 configure:2111: checking for perl module Thread::Queue
 configure:2121: result: ok
 configure:2111: checking for perl module IO::Select
 configure:2121: result: ok
 configure:2111: checking for perl module IO::Socket
 configure:2121: result: ok
 configure:2111: checking for perl module Fcntl
 configure:2121: result: ok
 configure:2111: checking for perl module FindBin
 configure:2121: result: ok
 configure:2111: checking for perl module DBI
 configure:2121: result: ok
 configure:2111: checking for perl module DateTime::TimeZone
 configure:2121: result: ok
 configure:2111: checking for perl module DateTime::Format::Strptime
 configure:2121: result: ok
 configure:2111: checking for perl module Date::Calc
 configure:2121: result: ok
 configure:2111: checking for perl module Hash::Merge::Simple
 configure:2121: result: ok
 configure:2188: checking for perl module DBD::SQLite
 configure:2198: result: ok
 configure:2265: checking for perl module DBD::mysql
 configure:2275: result: ok
 configure:2457: creating ./config.status

 ## -- ##
 ## Running config.status. ##
 ## -- ##

 This file was extended by noma config.status 1, which was
 generated by GNU Autoconf 2.67.  Invocation command line was

 CONFIG_FILES=
 CONFIG_HEADERS  =
 CONFIG_LINKS=
 CONFIG_COMMANDS =
 $ ./config.status

 on ubuntu66

 config.status:735: creating var/Makefile
 config.status:735: creating contrib/Makefile
 config.status:735: creating doc/Makefile
 config.status:735: creating share/Makefile
 config.status:735: creating share/config/Makefile
 config.status:735: creating etc/Makefile
 config.status:735: creating sql/Makefile
 config.status:735: creating Makefile
 config.status:735: creating notifier/Makefile
 config.status:735: creating subst.sh
 configure:3484: result:  Configuration Options
 configure:3486: result:
 configure:3488: result:  Install directory: /usr/local/noma
 configure:3490: result:  NoMa user/group:   omdadmin/omdadmin
 configure:3492: result:  Webserver group:   www-data
 configure:3494: result:  Command pipe:
 /opt/omd/sites/omd056/tmp/run/icinga.cmd
 configure:3496: result:  Plugin directory:
 /opt/omd/versions/0.56/lib/icinga/plugins

 ##  ##
 ## Cache variables. ##
 ##  ##

 ac_cv_env_build_alias_set=
 ac_cv_env_build_alias_value=
 ac_cv_env_host_alias_set=
 ac_cv_env_host_alias_value

Re: [Nagios-users] check_nagios plugin

2013-07-03 Thread Yancy Ribbens
Joshi,


http://nagiosplugins.org/man/check_nagios

check_nagios is available by downloading and compiling Nagios plugins found 
here:
http://nagiosplugins.org/download

-Yancy


Yancy Ribbens
---
Tech Team
yribb...@nagios.com

On 7/3/2013 1:58 AM, Joshi MP wrote:
 Hi Team,

 I have two instances of Nagios servers , Would like to monitor both of them 
 each other , And found
 thatcheck_nagios will be useful for this . Please let me know from where can 
 I download this ?

 thanks,
 Joshi





 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev



 ___
 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 Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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