mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-08 07:03:20 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -23,8 +23,8 @@
|
|||
# ------------------------------------------------------------
|
||||
# Plugin to monitor Novell Groupwise MTA (GWMTA)
|
||||
# ------------------------------------------------------------
|
||||
#
|
||||
# Management Information Base (MIB) GWMTA-MIB
|
||||
#
|
||||
# Management Information Base (MIB) GWMTA-MIB
|
||||
#
|
||||
# Naming Tree: 1.3.6.1.4.1.23
|
||||
# iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) novell(23)
|
||||
|
@ -32,40 +32,40 @@
|
|||
# To see all values available for your GWMTA, type
|
||||
# snmpwalk -v1 -c public -m GWMTA-MIB <HOST> gwmta
|
||||
#
|
||||
# This plugin fetches:
|
||||
# This plugin fetches:
|
||||
#
|
||||
# * mtaDomainName 1.3.6.1.4.1.23.2.37.1.1.1.2.
|
||||
# * mtaTenMinuteRoutedMsgs - 1.3.6.1.4.1.23.2.37.1.1.1.10.
|
||||
# * mtaDomainName 1.3.6.1.4.1.23.2.37.1.1.1.2.
|
||||
# * mtaTenMinuteRoutedMsgs - 1.3.6.1.4.1.23.2.37.1.1.1.10.
|
||||
# * mtaTenMinuteUndeliverableMsgs - 1.3.6.1.4.1.23.2.37.1.1.1.12.
|
||||
# * mtaTenMinuteErrorMsgs - 1.3.6.1.4.1.23.2.37.1.1.1.14.
|
||||
#
|
||||
# Usage:
|
||||
# --------------
|
||||
# Link this file snmp__gwmta_msgs_ to your nodes servicedir [/etc/munin/plugins]
|
||||
# Link this file snmp__gwmta_msgs_ to your nodes servicedir [/etc/munin/plugins]
|
||||
#
|
||||
# as:
|
||||
# snmp_<host>_gwmta_msgs_<pos>
|
||||
# as:
|
||||
# snmp_<host>_gwmta_msgs_<pos>
|
||||
#
|
||||
# with:
|
||||
# <host> = Name or IP-Number of host
|
||||
# <host> = Name or IP-Number of host
|
||||
# <pos> = table index of the GWMTA Object
|
||||
#
|
||||
#
|
||||
# E.g.
|
||||
# ln -s /usr/share/munin/plugins/snmp__gwmta_msgs_ \
|
||||
# /etc/munin/plugins/snmp_foo.example.com_gwmta_msgs_0
|
||||
# ...will monitor a single GWMTA object on host foo.example.com.
|
||||
# ...will monitor a single GWMTA object on host foo.example.com.
|
||||
#
|
||||
# Parameters
|
||||
# community - Specify wich community string to use (Default: public)
|
||||
# port - Specify which port to read from (Default: 161)
|
||||
# host - Specify which host to monitor (Default: Read from link in servicedir)
|
||||
# pos - Specify which table Object to read (Default: Read from link in servicedir,
|
||||
#
|
||||
# pos - Specify which table Object to read (Default: Read from link in servicedir,
|
||||
#
|
||||
# You may adjust settings to your need via configuration in plugin-conf.d/munin-node:
|
||||
# [snmp_*_gwmta_msgs_*]
|
||||
# env.port <your_port_number>
|
||||
# env.community <your SNMP community string>
|
||||
# env.pos <your objects table position. Values: 0,1,2,..>
|
||||
# env.pos <your objects table position. Values: 0,1,2,..>
|
||||
# env.host <name or IP of your host>
|
||||
#
|
||||
# Parameters can also be specified on a per GWMTA basis, eg:
|
||||
|
@ -104,8 +104,8 @@ my $ERRORS_CRITICAL=10;
|
|||
|
||||
if (defined $ARGV[0] and $ARGV[0] eq "snmpconf")
|
||||
{
|
||||
print "index 1.3.6.1.4.1.23.2.37.1.1.1.1.\n"; # mtaIndex
|
||||
print "require 1.3.6.1.4.1.23.2.37.1.1.1.2. \n"; # mtaDomainName
|
||||
print "index 1.3.6.1.4.1.23.2.37.1.1.1.1.\n"; # mtaIndex
|
||||
print "require 1.3.6.1.4.1.23.2.37.1.1.1.2. \n"; # mtaDomainName
|
||||
print "require 1.3.6.1.4.1.23.2.37.1.1.1.10. [\\d+]\n"; # mtaTenMinuteRoutedMsgs
|
||||
print "require 1.3.6.1.4.1.23.2.37.1.1.1.12. [\\d+]\n"; # mtaTenMinuteUndeliverableMsgs
|
||||
print "require 1.3.6.1.4.1.23.2.37.1.1.1.14. [\\d+]\n"; # mtaTenMinuteErrorMsgs
|
||||
|
@ -137,20 +137,20 @@ if (!defined ($session))
|
|||
|
||||
if (defined $ARGV[0] and $ARGV[0] eq "config")
|
||||
{
|
||||
# get name of domain
|
||||
my $domain = &get_single ($session, "1.3.6.1.4.1.23.2.37.1.1.1.2.$pos"); # mtaDomainName
|
||||
# get name of domain
|
||||
my $domain = &get_single ($session, "1.3.6.1.4.1.23.2.37.1.1.1.2.$pos"); # mtaDomainName
|
||||
|
||||
# output to munin
|
||||
print "host_name $host
|
||||
graph_category mail
|
||||
graph_args --base 1000
|
||||
graph_period $GRAPH_PERIOD
|
||||
graph_title GWMTA load ($domain)
|
||||
graph_info Monitors status of Groupwise MTA, here: $domain. It reports values for the last 10 minutes.
|
||||
graph_title GWMTA load ($domain)
|
||||
graph_info Monitors status of Groupwise MTA, here: $domain. It reports values for the last 10 minutes.
|
||||
graph_vlabel $GRAPH_VLABEL
|
||||
graph_args -l 0
|
||||
routed.label $ROUTED_LABEL
|
||||
routed.info mtaTenMinuteRoutedMsgs (1.3.6.1.4.1.23.2.37.1.1.1.10.)
|
||||
routed.info mtaTenMinuteRoutedMsgs (1.3.6.1.4.1.23.2.37.1.1.1.10.)
|
||||
routed.critical $ROUTED_CRITICAL
|
||||
routed.type GAUGE
|
||||
routed.min 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue