Skip to content
Snippets Groups Projects
Unverified Commit d704edab authored by anarcat's avatar anarcat
Browse files

warn about config errors

parent 0f95fed3
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,18 @@ Nagios/Icinga service for Tor Project infrastructure
: NCMD is the command that's being run. If it looks sane, run it. With --verbose if you like more output.
ssh -t TARGET.tpo "$NCMD" --verbose
## How to add a host
## Changing the Nagios configuration
- Add new hosts to `tor-nagios/config/nagios-master.cfg`.
Hosts and services are managed in the `config/nagios-master.cfg` YAML
configuration file, kept in the `admin/tor-nagios.git`
repository. Make changes with a normal text editor, commit and push:
$EDITOR config/nagios-master.cfg
git commit -a
git push
Carefully watch the output of the `git push` command! If there is an
error, your changes won't show up (and the commit is still accepted).
## Forcing a rebuild of the configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment