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 [...]
Posted: 20th June 2009 under Linux, Microsoft, Security.
Tags:bandwidth usage, cacti, Linux, network monitoring, windows
Comments: none
Edit
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 [...]
Posted: 18th June 2009 under Microsoft, Networking, Security.
Tags:cacti, network monitoring, windows
Comments: none
Edit
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 [...]
Posted: 17th June 2009 under Microsoft, Networking, Security.
Tags:cacti, network monitoring, network tools, windows
Comments: none
Edit
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 / [...]
Posted: 15th April 2008 under Linux, Networking.
Tags:cacti, Linux, network monitoring
Comments: none
Edit
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 [...]
Posted: 12th April 2008 under Linux, Networking.
Tags:cacti, Linux, network monitoring
Comments: none
Edit