diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-04-27 00:41:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 00:41:22 +0200 |
commit | 7cb82e6486e662fa4d2530523787d3eced266545 (patch) | |
tree | 81b3fe41ccdcb122310180a9078cc40a23963b59 | |
parent | 41fb615f3de34c3b3a344e74fd9cc24936cd58a6 (diff) | |
parent | 431502a82c7b1ac4012b243a70ded4b9b2011ea7 (diff) | |
download | monitoring-plugins-7cb82e6486e662fa4d2530523787d3eced266545.tar.gz |
Merge pull request #1859 from RincewindsHat/ignore_check_mssql_script
Ignore built check_mssql in CVS
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -246,6 +246,7 @@ NP-VERSION-FILE | |||
246 | /plugins-scripts/check_ircd | 246 | /plugins-scripts/check_ircd |
247 | /plugins-scripts/check_log | 247 | /plugins-scripts/check_log |
248 | /plugins-scripts/check_mailq | 248 | /plugins-scripts/check_mailq |
249 | /plugins-scripts/check_mssql | ||
249 | /plugins-scripts/check_ntp | 250 | /plugins-scripts/check_ntp |
250 | /plugins-scripts/check_oracle | 251 | /plugins-scripts/check_oracle |
251 | /plugins-scripts/check_rpc | 252 | /plugins-scripts/check_rpc |