File: 3com_cable_modem.pl

package info (click to toggle)
cacti 0.6.7-2.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,000 kB
  • ctags: 1,120
  • sloc: php: 5,059; sql: 922; sh: 302; perl: 81; makefile: 56
file content (5 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/usr/bin/perl

$status=`/bin/bash -c 'wget --quiet -O - http://192.168.100.1/cgibin/opcfg | grep "10.18.18.11" -c'`;
chomp $status;
print $status;