Subversion Repositories vnag

Compare Revisions

Regard whitespace Rev 37 → Rev 38

/trunk/README.md
21,13 → 21,13
- **4images_version**: Checks 4images installations for updates.
- **disk_running**: Checks if harddisks which do not have SMART capability are online
- **file_timestamp**: Warns when files are not modified withhin a specific interval/age.
- **gitlab_version**: Checks GitLab installations for updates.
- **gitlab_version**: Checks GitLab install~ations for updates.
- **hp_smartarray**: Checks disk and controller status of HP SmartArray RAID controllers.
- **ipfm**: Checks the log files of the tool "ipfm" and warns when the measured traffic exceeds a given limit.
- **joomla_version**: checks Joomla installations for updates.
- **last**: Checks the output of the tool "last" and warns when logins from suspicious IP adresses are detected.
- **mdstat**: Parses the output of "/proc/mdstat" and warns when drives inside a RAID array have failed.
- **mediawiki_version**: Checks MediaWiki installations for updates.
- **pmwiki_version**: Checks PmWiki installations for updates.
- **net2ftp_version**: Checks net2ftp installations for updates.
- **nextcloud_version**: Checks Nextcloud installations for updates.
- **nocc_version**: Checks NOCC webmail installations for updates.
35,6 → 35,8
- **owncloud_version**: Checks ownCloud installations for updates.
- **phpbb_version**: Checks phpBB installations for updates.
- **phpmyadmin_version**: Checks phpMyAdmin installations for updates.
- **ping**: Pings a hostname or IP address.
- **pmwiki_version**: Checks PmWiki installations for updates.
- **roundcube_version**: Checks RoundCube installations for updates.
- **smart**: Checks the SMART attributes of harddrives and warns when bad attributes are detected.
- **virtual_mem**: Checks the amount of virtual memory (physical memory + swap).
/trunk/plugins/hp_smartarray/icinga2.conf
4,11 → 4,11
// Developed by Daniel Marschall, ViaThinkSoft <www.viathinksoft.com>
// Licensed under the terms of the Apache 2.0 license
//
// Revision 2021-08-06
// Revision 2021-08-08
 
// ATTENTION!
// To make this work, you need to add following to /etc/sudoers (adjust the paths)
// nagios ALL=(root) NOPASSWD:/daten/vnag/plugins/hp_smartarray/check_hp_smartarray"
// nagios ALL=(root) NOPASSWD:/daten/vnag/plugins/hp_smartarray/check_hp_smartarray
// You MUST make sure that the script check_hp_smartarray and all other VNag scripts are
// owned by root, otherwise the owner could change the code, and it would be executed with
// root privileges!
35,6 → 35,7
// apply Service "example_hp_smartarray_slot3" {
// import "generic-service"
// check_command = "vnag_hp_smartarray"
// check_interval = 15m
// vars = {
// vnag_hp_smartarray_slot = 3
// }
/trunk/plugins/overview
21,7 → 21,6
| phpbb3_version | vnag_phpbb_version | No | Generic | |
| phpmyadmin_version | vnag_phpmyadmin_version | No | Generic | |
| ping | vnag_ping | Yes | Generic | |
| | vnag_pmwiki_version | No | Generic | |
| positive_responder | (Discontinued) | - | - | Was only intended as test monitor. |
| roundcube_version | vnag_roundcube_version | No | Generic | |
| smart_test | vnag_smart | No | Generic | |
31,13 → 30,17
| verteiler | (Obsolete) | - | - | Functionality part of Icinga. |
| website_monitor | (Discontinued) | - | - | |
| wordpress_version | vnag_wordpress_version | No | Generic | |
| | vnag_webreader | No | Generic | |
| | vnag_disk_running | No | Generic | For monitoring disks which do not have SMART functionality. |
| | vnag_pmwiki_version | No | Generic | |
| | vnag_gitlab_version | No | Generic | |
| | vnag_nextcloud_version | No | Generic | |
| | vnag_owncloud_version | No | Generic | |
| | vnag_hp_smartarray | No | Generic | |
+---------------------------+----------------------------+----------------+-------------------+-----------------------------------------------------------------------+
| - | vnag_webreader | No | Generic | |
| - | vnag_disk_running | No | Generic | For monitoring disks which do not have SMART functionality. |
| | vnag_faindex_ts | No | VTS Internal | |
| | vnag_bulbcam_* | No | VTS Internal | |
| | vnag_oidinfo_linkcheck | No | VTS Internal | |
| | vnag_vwi_timestamp | Yes | VTS Internal | |
| | vnag_vts_command_listener | No | VTS Internal | |
+---------------------------+----------------------------+----------------+-------------------+-----------------------------------------------------------------------+
| - | vnag_faindex_ts | No | VTS Internal | |
| - | vnag_bulbcam_* | No | VTS Internal | |
| - | vnag_oidinfo_linkcheck | No | VTS Internal | |
| - | vnag_vwi_timestamp | Yes | VTS Internal | |
| - | vnag_vts_command_listener | No | VTS Internal | |
+---------------------------+----------------------------+----------------+-------------------+-----------------------------------------------------------------------+