This snapshot plugin, send netstat information as Command Snapshot (generic string module). Module data Change permissions (chmod 755) and execute as: module_plugin netstat.sh Files: netstat.sh
This local plugin module for Unix agents will give you a string data module with a snapshot of running processes, including CPU, MEMORY and system stats, as resulting from TOP command, very useful to catch the whole system status in a single snapshot. Use for 4.0.3...
Este script te escribe todas las interfaces configuradas en la máquina junto con la IP asignada a dicha interfaz. Module data module_begin module_name Interfaces de red module_type generic_data_string module_crontab * 5-7 * * 0 # Ejecuta todos los domingos entre las 5...
Several scripts packaged in a ZIP file to be used as local modules in Linux and Unix hosts, to get several metrics: BlockedIOQueue CPUUsage DiskAvgQueueLength DiskPhysIORate DiskUsagePeak MemUsage NetColPct NetOutQueueLength NetPktRate NFSCallRate PageOutByteRate...
It returns the consume percentage, pid and name of the process that is consume more than the 90% of the CPU Module data module_begin module_name Processes high CPU (%, PID, name) module_type generic_data_string module_exec core=$(nproc) && ps -eo...
This simple module gives you opened handles in your SO, by using lsof tool (usually installed or available in the SO addons). Could be easily modified to search on a given process or user only. Module data module_begin module_name Handles module_type generic_data ...