File: 3com_cable_modem.pl

package info (click to toggle)
cacti 0.8.6c-7sarge5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,424 kB
  • ctags: 8,367
  • sloc: php: 35,994; sh: 4,033; sql: 2,357; xml: 680; perl: 109; makefile: 87
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;