-
Notifications
You must be signed in to change notification settings - Fork 113
Grott as a service (Linux)
Johan Meijer edited this page Aug 26, 2020
·
1 revision
To enable continous Grott monitoring Grott can be runned as a standard linux service (deamon).
- copy grott.service in etc/systemd/system
- sudo systemctl enable grott
- sudo systemctl start grott
or
- sudo service grott start
- sudo systemctl stop grott
or
- sudo service grott stop
- sudo systemctl status grott
or
- sudo service grott status
By default te grott service is sending the messages to the standard jounal system (syslog). -v option is specified for more information.
you can read the actual system journal by:
- journalctl (displays actual journal file in total)
or
- journalctl -u grott (displays only the grott messages)