mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-26 02:48:28 +00:00
snmp__screenos: align for readability.
This commit is contained in:
parent
5cad9514bd
commit
8ca0283cc3
1 changed files with 9 additions and 9 deletions
|
@ -57,15 +57,15 @@ use Munin::Plugin::SNMP;
|
||||||
# This corresponds to NETSCREEN-SMI::netscreenResource
|
# This corresponds to NETSCREEN-SMI::netscreenResource
|
||||||
my $oidBase = '1.3.6.1.4.1.3224.16';
|
my $oidBase = '1.3.6.1.4.1.3224.16';
|
||||||
|
|
||||||
my $oidCpuAvg = $oidBase . '.1.1';
|
my $oidCpuAvg = "$oidBase.1.1";
|
||||||
my $oidCpuLast1Min = $oidBase . '.1.2';
|
my $oidCpuLast1Min = "$oidBase.1.2";
|
||||||
my $oidCpuLast5Min = $oidBase . '.1.3';
|
my $oidCpuLast5Min = "$oidBase.1.3";
|
||||||
my $oidCpuLast15Min = $oidBase . '.1.4';
|
my $oidCpuLast15Min = "$oidBase.1.4";
|
||||||
my $oidMemAllocate = $oidBase . '.2.1';
|
my $oidMemAllocate = "$oidBase.2.1";
|
||||||
my $oidMemLeft = $oidBase . '.2.2';
|
my $oidMemLeft = "$oidBase.2.2";
|
||||||
my $oidSessAllocate = $oidBase . '.3.2';
|
my $oidSessAllocate = "$oidBase.3.2";
|
||||||
my $oidSessMaximum = $oidBase . '.3.3';
|
my $oidSessMaximum = "$oidBase.3.3";
|
||||||
my $oidSessFailed = $oidBase . '.3.4';
|
my $oidSessFailed = "$oidBase.3.4";
|
||||||
|
|
||||||
if (defined $ARGV[0] and $ARGV[0] eq "snmpconf") {
|
if (defined $ARGV[0] and $ARGV[0] eq "snmpconf") {
|
||||||
print "require $oidBase.[23].[13].0";
|
print "require $oidBase.[23].[13].0";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue