Install and Configure Thold on Cacti
There are a bunch of Cacti’s plugins which can do better monitoring. One of the recommended and popular plugin for Cacti is Thold. Thold is a plugin to monitor bandwidth usage and trigger an alert when it reaches the threshold. Plugin Architecture needs to be installed in order to activate it on Cacti.
Let’s start the installation and configuration.
Backup Your Cacti Files
Plugin Architecture will make some changes on some Cacti file, it’s recommend to backup Cacti’s core file before install Plugin Architecture. If Cacti application is monitoring thousand of routers, It’s advices not to backup RRA/RRD files together. Backing up RRA/RRD file will take up a lot of disk space and it’s time consuming. Log file folder can be excluded as well, since only the core files need to be backup.
Take /usr/local/share/cacti as the example of the located Cacti’s files, lets backup Cacti’s core files without RRA/RRD and log files;
cd /usr/local/share
tar -vzcf cacti-backup.tar.gz --exclude=cacti/rra/* --exclude=cacti/log/* cacti
After backup has been done, Plugin Architecture installation is ready to roll.
Install Cacti Plugin Architecture
Cacti Plugin Architecture can be downloaded from cactiusers.org. Documentation of Cacti Plugin Architecture installation is available on Cacti Users’ documentation wiki.
Install and Configure Thold Plugin
Refer to Cacti’s plugin installation, before installing Thold plugin, Settings plugin is needed for Thold plugin. Both of the plugin is available on Cacti Users website.
Make sure Thold plugin has been activated on include/global.php. Installation has been done, but Thold setting on is not show Cacti’s Setting page? Permission needs to be granted before Thold setting is shown on Setting panel. To do so, go to User Management, and select your username. On Realm permission, make sure Plugin Management is check.
Now Thold tab should be shown on Cacti’s Setting panel.
Related posts:
- How to Install Cacti Plugin Architecture Cacti Plugin Architecture allow you to run useful monitoring plugins...
- Cacti Spine Source Installation Error on FreeBSD Just noticed FreeBSD’s port still using old version of spine,...
- Install and Configure mod_suphp or suphp on Plesk Server Plesk control panel comes with Media Temple DV package doesn’t...
- Install MySQL5 on Mac OSX With Darwin Port Before installing MySQL5, please be sure you have Darwin Port...
- ls & rm with regular expression e.g. rm -rf backup-20070[8-9]-* would delete : backup-200708-morning backup-200708-evening backup-200709-night...
- Linux/Unix Search and Replace Text from Multiple Files In Linux/Unix, for newbie to do search text from multiple...
- PECL Manual Install on Linux Centos Just bought a VPS server hosting to play around from...
- Quick File Copy on File Name with Sample Extension By default, some of the application installation provide you a...
- Install X11 On Mac OSX By default, X11 is not installed on Mac OSX. In...
- useful unix command: xargs In our mailserver, we backup every incoming email and keep...