diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-07-06 22:49:04 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-07-06 22:49:04 +0200 |
| commit | 92c7b91002b64187a67463e79ae3d306f5de923c (patch) | |
| tree | 0a167d65d488fd07641789e45c6863e2b982fe43 /.gitignore | |
| parent | bb4ce15997a3023c5c4f2bb434b37699797272da (diff) | |
| parent | e63acdb83d9edcc8c1e244fc34043b4876b74f16 (diff) | |
| download | monitoring-plugins-92c7b91002b64187a67463e79ae3d306f5de923c.tar.gz | |
Merge branch 'master' into refactor/check_load
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 |
| @@ -222,7 +222,7 @@ NP-VERSION-FILE | |||
| 222 | /plugins/tests/Makefile | 222 | /plugins/tests/Makefile |
| 223 | /plugins/tests/Makefile.in | 223 | /plugins/tests/Makefile.in |
| 224 | /plugins/tests/test_utils | 224 | /plugins/tests/test_utils |
| 225 | /plugins/tests/test_disk | 225 | /plugins/tests/test_check_disk |
| 226 | /plugins/tests/test_check_swap | 226 | /plugins/tests/test_check_swap |
| 227 | /plugins/tests/.deps | 227 | /plugins/tests/.deps |
| 228 | /plugins/tests/.dirstamp | 228 | /plugins/tests/.dirstamp |
