Introduce own librenms user and remove rrds when removing a device

This commit is contained in:
f0o
2015-05-19 14:25:17 +00:00
parent 66297e1a19
commit 1f8db156eb
7 changed files with 53 additions and 8 deletions

7
librenms.nonroot.cron Normal file
View File

@@ -0,0 +1,7 @@
# Using this cron file requires an additional user on your system, please see install docs.
33 */6 * * * librenms /opt/librenms/discovery.php -h all >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/poller-wrapper.py 16 >> /dev/null 2>&1
15 0 * * * librenms sh /opt/librenms/daily.sh >> /dev/null 2>&1
* * * * * librenms /opt/librenms/alerts.php >> /dev/null 2>&1