Search found 1 match
- Fri Oct 26, 2012 1:07 pm
- Forum: Open Source Nagios Projects
- Topic: Problems with check_cisco_ping_ssh
- Replies: 1
- Views: 1046
Problems with check_cisco_ping_ssh
Hello, I have problems with check_cisco_ping_ssh pluglin " #!/usr/bin/perl # # Usa la libreria Net::SSH de http://www.stupidfool.org/perl/net-ssh/ # # Uso: /usr/local/sbin//usr/local/sbin/check_cisco_ping_ssh <host> <port> <user> <pass> <ip> <warn> <crit> # # use strict; use Net::SSH::Perl; $EN...