
Finally, you can enable your configuration for Cacti, restart Apache and create a log file for Cacti (useful for troubleshooting) by typing the following: sudo a2ensite cacti Once this is added, press Ctrl+X and Ctrl+O to save and exit. # this setting is necessary for some locales
Raspberry pi install monit update#
You’ll next need to update your Apache web server configuration, so open the configuration file with sudo nano /etc/apache2/sites-available/nf at the terminal and adding the following: Alias /cacti /opt/cacti Press Ctrl+O and Ctrl+X to save and exit the file. */5 * * * * www-data php /opt/cacti/poller.php > /dev/null 2>&1 The following steps will set Cacti to update every 5 minutes, but you can change this if you would prefer: sudo nano /etc/cron.d/cacti Cacti will need to be told to update on a regular basis, which you can do using crontab. Press Ctrl+O and Ctrl+X to save and exit. You can access these services from the Reporting and System menus on the NEMS web portal, which you can access at or (replacing ip-address with your Raspberry Pi’s IP address),

Raspberry pi install monit tv#
NEMS TV Dashboard, a dashboard for Nagios data for display on a large monitor or TV (accessible at ).NEMS Mobile, a basic mobile UI for viewing Nagios data from mobile devices (accessible at ).Nagios Core, the original and configurable Nagios web dashboard (accessible at ).NEMS Adagios, a configurable web dashboard for your Nagios services (accessible at ).Other plugins you wish to install may come with their own instructions and prerequisite packages, so be sure to check the manpages and documentation for these packages first.īy default, NEMS includes some useful web dashboards and tools for you to use, including:


You’ll be able to view installed Nagios network plugins and dashboards from the NEMS web portal, accessible at or (replacing ip-address with your Pi’s IP address).
