aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-03-01 00:52:48 +0000
committerPeter Palfrader <peter@palfrader.org>2008-03-01 00:52:48 +0000
commit306aab92889023313c80ccd6e82566df4c7c12d5 (patch)
treed040045c49d56739ffe588b966351e98d379f1dc /contrib
parent9b582af28a6e9db16b1edca36b79b7fb3edfe87f (diff)
downloadtor-306aab92889023313c80ccd6e82566df4c7c12d5.tar
tor-306aab92889023313c80ccd6e82566df4c7c12d5.tar.gz
karsten points out that we are missing one dirserver
svn:r13789
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/nagios-check-tor-authority-cert1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/nagios-check-tor-authority-cert b/contrib/nagios-check-tor-authority-cert
index d55dfa33a..7dc02bdfc 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