Changes between Version 3 and Version 4 of Cnbp2019/Agenda/MonitoringLab


Ignore:
Timestamp:
Feb 4, 2019, 9:59:48 AM (5 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2019/Agenda/MonitoringLab

    v3 v4  
    182182Create LibreNMS Cron job and run the command below to set cron job:
    183183
    184 ```sudo cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms```
    185 Copy logrotate config
    186 LibreNMS keeps logs in /opt/librenms/logs. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
    187 
    188 ```sudo cp /opt/librenms/misc/librenms.logrotate /etc/logrotate.d/librenms```
     184`sudo cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms`
     185
     186LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
     187
     188`sudo cp /opt/librenms/misc/librenms.logrotate /etc/logrotate.d/librenms`
    189189
    190190Finally, fix all permissions