diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 17 insertions, 6 deletions
| @@ -103,6 +103,8 @@ NP-VERSION-FILE | |||
| 103 | /lib/libmonitoringplug.a | 103 | /lib/libmonitoringplug.a |
| 104 | /lib/Makefile | 104 | /lib/Makefile |
| 105 | /lib/Makefile.in | 105 | /lib/Makefile.in |
| 106 | /lib/vendor/cJSON/.deps | ||
| 107 | /lib/vendor/cJSON/.dirstamp | ||
| 106 | 108 | ||
| 107 | # /lib/tests/ | 109 | # /lib/tests/ |
| 108 | /lib/tests/base64.Po | 110 | /lib/tests/base64.Po |
| @@ -112,7 +114,6 @@ NP-VERSION-FILE | |||
| 112 | /lib/tests/Makefile.in | 114 | /lib/tests/Makefile.in |
| 113 | /lib/tests/test_base64 | 115 | /lib/tests/test_base64 |
| 114 | /lib/tests/test_cmd | 116 | /lib/tests/test_cmd |
| 115 | /lib/tests/test_disk | ||
| 116 | /lib/tests/test_tcp | 117 | /lib/tests/test_tcp |
| 117 | /lib/tests/test_utils | 118 | /lib/tests/test_utils |
| 118 | /lib/tests/utils_base.Po | 119 | /lib/tests/utils_base.Po |
| @@ -151,6 +152,8 @@ NP-VERSION-FILE | |||
| 151 | /plugins/check_dbi | 152 | /plugins/check_dbi |
| 152 | /plugins/check_dig | 153 | /plugins/check_dig |
| 153 | /plugins/check_disk | 154 | /plugins/check_disk |
| 155 | plugins/check_disk.d/.deps/ | ||
| 156 | plugins/check_disk.d/.dirstamp | ||
| 154 | /plugins/check_dns | 157 | /plugins/check_dns |
| 155 | /plugins/check_dummy | 158 | /plugins/check_dummy |
| 156 | /plugins/check_fping | 159 | /plugins/check_fping |
| @@ -171,12 +174,8 @@ NP-VERSION-FILE | |||
| 171 | /plugins/check_netsaint | 174 | /plugins/check_netsaint |
| 172 | /plugins/check_nntp | 175 | /plugins/check_nntp |
| 173 | /plugins/check_nntps | 176 | /plugins/check_nntps |
| 174 | /plugins/check_nt | ||
| 175 | /plugins/check_ntp | ||
| 176 | /plugins/check_ntp_peer | 177 | /plugins/check_ntp_peer |
| 177 | /plugins/check_ntp_time | 178 | /plugins/check_ntp_time |
| 178 | /plugins/check_nwstat | ||
| 179 | /plugins/check_overcr | ||
| 180 | /plugins/check_pgsql | 179 | /plugins/check_pgsql |
| 181 | /plugins/check_ping | 180 | /plugins/check_ping |
| 182 | /plugins/check_pop | 181 | /plugins/check_pop |
| @@ -196,6 +195,8 @@ NP-VERSION-FILE | |||
| 196 | /plugins/check_udp | 195 | /plugins/check_udp |
| 197 | /plugins/check_ups | 196 | /plugins/check_ups |
| 198 | /plugins/check_users | 197 | /plugins/check_users |
| 198 | /plugins/check_users.d/.deps | ||
| 199 | /plugins/check_users.d/.dirstamp | ||
| 199 | /plugins/check_vsz | 200 | /plugins/check_vsz |
| 200 | /plugins/config.h | 201 | /plugins/config.h |
| 201 | /plugins/config.h.in | 202 | /plugins/config.h.in |
| @@ -221,7 +222,7 @@ NP-VERSION-FILE | |||
| 221 | /plugins/tests/Makefile | 222 | /plugins/tests/Makefile |
| 222 | /plugins/tests/Makefile.in | 223 | /plugins/tests/Makefile.in |
| 223 | /plugins/tests/test_utils | 224 | /plugins/tests/test_utils |
| 224 | /plugins/tests/test_disk | 225 | /plugins/tests/test_check_disk |
| 225 | /plugins/tests/test_check_swap | 226 | /plugins/tests/test_check_swap |
| 226 | /plugins/tests/.deps | 227 | /plugins/tests/.deps |
| 227 | /plugins/tests/.dirstamp | 228 | /plugins/tests/.dirstamp |
| @@ -230,6 +231,14 @@ NP-VERSION-FILE | |||
| 230 | /plugins/check_swap.d/.deps | 231 | /plugins/check_swap.d/.deps |
| 231 | /plugins/check_swap.d/.dirstamp | 232 | /plugins/check_swap.d/.dirstamp |
| 232 | 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 | |||
| 233 | # /plugins-root/ | 242 | # /plugins-root/ |
| 234 | /plugins-root/.deps | 243 | /plugins-root/.deps |
| 235 | /plugins-root/.libs | 244 | /plugins-root/.libs |
| @@ -238,6 +247,8 @@ NP-VERSION-FILE | |||
| 238 | /plugins-root/check_dhcp | 247 | /plugins-root/check_dhcp |
| 239 | /plugins-root/check_icmp | 248 | /plugins-root/check_icmp |
| 240 | /plugins-root/pst3 | 249 | /plugins-root/pst3 |
| 250 | /plugins-root/check_icmp.d/.dirstamp | ||
| 251 | /plugins-root/check_icmp.d/.deps | ||
| 241 | 252 | ||
| 242 | # /plugins-scripts/ | 253 | # /plugins-scripts/ |
| 243 | /plugins-scripts/Makefile | 254 | /plugins-scripts/Makefile |
