Ricardo Bartels
8437c464e5
refine ssl insecure and client certificate options
...
* default TLS Protocols are now set to >= TLS1
* --cacert and --cert are no longer mandatory if option -s is used
* proper error messages if parsing of cert or key files fails
2019-05-09 14:55:25 +02:00
Ricardo Bartels
df2bbdbf51
Merge remote-tracking branch 'theicfire/master' into next-release
2019-05-09 13:38:37 +02:00
Ricardo Bartels
823fc275c9
fixed expansion on newly merged command line args
2019-05-09 13:18:34 +02:00
Ricardo Bartels
18b0898e72
Merge remote-tracking branch 'nrobert13/tg' into next-release
2019-05-09 12:39:58 +02:00
Ricardo Bartels
95318954bf
fixed indentation and and print statements
...
* clean up from previous merges
2019-05-09 11:58:50 +02:00
Ricardo Bartels
8e469e3d98
Merge branch 'luban8' into next-release
2019-05-09 11:30:26 +02:00
Ricardo Bartels
29f8d892ee
Merge branch 'ack-expand-array' into next-release
2019-05-09 11:17:51 +02:00
luban8
cbdb884dc7
Update README.md
2019-05-07 16:27:56 +02:00
luban8
3a108aef5e
Update README.md
2019-05-07 16:25:00 +02:00
Martin Sura
81522fa9ab
fix intedation
2019-05-07 16:23:48 +02:00
Martin Sura
27eaaf0842
Add unknown option
2019-05-07 16:15:31 +02:00
Chase Lambert
9dd6323b85
Better failure message for exact keys
2018-04-02 09:34:00 -04:00
Robert Nemeti
67136a4a2b
add client ssl cert support
2018-02-15 17:04:04 +01:00
Robert Nemeti
d164a1250c
add key,value non equality check, the opposite of the -q and -Q
2018-01-10 10:23:34 +01:00
Robert Nemeti
89f42c15a0
use python2.7 because on centos 6 (icinga) the default python is 2.6 and doesn;t have the required ssl libraries
2017-08-10 15:41:35 +02:00
Robert Nemeti
1e707a4b6a
add repo and upstream info
2017-08-10 15:05:53 +02:00
Robert Nemeti
9656265439
print current value in the icinga message
2017-08-10 10:29:45 +02:00
Robert Nemeti
e463369671
added insecure argument for the ssl connections
2017-08-10 10:28:02 +02:00
Drew Kerrigan
357c2240ba
Merge pull request #31 from thmshmm/master
...
fix unknown_message bug
2017-07-19 09:37:49 -07:00
Thomas Hamm
42d1e08037
fix unknown_message bug
2017-01-26 16:26:45 +00:00
Drew Kerrigan
4950225393
adding support for (*) to all flags
2016-07-19 12:43:16 -04:00
Drew Kerrigan
9be6a709a2
syntax cleanup
2016-07-19 11:02:28 -04:00
Drew Kerrigan
06fab10fe2
added (*) syntax
2016-07-18 17:22:41 -04:00
Drew Kerrigan
7bdc802c2d
consistent tabs
2016-07-18 14:15:56 -04:00
Drew Kerrigan
ed7bc7175b
Merge pull request #20 from berosek/master
...
Support for custom HTTP Headers added using -A parameter.
2016-02-23 22:11:57 +01:00
Drew Kerrigan
4180ec2066
Merge pull request #22 from artschwagerb/master
...
fix variable error
2016-02-23 22:10:47 +01:00
Brian Artschwager
a0d0773d1a
fix variable error
...
NameError: global name 'critical_message' is not defined
2016-02-18 10:42:44 -05:00
Beri
fbebf05f76
Support for custom HTTP Headers added using -A parameter.
2016-01-08 16:21:00 +01:00
drewkerrigan
6f9048fc75
updating docs
2015-11-19 13:55:16 -05:00
drewkerrigan
5bb09cd362
updating docs
2015-11-19 13:55:07 -05:00
drewkerrigan
568fa6e4d0
updating docs
2015-11-19 13:54:53 -05:00
drewkerrigan
f63ac180b6
updating docs
2015-11-19 13:54:25 -05:00
drewkerrigan
070047cf55
updating docs
2015-11-19 13:52:54 -05:00
drewkerrigan
8adcf2ff07
updating docs
2015-11-19 13:49:24 -05:00
drewkerrigan
fb4e58b635
Adding support for -E, -Q, -w, -c, fixing threshold checking on -m, added UnitTest task, removed -l, -g
2015-11-18 23:07:50 -05:00
drewkerrigan
32a8884881
added ability to supply an alias for a key re: #10
2015-11-15 23:50:12 -05:00
drewkerrigan
2644151b5f
adding header for nagios configuration
2015-10-05 12:40:52 -04:00
drewkerrigan
55b979f3e2
Merge branch 'master' of github.com:drewkerrigan/nagios-http-json
2015-10-05 10:36:46 -04:00
drewkerrigan
369d5115a3
extra debugging
2015-10-05 10:36:40 -04:00
Drew Kerrigan
ea7edf5d01
Merge pull request #17 from billmoritz/metrics-fix
...
Return metrics no matter the result
2015-08-31 12:55:17 -04:00
Bill Moritz
a4be4d42c6
Return metrics no matter the result
2015-08-31 11:36:27 -04:00
Drew Kerrigan
cb0a5927c2
Merge pull request #15 from billmoritz/http-post
...
Http post
2015-08-22 18:22:07 -04:00
Bill Moritz
42e75abcad
Update README.md
2015-08-22 09:47:25 -04:00
Bill Moritz
3058176ba1
Add data argument
...
Add an option to HTTP POST data to the host.
2015-08-22 09:42:06 -04:00
Drew Kerrigan
e4334d0c4a
Merge pull request #13 from nejec/master
...
Allow multiple key value specification
2015-07-29 11:45:04 -07:00
Jernej Porenta
b9d03c899f
Allow multiple key value specification
...
Multiple key values can be specified by using colon delimiter.
2015-07-28 09:08:55 +02:00
Drew Kerrigan
15c5075cc1
Merge pull request #12 from MrOppermann/public-readme.me-and-script-help-are-different
...
synchronized readme.me and help of plugin regarding usage description
2015-07-13 17:22:42 -04:00
frederic.oppermann
1be1b2e5a2
synchronized readme.me and help of plugin regarding usage description
2015-07-13 17:05:27 +02:00
Drew Kerrigan
1772543ee3
Merge pull request #9 from invertigo/master
...
add arguments for http timeout and tcp port
2015-05-07 19:48:51 -04:00
root
fe2e830bf7
add arguments for http timeout and tcp port
2015-05-07 22:19:23 +00:00