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