Scripts for monitoring infra with Nagios
Instructions for script use check_vpn_snmp.py
Two arguments are needed, address host and phase name two. The script return a status value to phase one.
pip3 install pysnmp
chmod +x check_vpn_snmp.py
./check_vpn_snmp.py hostAdrress PhaseName2
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.