Useful to know if your server is too heavy loaded or have problems. Module data module_begin module_name Pandora_PendPackets_Queue_Incoming module_type generic_data module_exec ls -l /var/spool/pandora/data_in/ | wc -l...
A few modules to monitor Oracle basic OS metrics Module data module_begin module_name % CPU Used Oracle module_type generic_data module_exec ps aux | grep ora | grep -v grep | awk ‘{ sum += $3 } END { print sum }’ module_end module_begin module_name % RAM...
Bash plugin to measure the website response speed including the following metrics: – Time to First Byte – Total load time – Pre-transfer time – Response HTTP code – Page total size Author: Manuel Angel Fernandez His blog:...
This can get the time total to HTTP GET about specified URL. Requirement: curl Note: You may change the {time_total} to other parameter. ex) http_code, time_namelookup, time_connect, speed_download see man curl more detail. Module data module_begin module_name...
List of OID used on SQUID remote monitoring using SNMP. Module data By default SQUID uses 3401 port for SNMP agent, and you need to enable the SNMP agent in the SQUID server. After that, you can use SNMP queries to obtain detailed performance informacion on SQUID...
Simple query to get hits per second on a apache, parsing it’s access logfile. Warning: Could be HEAVY on big sites (GB logs per hour). Make interval 10min or more if it’s on bigsites. Module data module_begin module_name WEB_Hits module_type...