Dec 18, 2017 | Backup and Recovery
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...Dec 14, 2017 | Clustering and High-Availability, Security monitoring
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 /stat | find /V “Online” | wc -l module_description Enable group...Dec 14, 2017 | Clustering and High-Availability, Security monitoring
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...Dec 14, 2017 | Backup and Recovery, Security monitoring
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...Dec 14, 2017 | Backup and Recovery, Security monitoring
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...Dec 14, 2017 | Firewall & IDS, Security monitoring
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 signature, event where...