https://github.com/netways/check_sansymphony
Check DataCore SANsymphonyV cluster
https://github.com/netways/check_sansymphony
icinga monitoring plugin sansymphony snmp
Last synced: 10 months ago
JSON representation
Check DataCore SANsymphonyV cluster
- Host: GitHub
- URL: https://github.com/netways/check_sansymphony
- Owner: NETWAYS
- License: gpl-2.0
- Created: 2017-05-31T13:39:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T08:20:44.000Z (about 3 years ago)
- Last Synced: 2025-01-16T15:12:55.125Z (11 months ago)
- Topics: icinga, monitoring, plugin, sansymphony, snmp
- Language: Perl
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 14
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
check_sansymphony
=================
A Nagios/Icinga plugin to check the DataCore SANsymphonyV cluster for alerts in
its monitoring.
## Requirements
You will need to enable both the SNMP agent of SANsymphony, as well as the Windows SNMP service.
Also make sure to setup a proper community and ACL in the SNMP service.
## Usage
The plugin can try to access monitoring data via multiple addresses, and will use the first reachable result.
```
check_sansymphony -H 2001::db8::1,2001::db8::2 --community secure --domain udp6 --include disk,pool
```
Exclude by regex example:
```
check_sansymphony -H 2001::db8::1 --exclude-target-caption "^replica.*" --exclude-type ^VimVirtual.*
Found 2 monitors, 2 CRITICAL
type monitorTargetCaption monitorState severity monitorStateMessage
------------------------------------------------------------------------------------
ScsiPortConnection Server iSCSI Port 2 Attention [CRITICAL] Not connected
ServeriScsiPort Server iSCSI Port 2 Critical [CRITICAL] Not present
```
See `--help` for all arguments.
## External links
* [SANsymphony SNMP support](http://www.datacore.com/SSV-webhelp/SNMP_Support.htm)