Build precise queries to find exactly what you need
Press ESC to close
@Zeysh
Member Since: January 9, 2012
Favorites0
Views
Projects0
Does work with Cisco ASA 5505 and 5510. Used these oids insteded : my $cisco_cpu_5m = "1.3.6.1.4.1.9.9.109.1.1.1.1.3.1"; # Cisco CPU load (5min %) my $cisco_cpu_1m = "1.3.6.1.4.1.9.9.109.1.1.1.1.4.1"; # Cisco CPU load (1min %) my $cisco_cpu_5s = "1.3.6.1.4.1.9.9.109.1.1.1.1.5.1"; # Cisco CPU load (5sec %) my $cisco_mem_used = "1.3.6.1.4.1.9.9.48.1.1.1.5.1"; # Cisco Mem Used my $cisco_mem_free = "1.3.6.1.4.1.9.9.48.1.1.1.6.1"; # Cisco Mem Free I didn't find yet rights ones for the Health status. Zeysh
Reviewed 14 years ago