You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cisco SMB switches seams to use different OID's.
At least I tested it with my SG500, by overwriting the cisco values:
my $cisco_cpu_5m = "1.3.6.1.4.1.9.6.1.101.1.9.0"; # Cisco CPU load (5min %)
my $cisco_cpu_1m = "1.3.6.1.4.1.9.6.1.101.1.8.0"; # Cisco CPU load (1min %)
my $cisco_cpu_5s = "1.3.6.1.4.1.9.6.1.101.1.7.0"; # Cisco CPU load (5sec %)
Cisco SMB switches seams to use different OID's.
At least I tested it with my SG500, by overwriting the cisco values:
Output for the plugin:
CPU : 5 3 3 : OK
Source: https://supportforums.cisco.com/discussion/12195886/sg-500-snmp-oid-cpu-load
Just in case you want to include this as an additional type
The text was updated successfully, but these errors were encountered: