diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-04-14 21:10:40 +0200 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 16:30:31 +0200 |
commit | 9960c56e5e09caf33a8010e52cb32a931fb3ab2a (patch) | |
tree | 584c3efc2dc5b7f6870894ec7f4cac0662d51753 /.gitignore | |
parent | bbec77c7ecbc6ecaac06d2c8845f83a22546f273 (diff) | |
download | monitoring-plugins-9960c56e5e09caf33a8010e52cb32a931fb3ab2a.tar.gz |
added -M<m> age option for document age, using picohttpparser from h2o (maybe handy
later to make a more robust header condition checker?)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ NP-VERSION-FILE | |||
202 | /plugins/negate | 202 | /plugins/negate |
203 | /plugins/stamp-h* | 203 | /plugins/stamp-h* |
204 | /plugins/urlize | 204 | /plugins/urlize |
205 | /plugins/libpicohttpparser.a | ||
205 | 206 | ||
206 | # /plugins/t/ | 207 | # /plugins/t/ |
207 | /plugins/t/*.tmp | 208 | /plugins/t/*.tmp |