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:...
Basic service monitoring for microsoft SQL Server 2000 in a windows pandora fms agent. Local module. Modules module_begin module_name msSQL Server 2K module_type generic_proc module_service MSSQLSERVER module_end
Several local modules in Linux for doing a general MySQL monitoring using the SQL/CLI tool. This could be done in any OS (adapting commands), just using the Pandora FMS agent. Modules Active threads module_begin module_name Mysql_Threads module_description Mysql...