diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-03-01 00:52:48 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-03-01 00:52:48 +0000 |
commit | 306aab92889023313c80ccd6e82566df4c7c12d5 (patch) | |
tree | d040045c49d56739ffe588b966351e98d379f1dc | |
parent | 9b582af28a6e9db16b1edca36b79b7fb3edfe87f (diff) | |
download | tor-306aab92889023313c80ccd6e82566df4c7c12d5.tar.gz tor-306aab92889023313c80ccd6e82566df4c7c12d5.zip |
karsten points out that we are missing one dirserver
svn:r13789
-rwxr-xr-x | contrib/nagios-check-tor-authority-cert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/nagios-check-tor-authority-cert b/contrib/nagios-check-tor-authority-cert index d55dfa33a6..7dc02bdfc8 100755 --- a/contrib/nagios-check-tor-authority-cert +++ b/contrib/nagios-check-tor-authority-cert @@ -48,6 +48,7 @@ DIRSERVERS="$DIRSERVERS 128.31.0.34:9031" # moria1 DIRSERVERS="$DIRSERVERS 216.224.124.114:9030" # ides DIRSERVERS="$DIRSERVERS 88.198.7.215:80" # gabelmoo DIRSERVERS="$DIRSERVERS 140.247.60.64:80" # lefkada +DIRSERVERS="$DIRSERVERS 213.73.91.31:80" # dannenberg TMPFILE="`tempfile`" trap 'rm -f "$TMPFILE"' 0 |