Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This bash script reports on the number of SMB sessions in an IBM Storwize V7000 Unified / SONAS system, by evaluating syslog entries in /var/log/messages.
Current Version
1.0
Last Release Date
2016-06-14
Owner
Achim Christ
Website
https://github.com/acch/nagios-plugins
Download URL
https://raw.githubusercontent.com/acch/nagios-plugins/master/check_sonas_smbsessions.sh
License
MIT
Compatible With
Storwize V7000 Unified / SONAS systems report the current number of sessions to each interface node's syslog. This script collects the current value and adds it up for all nodes. The plugin produces Nagios performance data so it can be graphed.
The actual code is managed in the following GitHub rebository - please use the Issue Tracker to ask questions, report problems or request enhancements.
It is strongly recommended to create a dedicated privileged Storwize V7000 Unified / SONAS user to be used by this script. This eases problem determination, allows for proper audit tracing and helps avoiding undesired side-effects.
To create a privileged user 'nagios' with password 'secret' on Storwize V7000 Unified / SONAS, run the following command as the Nagios operating-system user (by default called 'nagios', too):
# ssh admin@[mgmt_ip_address] mkuser nagios -p secret -g Privileged
You must be logged in to submit a review.
To:
From: