diff options
author | Sven Nierlein <sven@nierlein.de> | 2020-05-19 07:53:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 07:53:30 (GMT) |
commit | 00948e95f43953359d3a9de6a9dc664723ad7374 (patch) | |
tree | 04a87c488f5eb1d13c1a59abb2eafda518226b20 /.gitignore | |
parent | b12358535458b853d287551054331e477b58320a (diff) | |
parent | 772fb233b92d4ad5fc87f30a8efee5c9bb295d1d (diff) | |
download | monitoring-plugins-00948e95f43953359d3a9de6a9dc664723ad7374.tar.gz |
Merge pull request #1535 from monitoring-plugins/feature_check_curl
Feature check curl
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -142,6 +142,7 @@ NP-VERSION-FILE | |||
142 | /plugins/check_by_ssh | 142 | /plugins/check_by_ssh |
143 | /plugins/check_clamd | 143 | /plugins/check_clamd |
144 | /plugins/check_cluster | 144 | /plugins/check_cluster |
145 | /plugins/check_curl | ||
145 | /plugins/check_dbi | 146 | /plugins/check_dbi |
146 | /plugins/check_dig | 147 | /plugins/check_dig |
147 | /plugins/check_disk | 148 | /plugins/check_disk |
@@ -202,6 +203,12 @@ NP-VERSION-FILE | |||
202 | /plugins/stamp-h* | 203 | /plugins/stamp-h* |
203 | /plugins/urlize | 204 | /plugins/urlize |
204 | 205 | ||
206 | # /plugins/picohttpparser | ||
207 | /plugins/picohttpparser/Makefile | ||
208 | /plugins/picohttpparser/Makefile.in | ||
209 | /plugins/picohttpparser/.deps | ||
210 | /plugins/picohttpparser/libpicohttpparser.a | ||
211 | |||
205 | # /plugins/t/ | 212 | # /plugins/t/ |
206 | /plugins/t/*.tmp | 213 | /plugins/t/*.tmp |
207 | 214 | ||