Compare commits

..

No commits in common. "84b1e391a2b00ebcd0d5a4fe60aea6ec8ba548b5" and "492980dec06b940f8a13a23ac29726ca57257225" have entirely different histories.

View File

@ -6,21 +6,19 @@ Boite à outils de plusieurs script NRPE
+ nagios-nrpe-server
+ needrestart
+ bc
+ sudo
```bash
apt install \
nagios-nrpe-server \
needrestart \
bc \
sudo
```
## Pour appliquer la conf
```bash
command cp -dur /srv/git/conf/conf-10-check-nrpe/conf/common/* /
command cp -dur /srv/git/check-nrpe/conf/* /
systemctl restart nagios-nrpe-server.service
```