<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi Salvatore<div><br></div><div>I just checked NSClient++ "CheckEventLog" it looks fine.  </div><div><br></div><div>Many thanks</div><div>Ihab<br><br>> Date: Fri, 7 Jan 2011 10:10:04 -0500<br>> From: polifemos@conedsolutions.com<br>> To: nagios-users@lists.sourceforge.net<br>> Subject: Re: [Nagios-users] Windows system events<br>> <br>> Either use SNMP or WMI.  SNMP Is great if the MIB supplies the information you are looking for, WMI has to run on a windows machine and you need to learn the scripting language.<br>> <br>> We have standardized on NSClient++ ( included in the standard server build process ) and have not had any issues.<br>> <br>> Salvatore Polifemo<br>> Sr. Systems Security Specialist<br>> ConEdison Solutions<br>> 100 Summit Lake Drive<br>> Valhalla, NY 10595<br>> <br>> -----Original Message-----<br>> From: Yueh-Hung Liu [mailto:yuehung.liu@gmail.com] <br>> Sent: Thursday, January 06, 2011 11:09 PM<br>> To: Nagios Users List<br>> Subject: Re: [Nagios-users] Windows system events<br>> <br>> you write your own, that should best suit for you and won't need any<br>> installation.<br>> <br>> <br>> On Fri, Jan 7, 2011 at 8:02 AM, Ihab Samara <ihab24@hotmail.com> wrote:<br>> > Hi All,<br>> ><br>> > What are the best plugin to monitor specific system event on a windows<br>> > machine?<br>> > I prefer to use a plugin that doesnt require any installations on the<br>> > windows machine.<br>> > Thank you<br>> ><br>> > ________________________________<br>> > Date: Thu, 6 Jan 2011 20:14:20 +0100<br>> > From: david.ribeiro@altitudeinfra.fr<br>> > To: nagios-users@lists.sourceforge.net<br>> > Subject: Re: [Nagios-users] NagVis Apache Help<br>> ><br>> > You need to modify the file /etc:nagvis/nagvis.ini.php<br>> ><br>> > Put this :<br>> ><br>> > ; path options<br>> > [paths]<br>> > ; absolute physical NagVis path<br>> > base="/usr/share/nagvis/"<br>> > ; absolute html NagVis path<br>> > htmlbase="/nagios3/nagvis"<br>> > ; absolute html NagVis cgi path<br>> > htmlcgi="/nagios3/cgi-bin"<br>> ><br>> > David Ribeiro<br>> ><br>> > ________________________________<br>> > De: "Andrew Fay" <Andrew.Fay@ajl.co.uk><br>> > À: "Nagios Users List" <nagios-users@lists.sourceforge.net><br>> > Envoyé: Jeudi 6 Janvier 2011 15:53:31<br>> > Objet: [Nagios-users] NagVis Apache Help<br>> ><br>> > hi,<br>> > I have nagios3 and a copy of nagvis running on an ubuntu box.. when I click<br>> > on a host in Nagvis I get :<br>> > The requested URL /nagios/cgi-bin/status.cgi was not found on this server.<br>> > http://server/nagios/cgi-bin/status.cgi?host=localhost<br>> > it should be<br>> > http://server/nagios3/cgi-bin/status.cgi?host=localhost<br>> > Basically The CGI's work for standard Nagios but not for NagVis, so how can<br>> > I tell NagVis where to look for the CGI's?<br>> ><br>> > This is the apache cfg for nagvis :<br>> ><br>> > # NagVis Apache2 sample configuration file<br>> ><br>> > #<br>> ><br>> > #<br>> > #############################################################################<br>> ><br>> ><br>> ><br>> ><br>> ><br>> > Alias /nagvis "/etc/nagvis/share"<br>> ><br>> ><br>> ><br>> > <Directory "/etc/nagvis/share"><br>> ><br>> >   Options FollowSymLinks<br>> ><br>> >   AllowOverride None<br>> ><br>> >   Order allow,deny<br>> ><br>> >   Allow from all<br>> ><br>> ><br>> ><br>> >   # To enable Nagios basic auth on NagVis use the following options<br>> ><br>> >   # Just uncomment it. Maybe you need to adjust the path to the<br>> ><br>> >   # Auth user file.<br>> ><br>> >   #<br>> ><br>> >   # If you use the NagVis internal auth mechanism based on the web<br>> ><br>> >   # for you won't need this.<br>> ><br>> >   #<br>> ><br>> >   #AuthName "NagVis Access"<br>> ><br>> >   #AuthType Basic<br>> ><br>> >   #AuthUserFile /etc/nagios3/etc/htpasswd.users<br>> ><br>> >   #Require valid-user<br>> ><br>> ><br>> ><br>> >   # With installed and enabled mod_rewrite there are several redirections<br>> ><br>> >   # available to fix deprecated and/or wrong urls. None of those rules is<br>> ><br>> >   # mandatory to get NagVis working.<br>> ><br>> >   <IfModule mod_rewrite.c><br>> ><br>> >     RewriteEngine On<br>> ><br>> >     RewriteBase /nagvis<br>> ><br>> ><br>> ><br>> >     # Use mod_rewrite for old url redirection even if there are php files<br>> > which<br>> ><br>> >     # redirect the queries itselfs. In some cases the mod_rewrite redirect<br>> ><br>> >     # is better than the php redirect.<br>> ><br>> >     RewriteCond %{REQUEST_URI} ^/nagvis(/index\.php|/|)(\?.*|)$<br>> ><br>> >     RewriteRule ^(index\.php|)(\?.*|)$ /nagvis/frontend/nagvis-js/$1$2<br>> > [R=301,L]<br>> ><br>> >     RewriteCond %{REQUEST_URI} ^/nagvis/config\.php.*$<br>> ><br>> >     RewriteRule ^config\.php(.*) /nagvis/frontend/wui/$1 [R=301,L]<br>> ><br>> ><br>> ><br>> >     # Redirect old regular map links<br>> ><br>> >     RewriteCond %{REQUEST_URI} ^/nagvis/frontend/nagvis-js<br>> ><br>> >     RewriteCond %{QUERY_STRING} map=(.*)<br>> ><br>> >     RewriteRule ^(.*)$<br>> > /nagvis/frontend/nagvis-js/index.php?mod=Map&act=view&show=%1 [R=301,L]<br>> ><br>> ><br>> ><br>> >     # Redirect old wui map links<br>> ><br>> >     RewriteCond %{REQUEST_URI} ^/nagvis/frontend/wui<br>> ><br>> >     RewriteCond %{QUERY_STRING} map=(.*)<br>> ><br>> >     RewriteRule ^(.*)$<br>> > /nagvis/frontend/wui/index.php?mod=Map&act=edit&show=%1 [R=301,L]<br>> ><br>> ><br>> ><br>> >     # Redirect old rotation calls<br>> ><br>> >     RewriteCond %{REQUEST_URI} ^/nagvis/frontend/nagvis-js<br>> ><br>> >     RewriteCond %{QUERY_STRING} !mod<br>> ><br>> >     RewriteCond %{QUERY_STRING} rotation=(.*)<br>> ><br>> >     RewriteRule ^(.*)$<br>> > /nagvis/frontend/nagvis-js/index.php?mod=Rotation&act=view&show=%1 [R=301,L]<br>> ><br>> >   </IfModule><br>> ><br>> > </Directory><br>> ><br>> > Nagios apache config :<br>> ><br>> > # apache configuration for nagios 3.x<br>> ><br>> > # note to users of nagios 1.x and 2.x:<br>> ><br>> > #   throughout this file are commented out sections which preserve<br>> ><br>> > #   backwards compatibility with bookmarks/config for older nagios versios.<br>> ><br>> > #   simply look for lines following "nagios 1.x:" and "nagios 2.x" comments.<br>> ><br>> ><br>> ><br>> > ScriptAlias /cgi-bin/nagios3 /usr/lib/cgi-bin/nagios3<br>> ><br>> > ScriptAlias /nagios3/cgi-bin /usr/lib/cgi-bin/nagios3<br>> ><br>> > # nagios 1.x:<br>> ><br>> > #ScriptAlias /cgi-bin/nagios /usr/lib/cgi-bin/nagios3<br>> ><br>> > #ScriptAlias /nagios/cgi-bin /usr/lib/cgi-bin/nagios3<br>> ><br>> > # nagios 2.x:<br>> ><br>> > #ScriptAlias /cgi-bin/nagios2 /usr/lib/cgi-bin/nagios3<br>> ><br>> > #ScriptAlias /nagios2/cgi-bin /usr/lib/cgi-bin/nagios3<br>> ><br>> ><br>> ><br>> > # Where the stylesheets (config files) reside<br>> ><br>> > Alias /nagios3/stylesheets /etc/nagios3/stylesheets<br>> ><br>> > # nagios 1.x:<br>> ><br>> > #Alias /nagios/stylesheets /etc/nagios3/stylesheets<br>> ><br>> > # nagios 2.x:<br>> ><br>> > #Alias /nagios2/stylesheets /etc/nagios3/stylesheets<br>> ><br>> ><br>> ><br>> > # Where the HTML pages live<br>> ><br>> > Alias /nagios3 /usr/share/nagios3/htdocs<br>> ><br>> > # nagios 2.x:<br>> ><br>> > #Alias /nagios2 /usr/share/nagios3/htdocs<br>> ><br>> > # nagios 1.x:<br>> ><br>> > #Alias /nagios /usr/share/nagios3/htdocs<br>> ><br>> ><br>> ><br>> > <DirectoryMatch<br>> > (/usr/share/nagios3/htdocs|/usr/lib/cgi-bin/nagios3|/etc/nagios3/stylesheets)><br>> ><br>> >     Options FollowSymLinks<br>> ><br>> ><br>> ><br>> >     DirectoryIndex index.php<br>> ><br>> ><br>> ><br>> >     AllowOverride AuthConfig<br>> ><br>> >     Order Allow,Deny<br>> ><br>> >     Allow From All<br>> ><br>> ><br>> ><br>> >     AuthName "Nagios Access"<br>> ><br>> >     AuthType Basic<br>> ><br>> >     AuthUserFile /etc/nagios3/htpasswd.users<br>> ><br>> >     # nagios 1.x:<br>> ><br>> >     #AuthUserFile /etc/nagios/htpasswd.users<br>> ><br>> >     require valid-user<br>> ><br>> > </DirectoryMatch><br>> ><br>> ><br>> ><br>> > # Enable this ScriptAlias if you want to enable the grouplist patch.<br>> ><br>> > # See http://apan.sourceforge.net/download.html for more info<br>> ><br>> > # It allows you to see a clickable list of all hostgroups in the<br>> ><br>> > # left pane of the Nagios web interface<br>> ><br>> > # XXX This is not tested for nagios 2.x use at your own peril<br>> ><br>> > #ScriptAlias /nagios3/side.html /usr/lib/cgi-bin/nagios3/grouplist.cgi<br>> ><br>> > # nagios 1.x:<br>> ><br>> > #ScriptAlias /nagios/side.html /usr/lib/cgi-bin/nagios3/grouplist.cgi<br>> ><br>> > Thanks<br>> ><br>> ><br>> ><br>> ><br>> ><br>> > ---------------------------<br>> ><br>> ><br>> ><br>> > Andrew<br>> ><br>> ><br>> ><br>> > ________________________________<br>> > Disclaimer statement by ABERDEEN JOURNALS LTD - 6/1/2011<br>> > The information or images contained within this e-mail are of a confidential<br>> > nature. If you are<br>> > not the intended recipient please forward it to BadMail@ajl.co.uk and delete<br>> > the message<br>> > from your system.<br>> > Opinions, conclusions and other information in this message that do not<br>> > relate to the official<br>> > business of Aberdeen Journals Ltd shall be understood as neither given nor<br>> > endorsed by it.<br>> ><br>> > Aberdeen Journals Ltd, PO Box 43, Lang Stracht, Mastrick, Aberdeen. AB15<br>> > 6DF.<br>> > Tel: +44 (0)1224 690222  | Fax +44 (0)1224 685753 | Registered No: 15256<br>> > Scotland.<br>> ><br>> > PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS EMAIL<br>> ><br>> > ________________________________<br>> ><br>> ><br>> ><br>> ><br>> ><br>> > o----------------------------------------------------------------------o<br>> > This Email has been scanned for viruses by Aberdeen<br>> > Journals' Outbound Email Security Systems.<br>> > o----------------------------------------------------------------------o<br>> ><br>> ><br>> ><br>> > ------------------------------------------------------------------------------<br>> > Learn how Oracle Real Application Clusters (RAC) One Node allows customers<br>> > to consolidate database storage, standardize their database environment,<br>> > and,<br>> > should the need arise, upgrade to a full multi-node Oracle RAC database<br>> > without downtime or disruption<br>> > http://p.sf.net/sfu/oracle-sfdevnl<br>> > _______________________________________________<br>> > Nagios-users mailing list<br>> > Nagios-users@lists.sourceforge.net<br>> > https://lists.sourceforge.net/lists/listinfo/nagios-users<br>> > ::: Please include Nagios version, plugin version (-v) and OS when reporting<br>> > any issue.<br>> > ::: Messages without supporting info will risk being sent to /dev/null<br>> ><br>> ><br>> > Ce message et toutes les pieces jointes (ci-apres le "message" ) sont<br>> > confidentiels et etablis a l'intention exclusive de ses destinataires. Toute<br>> > utilisation de ce message non conforme a sa destination, toute diffusion ou<br>> > toute publication, totale ou partielle, est interdite, sauf autorisation<br>> > expresse. Si vous recevez ce message par erreur, merci de le detruire sans<br>> > en conserver de copie et d'en avertir immediatement l'expediteur. Internet<br>> > ne permettant pas de garantir l'integrite de ce message,<br>> > AltitudeInfrastructure decline toute responsabilite au titre de ce message<br>> > s'il a ete modifie, altere, deforme ou falsifie.<br>> > This message and any attachments (the "message") are confidential and<br>> > intended solely for the addresses. Any use not in accord with its purpose,<br>> > any dissemination or disclosure, either whole or partial, is prohibited<br>> > except formal approval. If you receive this message in error, please delete<br>> > it without storing any evidence and immediately notify the sender. Internet<br>> > can not guarantee the integrity of this message, neither<br>> > AltitudeInfrastructure shall be liable for the message if modified, altered,<br>> > changed or falsified.<br>> ><br>> ><br>> > ------------------------------------------------------------------------------<br>> > Learn how Oracle Real Application Clusters (RAC) One Node allows customers<br>> > to consolidate database storage, standardize their database environment,<br>> > and, should the need arise, upgrade to a full multi-node Oracle RAC database<br>> > without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl<br>> > _______________________________________________ Nagios-users mailing list<br>> > Nagios-users@lists.sourceforge.net<br>> > https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include<br>> > Nagios version, plugin version (-v) and OS when reporting any issue. :::<br>> > Messages without supporting info will risk being sent to /dev/null<br>> > ------------------------------------------------------------------------------<br>> > Learn how Oracle Real Application Clusters (RAC) One Node allows customers<br>> > to consolidate database storage, standardize their database environment,<br>> > and,<br>> > should the need arise, upgrade to a full multi-node Oracle RAC database<br>> > without downtime or disruption<br>> > http://p.sf.net/sfu/oracle-sfdevnl<br>> > _______________________________________________<br>> > Nagios-users mailing list<br>> > Nagios-users@lists.sourceforge.net<br>> > https://lists.sourceforge.net/lists/listinfo/nagios-users<br>> > ::: Please include Nagios version, plugin version (-v) and OS when reporting<br>> > any issue.<br>> > ::: Messages without supporting info will risk being sent to /dev/null<br>> ><br>> <br>> ------------------------------------------------------------------------------<br>> Gaining the trust of online customers is vital for the success of any company<br>> that requires sensitive data to be transmitted over the Web.   Learn how to <br>> best implement a security strategy that keeps consumers' information secure <br>> and instills the confidence they need to proceed with transactions.<br>> http://p.sf.net/sfu/oracle-sfdevnl <br>> _______________________________________________<br>> Nagios-users mailing list<br>> Nagios-users@lists.sourceforge.net<br>> https://lists.sourceforge.net/lists/listinfo/nagios-users<br>> ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. <br>> ::: Messages without supporting info will risk being sent to /dev/null<br>> <br>> ------------------------------------------------------------------------------<br>> Gaining the trust of online customers is vital for the success of any company<br>> that requires sensitive data to be transmitted over the Web.   Learn how to <br>> best implement a security strategy that keeps consumers' information secure <br>> and instills the confidence they need to proceed with transactions.<br>> http://p.sf.net/sfu/oracle-sfdevnl <br>> _______________________________________________<br>> Nagios-users mailing list<br>> Nagios-users@lists.sourceforge.net<br>> https://lists.sourceforge.net/lists/listinfo/nagios-users<br>> ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. <br>> ::: Messages without supporting info will risk being sent to /dev/null<br></div>                                    </body>
</html>