diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-01-09 14:57:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-09 14:57:57 +0100 |
| commit | da4fb28fca51b180d50608b0c847b1c0927cd8c5 (patch) | |
| tree | d20769e0a61ac2ba76920190050d3e0a3e7c85b7 /.gitignore | |
| parent | b09a8b530df8a23610889d0b89b148f22db3568a (diff) | |
| parent | f694f4cd4dfead0da6feab04d92335d9bbe185b6 (diff) | |
| download | monitoring-plugins-da4fb28f.tar.gz | |
Merge branch 'master' into refactor/check_ide_smart
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 15 insertions, 5 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 |
| @@ -173,11 +174,8 @@ NP-VERSION-FILE | |||
| 173 | /plugins/check_netsaint | 174 | /plugins/check_netsaint |
| 174 | /plugins/check_nntp | 175 | /plugins/check_nntp |
| 175 | /plugins/check_nntps | 176 | /plugins/check_nntps |
| 176 | /plugins/check_nt | ||
| 177 | /plugins/check_ntp | ||
| 178 | /plugins/check_ntp_peer | 177 | /plugins/check_ntp_peer |
| 179 | /plugins/check_ntp_time | 178 | /plugins/check_ntp_time |
| 180 | /plugins/check_nwstat | ||
| 181 | /plugins/check_pgsql | 179 | /plugins/check_pgsql |
| 182 | /plugins/check_ping | 180 | /plugins/check_ping |
| 183 | /plugins/check_pop | 181 | /plugins/check_pop |
| @@ -197,6 +195,8 @@ NP-VERSION-FILE | |||
| 197 | /plugins/check_udp | 195 | /plugins/check_udp |
| 198 | /plugins/check_ups | 196 | /plugins/check_ups |
| 199 | /plugins/check_users | 197 | /plugins/check_users |
| 198 | /plugins/check_users.d/.deps | ||
| 199 | /plugins/check_users.d/.dirstamp | ||
| 200 | /plugins/check_vsz | 200 | /plugins/check_vsz |
| 201 | /plugins/config.h | 201 | /plugins/config.h |
| 202 | /plugins/config.h.in | 202 | /plugins/config.h.in |
| @@ -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 |
| @@ -231,6 +231,14 @@ NP-VERSION-FILE | |||
| 231 | /plugins/check_swap.d/.deps | 231 | /plugins/check_swap.d/.deps |
| 232 | /plugins/check_swap.d/.dirstamp | 232 | /plugins/check_swap.d/.dirstamp |
| 233 | 233 | ||
| 234 | # /plugins/check_snmp.d | ||
| 235 | /plugins/check_snmp.d/.deps | ||
| 236 | /plugins/check_snmp.d/.dirstamp | ||
| 237 | |||
| 238 | # /plugins/check_curl.d | ||
| 239 | /plugins/check_curl.d/.deps | ||
| 240 | /plugins/check_curl.d/.dirstamp | ||
| 241 | |||
| 234 | # /plugins-root/ | 242 | # /plugins-root/ |
| 235 | /plugins-root/.deps | 243 | /plugins-root/.deps |
| 236 | /plugins-root/.libs | 244 | /plugins-root/.libs |
| @@ -239,6 +247,8 @@ NP-VERSION-FILE | |||
| 239 | /plugins-root/check_dhcp | 247 | /plugins-root/check_dhcp |
| 240 | /plugins-root/check_icmp | 248 | /plugins-root/check_icmp |
| 241 | /plugins-root/pst3 | 249 | /plugins-root/pst3 |
| 250 | /plugins-root/check_icmp.d/.dirstamp | ||
| 251 | /plugins-root/check_icmp.d/.deps | ||
| 242 | 252 | ||
| 243 | # /plugins-scripts/ | 253 | # /plugins-scripts/ |
| 244 | /plugins-scripts/Makefile | 254 | /plugins-scripts/Makefile |
