From dc661330d98f18065cab357fea63d52b29ad9c78 Mon Sep 17 00:00:00 2001 From: Alban VIDAL Date: Sun, 29 Sep 2019 22:49:58 +0200 Subject: [PATCH] Add commands to copy files and restart NRPE --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 339ae4e..164fa1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Check NRPE -Boite à outils de plusieurs script NRPE \ No newline at end of file +Boite à outils de plusieurs script NRPE + +Pour appliquer la conf : + +```bash +command cp -dur /srv/git/check-nrpe/conf/* / + +systemctl restart nagios-nrpe-server.service +```