diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-11 21:54:05 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-11 21:54:05 +0200 |
commit | 7382fa90f84d38cd2ae08c880e9ed6a4ad644d35 (patch) | |
tree | e367f424cfb94bd6730e196916a96a9725e61c27 /.gitignore | |
parent | fb39f96ac6f72bb56d17f3e8694134dfea9186e9 (diff) | |
parent | 1dfb5a0c10881b43cb60cf93bab63648c61201b5 (diff) | |
download | monitoring-plugins-7382fa90f84d38cd2ae08c880e9ed6a4ad644d35.tar.gz |
Merge branch 'master' into refactor/check_users
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -114,7 +114,6 @@ NP-VERSION-FILE | |||
114 | /lib/tests/Makefile.in | 114 | /lib/tests/Makefile.in |
115 | /lib/tests/test_base64 | 115 | /lib/tests/test_base64 |
116 | /lib/tests/test_cmd | 116 | /lib/tests/test_cmd |
117 | /lib/tests/test_disk | ||
118 | /lib/tests/test_tcp | 117 | /lib/tests/test_tcp |
119 | /lib/tests/test_utils | 118 | /lib/tests/test_utils |
120 | /lib/tests/utils_base.Po | 119 | /lib/tests/utils_base.Po |
@@ -153,6 +152,8 @@ NP-VERSION-FILE | |||
153 | /plugins/check_dbi | 152 | /plugins/check_dbi |
154 | /plugins/check_dig | 153 | /plugins/check_dig |
155 | /plugins/check_disk | 154 | /plugins/check_disk |
155 | plugins/check_disk.d/.deps/ | ||
156 | plugins/check_disk.d/.dirstamp | ||
156 | /plugins/check_dns | 157 | /plugins/check_dns |
157 | /plugins/check_dummy | 158 | /plugins/check_dummy |
158 | /plugins/check_fping | 159 | /plugins/check_fping |
@@ -177,7 +178,6 @@ NP-VERSION-FILE | |||
177 | /plugins/check_ntp | 178 | /plugins/check_ntp |
178 | /plugins/check_ntp_peer | 179 | /plugins/check_ntp_peer |
179 | /plugins/check_ntp_time | 180 | /plugins/check_ntp_time |
180 | /plugins/check_nwstat | ||
181 | /plugins/check_pgsql | 181 | /plugins/check_pgsql |
182 | /plugins/check_ping | 182 | /plugins/check_ping |
183 | /plugins/check_pop | 183 | /plugins/check_pop |
@@ -224,7 +224,7 @@ NP-VERSION-FILE | |||
224 | /plugins/tests/Makefile | 224 | /plugins/tests/Makefile |
225 | /plugins/tests/Makefile.in | 225 | /plugins/tests/Makefile.in |
226 | /plugins/tests/test_utils | 226 | /plugins/tests/test_utils |
227 | /plugins/tests/test_disk | 227 | /plugins/tests/test_check_disk |
228 | /plugins/tests/test_check_swap | 228 | /plugins/tests/test_check_swap |
229 | /plugins/tests/.deps | 229 | /plugins/tests/.deps |
230 | /plugins/tests/.dirstamp | 230 | /plugins/tests/.dirstamp |