Check_winevent
| Newsgroups | gmane.network.nagios.plugins |
|---|---|
| Message-ID | <[email protected]> |
Thank you all, I got the most useful knowledge from this discussion while installing plug-in for check_ntp. Now I am trying to monitor the event logs of windows server with the help of Nagios by adding check_winevent I have run this exe file on windows and its giving proper output in the cmd of windows server. Pls check below screenshot. [cid:[email protected]] Now could you please write the steps or paste here the steps to configure commands/(any required steps) in Nagios server. Thanks in advance.. Regards, Abhay -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, June 27, 2012 4:31 AM To: [email protected] Subject: Nagiosplug-help Digest, Vol 72, Issue 1 Send Nagiosplug-help mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/nagiosplug-help or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Nagiosplug-help digest..." Today's Topics: 1. Hưng Nguyễn invited you to Dropbox (Dropbox) 2. check_nginx (Kaushal Shriyan) 3. Re: check_nginx (Alex Griffin) 4. Regaring help for check_ups (Morten S. Madsen) 5. mysql unable to connect to database (Tim Dunphy) 6. check_nagios -C problem (Franz, Jay) 7. Re: check_nagios -C problem (Franz, Jay) ---------------------------------------------------------------------- Message: 1 Date: Sun, 13 May 2012 10:40:03 +0000 From: Dropbox <[email protected]> Subject: Hưng Nguyễn invited you to Dropbox To: [email protected] Message-ID: <mailman.33349.1340751687.32224.nagiosplug-help@lists.sourceforge.net> Content-Type: text/plain; charset="utf-8" H?ng Nguy?n wants you to try Dropbox! Dropbox lets you bring all your photos, docs and videos with you anywhere and share them easily. Get started here: http://www.dropbox.com/link/20.SHCNtEmr5s/NjIwNzEwOTQ2Nzc?src=referrals_bulk9&eh=0a8fb26 - The Dropbox Team ____________________________________________________ To stop receiving invites from Dropbox, please go to http://www.dropbox.com/bl/44f440c0cd6a/nagiosplug-help%40lists.sourceforge.net -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Wed, 13 Jun 2012 23:22:32 +0530 From: Kaushal Shriyan <[email protected]> Subject: [Nagiosplug-help] check_nginx To: nagiosplug-help <[email protected]> Message-ID: <CAD7Ssm-Q-OwAJVXFCkP_85bZbbxsHPRC4t1L-pOJfTjMUQ9xdw@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Hi, Can someone please guide me about the below issue? ./check_nginx.sh -H localhost -P 80 -p /var/run -n nginx.pid -w 5000 -c 10000 UNKNOWN - Local copy/copies of nginx_status is empty. Regards Kaushal -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Wed, 13 Jun 2012 14:37:31 -0500 From: Alex Griffin <[email protected]> Subject: Re: [Nagiosplug-help] check_nginx To: Nagios Plugin Help List <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed The plugin was somehow prevented from downloading the page at http://localhost:80/nginx_status. See if you can manually visit that page; this may be a configuration difference between your server and the plugin author's. You can also run the script like this for more debugging information: # /bin/sh -x ./check_nginx.sh -H localhost -P 80 -p /var/run -n nginx.pid -w 5000 -c 10000 Alex Griffin --- Tech Team [email protected] On 06/13/2012 12:52 PM, Kaushal Shriyan wrote: > Hi, > > Can someone please guide me about the below issue? > > ./check_nginx.sh -H localhost -P 80 -p /var/run -n nginx.pid -w 5000 -c > 10000 > UNKNOWN - Local copy/copies of nginx_status is empty. > > Regards > > Kaushal > > > > > ------------------------------------------------------------------------------ > 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/ > > > > _______________________________________________ > Nagiosplug-help mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nagiosplug-help > ::: Please include plugins version (-v) and OS when reporting any issue. > ::: Messages without supporting info will risk being sent to /dev/null ------------------------------ Message: 4 Date: Thu, 14 Jun 2012 11:58:05 +0200 From: "Morten S. Madsen" <[email protected]> Subject: [Nagiosplug-help] Regaring help for check_ups To: "[email protected]" <[email protected]> Message-ID: <D6E7D3C2B94CA04BBA9FF0935E59E45A02CE4672E015@SBS2008.tscomputer.local> Content-Type: text/plain; charset="us-ascii" Hi, Is it possible to get an example of a cfg file that uses the check_ups script or the check_cpqups_mode.pl script. I would like Nagios to monitor my HP UPS. Best regards Morten Madsen ------------------------------ Message: 5 Date: Sat, 16 Jun 2012 17:57:02 -0000 (UTC) From: Tim Dunphy <[email protected]> Subject: [Nagiosplug-help] mysql unable to connect to database To: Nagios Plugin Help List <[email protected]> Message-ID: <0090490f-3087-4c9a-824a-a1c8ad55ba18@li289-212> Content-Type: text/plain; charset=utf-8 Hello, I'm trying to use the check_mysqld.pl plugin from the exchange. When I run the command from the nagios server on the command line it seems to succeed: [root@cloud:/usr/local/nagios/etc/objects] #/usr/local/nagios/libexec/check_nrpe -H beta.domain.com -c check_mysqld MYSQL 5.5.23 OK But in the nagios web interface the check fails with a critical error: CRITICAL ERROR - Unable to connect to database '' on server 'localhost' on port 3306 with user '' - Access denied for user 'nagios'@'localhost' (using password: NO) If I run the plugin on the client end as the nagios user this is what the run looks like: [nagios@beta ~]$ /usr/local/nagios/libexec/check_mysqld.pl MYSQL 5.5.23 OK In the command definition I did allow space for the username and password just in case I had a problem implementing it remotely: # 'check_mysqld' command definition define command{ command_name check_mysqld command_line $USER1$/check_mysqld.pl -u $ARG1$ -p $ARG2$ } My service definition was pretty straight forward: # Define a service to check MYSQL on the local machine.define service{ use local-service host_name beta service_description MYSQL check_command check_mysqld notifications_enabled 0 } (leaving notifications disabled until I sort this out) In my nrpe command definition on the client, this is what I have: command[check_mysqld]=/usr/local/nagios/libexec/check_mysqld.pl -u root -p secret So I am wondering why this check fails with the above error in the web interface when it succeeds on the command line as I have shown. Thanks! Tim ------------------------------ Message: 6 Date: Tue, 26 Jun 2012 13:41:23 -0400 From: "Franz, Jay" <[email protected]> Subject: [Nagiosplug-help] check_nagios -C problem To: "'[email protected]'" <[email protected]> Message-ID: <17F23FF008715A40B7C82FD31B389FDA197FECB304@HQ-MB-07.ba.ad.ssa.gov> Content-Type: text/plain; charset="us-ascii" We are in the process of setting up fail over monitoring for our existing Nagios server and are experiencing some problems with the 'check_nagios' plug-in. Specifically, it does not appear to recognize our full path command string. Instead, we are only able to make it work by stripping down the command path to its basename (i.e., '/opt/iexpress/nagios/bin/nagios' versus 'nagios'). Our OS, Nagios core, and plug-in versions follow, as well as the process status output of our Nagios command and the execution results from the 'check_nagios' plug-in. Any advice would be appreciated. Thanks. -------------------- OS: # uname -sr HP-UX B.11.23 Nagios Core: # /opt/iexpress/nagios/bin/nagios -v /opt/iexpress/nagios/etc/nagios.cfg | egrep "Nagios Core" Nagios Core 3.2.3 Plugin: # /usr/local/nagios/libexec/check_nagios --version check_nagios v1.4.15 (nagios-plugins 1.4.15) -------------------- # ps -ef | egrep "[/]opt/iexpress/nagios/bin/nagios" nagios 9817 1 0 Jun 22 ? 05:34 /opt/iexpress/nagios/bin/nagios -d /opt/iexpress/nagios/etc/nagios.cfg # /usr/local/nagios/libexec/check_nagios -e 60 -F /opt/iexpress/nagios/var/nagios.log -C /opt/iexpress/nagios/bin/nagios NAGIOS CRITICAL: Could not locate a running Nagios proc ------------------------------ ------------------------------------------------------------------------------ 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/ _______________________________________________ Nagiosplug-help mailing list Nagiosplug-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/nagiosplug-help ::: Please include plugins version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
image001.png
(image/png, 3.2 KB) - not displayed