Module data This plugin transforms the du command into a module list which Pandora FMS could interpret. module_plugin perl /path/to/plugin/pandora_du.pl [my_folder] Use myfolder/* to obtain the size of each item inside “myfolder” folder Files:...
Plugin to monitor all logs inside a Windows directory. Using this grep_log.exe plugin modified you could monitor all logs inside a directory. You need to execute it in a bat file: Grep_log_directory.bat @echo off for /f %%f in (‘dir /b...
Estado del RAID 1 https://twiki.cern.ch/twiki/bin/view/FIOgroup/Tw_cli Module data module_begin module_name Raid 1 status module_exec /usr/bin/tw_cli /c0/u0 show | grep RAID-1 | awk ‘{print $3}’ module_type async_string module_description Estado del...
Module data This plugin serves to monitoring downloads and uploads times and rates, besides the file modification in FTP servers. Files: FTP_plugin_v1r2.zip
Estado del RAID 5 – DATOS https://twiki.cern.ch/twiki/bin/view/FIOgroup/Tw_cli Module data module_begin module_name Raid 5.1 status module_exec /usr/bin/tw_cli /c0/u1 show | grep RAID-5 | awk ‘{print $3}’ module_type async_string ...