From notifications at github.com Fri Apr 1 00:01:53 2016 From: notifications at github.com (Sven Nierlein) Date: Thu, 31 Mar 2016 15:01:53 -0700 Subject: [monitoring-plugins/monitoring-plugin-perl] Support LONGTEXT output (#10) In-Reply-To: References: Message-ID: thanks --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugin-perl/pull/10#issuecomment-204149134 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Apr 1 00:02:13 2016 From: notifications at github.com (Sven Nierlein) Date: Thu, 31 Mar 2016 15:02:13 -0700 Subject: [monitoring-plugins/monitoring-plugin-perl] Add LONGOUTPUT parameter to plugin_exit (#9) In-Reply-To: References: Message-ID: merged in #10 --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugin-perl/issues/9#issuecomment-204149284 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Apr 1 00:02:13 2016 From: notifications at github.com (Sven Nierlein) Date: Thu, 31 Mar 2016 15:02:13 -0700 Subject: [monitoring-plugins/monitoring-plugin-perl] Add LONGOUTPUT parameter to plugin_exit (#9) In-Reply-To: References: Message-ID: Closed #9. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugin-perl/issues/9#event-610497055 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Apr 1 00:02:21 2016 From: notifications at github.com (Sven Nierlein) Date: Thu, 31 Mar 2016 15:02:21 -0700 Subject: [monitoring-plugins/monitoring-plugin-perl] Add LONGOUTPUT parameter to plugin_exit (#9) In-Reply-To: References: Message-ID: thanks --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugin-perl/issues/9#issuecomment-204149345 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Apr 1 21:47:57 2016 From: notifications at github.com (Paul Dugas) Date: Fri, 01 Apr 2016 12:47:57 -0700 Subject: [monitoring-plugins/monitoring-plugin-perl] Add LONGOUTPUT parameter to plugin_exit (#9) In-Reply-To: References: Message-ID: That regex isn't correct. My testing yesterday was minimal and insufficient. I'm working on fixing it still but am having to dust off my multiline matching foo. It needs a /m or /s. Will let you know if I can fix it. *Paul Dugas*, *Computer Engineer* Dugas Enterprises, LLC 522 Black Canyon Park, Canton, GA 30114 USA o: 404-590-5159 *|* m: 404-932-1355 *|* e: paul at dugasenterprises.com On Thu, Mar 31, 2016 at 6:02 PM, Sven Nierlein wrote: > thanks > > ? > You are receiving this because you authored the thread. > Reply to this email directly or view it on GitHub > > > --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugin-perl/issues/9#issuecomment-204540956 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Mon Apr 18 12:33:35 2016 From: notifications at github.com (FinlayDaG33k) Date: Mon, 18 Apr 2016 03:33:35 -0700 Subject: [monitoring-plugins/monitoring-plugins] output in JSON (#1416) Message-ID: This is more an enhancement than an issue, but please add a function to give the output in JSON... this makes is alot easier to work with in for example PhP --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/issues/1416 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Mon Apr 18 17:06:13 2016 From: notifications at github.com (FinlayDaG33k) Date: Mon, 18 Apr 2016 08:06:13 -0700 Subject: [monitoring-plugins/monitoring-plugins] output in JSON (#1416) In-Reply-To: References: Message-ID: Yes, as it is right now quite a pain on the brain to use the output of the plugins in for example PHP scripts... I know you can use something my friends call "tokenization" but having the ability to have the script output in JSON is way user-friendlier in my opinion. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/issues/1416#issuecomment-211419228 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Wed Apr 20 17:40:51 2016 From: notifications at github.com (Paul Dugas) Date: Wed, 20 Apr 2016 08:40:51 -0700 Subject: [monitoring-plugins/monitoring-plugin-perl] Fix plugin-name processing in ALRM handler. (#12) In-Reply-To: References: Message-ID: Using `shortname` instead may be more correct. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugin-perl/pull/12#issuecomment-212482304 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Tue Apr 26 21:27:43 2016 From: notifications at github.com (Nick Peelman) Date: Tue, 26 Apr 2016 12:27:43 -0700 Subject: [monitoring-plugins/monitoring-plugins] check_snmp: Add multiply-by and divide-by options (#1417) Message-ID: Allows simple scaling on numeric results. ~~Useful~~ Necessary when a wrapper script is prohibitive and device outputs scaled results. Or when you get bits and need bytes (or vice versa). You can view, comment on, or merge this pull request online at: https://github.com/monitoring-plugins/monitoring-plugins/pull/1417 -- Commit Summary -- * Add multiply-by and divide-by options to enable simple math on numeric results * Add help text -- File Changes -- M plugins/check_snmp.c (33) -- Patch Links -- https://github.com/monitoring-plugins/monitoring-plugins/pull/1417.patch https://github.com/monitoring-plugins/monitoring-plugins/pull/1417.diff --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/pull/1417 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Apr 29 20:20:36 2016 From: notifications at github.com (Truong) Date: Fri, 29 Apr 2016 11:20:36 -0700 Subject: [monitoring-plugins/monitoring-plugins] Add script to check Asterisk peer status (#1418) Message-ID: This script uses Asterisk Manager Interface (AMI) to retrieve peers information. > Usage: check_asterisk_peer [options] > > Options: > --version show program's version number and exit > -h, --help show this help message and exit > -u USER, --username=USER > username for AMI. > -s SECRET, --secret=SECRET > password for AMI. > -H HOSTNAME, --host=HOSTNAME > the host to connect to. The default is localhost. > -P PORT, --port=PORT the port to contact. Default is 5038. > -t TYPE, --type=TYPE sip or iax are allowed values. > -p PEER, --peer=PEER the peer name to check. > -w WARNING, --warning=WARNING > RTT warning threshold value. > -c CRITICAL, --critical=CRITICAL > RTT critical threshold value. > -a, --all print the whole output. > -v, --verbose print the whole output. You can view, comment on, or merge this pull request online at: https://github.com/monitoring-plugins/monitoring-plugins/pull/1418 -- Commit Summary -- * Add script to check Asterisk peer status -- File Changes -- A plugins-scripts/check_asterisk_peer.py (223) -- Patch Links -- https://github.com/monitoring-plugins/monitoring-plugins/pull/1418.patch https://github.com/monitoring-plugins/monitoring-plugins/pull/1418.diff --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/pull/1418 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Apr 29 20:29:14 2016 From: notifications at github.com (Truong) Date: Fri, 29 Apr 2016 11:29:14 -0700 Subject: [monitoring-plugins/monitoring-plugins] Add script to check Asterisk peer status (#1418) In-Reply-To: References: Message-ID: Closed #1418. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/pull/1418#event-646051874 -------------- next part -------------- An HTML attachment was scrubbed... URL: