This plugin is used to check if a file in a remote (FTP) server has X days or less from last modification, at has at least X KB in size. Files to check are search in the remote server by using a regular expression or substring. Parameters needed are: -u User for FTP...
Detects whether a group is enabled or not in the cluster. Module data module_begin module_name Group Online module_type generic_data module_exec <cluster group> /stat | find /V “Online” | wc -l module_description Enable group...
This is a local plugin for monitoring status of HP Smart Array Hardware status plugin for Pandora FMS. It needs to have preinstalled the HP Array Configuration Utility CLI hpacucli. This plugins returns global status and description of current status. Module data See...
This plugin uses mysql to fetch the performance metrics from a Bacula server. To install it: Verify that your system has mysql installed: $ mysql -V Download the file “bacula_plugin”. Copy it to your agent plugins directory. F.ex. on my system in...
This module is applied to know if a backup is done. In the backup script you need to create always a fixed link name which point to the latest backup file. This module get’s the time of a link which points to the lastest backup in the system. When backup its too...
Get snort events from a MySQL database. Module data module_begin module_name IDS_WEBAPP_Attack module_description SNORT total events for category ‘web-application-attack’ module_type generic_data_inc module_exec echo “select COUNT(sig_id) from...