]> git.pld-linux.org Git - packages/bigsister.git/blob - bigsister-dns-use-host.patch
- bigsister not _check_user patch
[packages/bigsister.git] / bigsister-dns-use-host.patch
1 --- bs-0.97/uxmon/Config/dns.orig       Thu Jul 13 20:14:08 2000
2 +++ bs-0.97/uxmon/Config/dns    Tue Jan 22 15:31:28 2002
3 @@ -8,5 +8,5 @@
4      $cmd->sched_frequency( $args{"frequency"} );
5  }
6  
7 -$cmd->add_check( $args{"alias"}.".dns", "nslookup -retry=2 -timeout=4 $args{host} $args{host}", 
8 +$cmd->add_check( $args{"alias"}.".dns", "host -R 2 -W 4 $args{host} $args{host}", 
9                  [ 0, "green", "dns OK" ], [ "timeout", "red", "dns TIMEOUT" ], [ "*", "red", "dns FAILURE" ] );
This page took 0.052621 seconds and 3 git commands to generate.