Fix typo
This commit is contained in:
parent
205277d08e
commit
acd6118470
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ This script use *clamdscan* utility to check a file and verify Clamav daemon sta
|
|||
apt-get install clamdscan
|
||||
git clone https://gogs.zionetrix.net/bn8/check_clamd.git /usr/local/src/check_clamd
|
||||
mkdir -p /usr/local/lib/nagios/plugins
|
||||
ln -s /usr/local/src/check_mdb/check_clamd /usr/local/lib/nagios/plugins/
|
||||
ln -s /usr/local/src/check_clamd/check_clamd /usr/local/lib/nagios/plugins/
|
||||
echo "command[check_clamd]=/usr/local/lib/nagios/plugins/check_clamd" > /etc/nagios/nrpe.d/clamd.cfg
|
||||
service nagios-nrpe-server reload
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue