Pappkopf Plugin Site

hier erhaltet ihr immer das aktuelle Nagios Plugin um eine

Cisco ASA / PIX

zu überwachen.

DOWNLOAD Version 0.9

 

Comming soon :

Memory Check, Load Check, FailOver Check-> when you want more Feature - write a email to -> nagios (at) pappkopf.de

The Syntax of Version 0.9

-h or --host : Set here the ip of your host (Default = 127.0.0.1)
-c or --community : Set here your own community (Default = public)

-m or --mode : Modus of the Plugin : i = Interfaces (Default)
d = Description
u = uptime
v = VPN Tunnel

For VPN Tunnel Mode:
-t or --tunnel : Number of active Tunnel needed
The Tunnel Feature work not with a Pix with Software 6.x or older

For Interface Mode :
Notice : !! Do not use -n and -i simultaneously !!
-n or --name : Set here the interface name (exemple : inside / outside ...)
-i or --interface : Set here the interface Number (exemple : 1 (the Name will be read automatic)

Optional
-s or --state : Set the state of your interface. Options are : up/down

Sample:

check_cisco_asa.pl -h 1.1.1.1 -c public -m i -n outside

-> Check the Outside Interface of the Firewall 1.1.1.1 with SNMP Community public


check_cisco_asa.pl -h 1.1.1.1 -c public -m d

-> Check the Description of the Firewall 1.1.1.1 with SNMP Community public


check_cisco_asa.pl -h 1.1.1.1 -c public -m u

-> Check the Uptime of the Firewall 1.1.1.1 with SNMP Community public


check_cisco_asa.pl -h 1.1.1.1 -c public -m v -t 2

-> Check the Number of Active VPN Tunnel of the Firewall 1.1.1.1 with SNMP Community public
-> and will warn, when the number is lower the 2


(c) 2008 by Michael Trautes (nagios.pappkopf.de)