Update typo in README
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
cbf5132b69
commit
a0507d546a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ Copy and update the configuration file example:
|
||||||
cp -p config.json.example telegram.json
|
cp -p config.json.example telegram.json
|
||||||
vim telegram.json
|
vim telegram.json
|
||||||
sudo mv telegram.json /etc/nagios4/telegram.json
|
sudo mv telegram.json /etc/nagios4/telegram.json
|
||||||
sudo chmod 640 root:nagios /etc/nagios4/telegram.json
|
sudo chown root:nagios /etc/nagios4/telegram.json
|
||||||
|
sudo chmod 640 /etc/nagios4/telegram.json
|
||||||
```
|
```
|
||||||
|
|
||||||
Ensure Nagios reads the configuration file:
|
Ensure Nagios reads the configuration file:
|
||||||
|
|
Loading…
Reference in a new issue