Posts Tagged ‘network monitoring’

Cacti Plugins

The advantages of the cacti are having many plugins that is provided by a wide community of cactiusers.org. List of available cacti plugins: Boost: To increase cacti performance Clogs: To add a view tab to view  cacti log Discovery: auto discovery to detect the SNMP devices on the network with diferent subnet. Docs: To create [...]

Building Cacti (Network Monitoring) in Windows Part 2

As already mentioned in the previous posting, cacti using rrdtool as the engine for network monitoring graphs generated by cacti. RRDTool(as network tools) is used  by many network-monitoring tools. The list can be seen in here. RRDTool itself is a tool-based round robin database. Designed to handle data-based continuous-time (time series data), such as network [...]

Building Cacti (Network Monitoring) in Windows Part 1

Are You a Network Engineer or network administrator? Definitely need a tool to monitor the condition of the company’s internal network and the Internet, especially if you have many links to branches in the region. But the tool to monitor network conditions is necessary, indeed many types of network tools that are required. Even many [...]

Building Cacti (Network Monitoring) in Linux Part 5

So that the graphics can be displayed periodically need to be made then the cron (as a task scheduler). Login sebagai cactiuser . . # su cactiuser $ crontab -e Enter the following line */5 * * * * php /var/www/html/cacti/poller.php > /dev/null 2>&1 * / 5 * * * * php / var / [...]

Building Cacti (Network Monitoring) in Linux Part 4

We need to make some configuration for Cacti, in general configuration, everything is on the Configuration -> Settings. At least the following configuration we need to setup in cacti: The General tab: Make sure this parameter is right to configure : SNMP Utility Version, RRDTool Utility Version, Version SNMP, SNMP Communitiy, Timeout SNMP, SNMP, and [...]