Skip to content

Commit

Permalink
{frontend → intern}.chaosdorf.de
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Oct 4, 2012
1 parent 3e0557f commit ba54d73
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions backup/backup_external
Expand Up @@ -39,7 +39,7 @@ if [ ! -t 0 ]; then
backend.chaosdorf.de) sleep 1h ;; # 01:03
extern.chaosdorf.de) sleep 2h ;; # 02:03
figurehead.chaosdorf.dn42) ;; # 00:03
frontend.chaosdorf.de) sleep 5h ;; # 05:03
intern.chaosdorf.de) sleep 5h ;; # 05:03
shells.chaosdorf.de) sleep 4h ;; # 04:03
vm.chaosdorf.de) ;; # 00:03
esac
Expand Down Expand Up @@ -70,7 +70,7 @@ case "${HOST}" in
backup_sql
;;

frontend.chaosdorf.de)
intern.chaosdorf.de)
backup_sql
backup_tar var/mail var_mail
;;
Expand Down
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -5,7 +5,7 @@
'root@chaosdorf.dyndns.org',
'root@backend.chaosdorf.de',
'root@extern.chaosdorf.de',
'root@frontend.chaosdorf.de',
'root@intern.chaosdorf.de',
'root@shells.chaosdorf.de',
'root@vm.chaosdorf.de',
]
Expand Down
4 changes: 2 additions & 2 deletions helpers/chaosdorf-upgrade
@@ -1,8 +1,8 @@
#!/bin/bash

HOSTS=({backend,extern,frontend,shells,vm}.chaosdorf.de chaosdorf.dyndns.org)
HOSTS=({backend,extern,intern,shells,vm}.chaosdorf.de chaosdorf.dyndns.org)

for host in ${HOSTS[@]}; do
echo -e "\n\t${host}"
ssh -t root@${host} 'apt-get update && apt-get dist-upgrade'
done
done
4 changes: 2 additions & 2 deletions nagios-passive/passive_checks.cfg
Expand Up @@ -25,13 +25,13 @@ Git: /srv/www/de.chaosdorf.wiki = /usr/bin/sudo /usr/lib/nagios/plugins/check_gi
SSL Certificate = /usr/lib/nagios/plugins/check_cert_expire /etc/ssl/chaosdorf.crt


[frontend.chaosdorf.de]
[intern.chaosdorf.de]

Ikiwiki: intern = /usr/lib/nagios/plugins/check_ikiwiki -u ikiwiki -g ikiwiki-repo -c /etc/ikiwiki/wiki
Mail Queue = /usr/lib/nagios/plugins/check_mailq -w 10 -c 20 -M postfix


[frontend.chaosdorf.de/60]
[intern.chaosdorf.de/60]

SSL Certificate = /usr/lib/nagios/plugins/check_cert_expire /etc/ssl/chaosdorf.crt

Expand Down

0 comments on commit ba54d73

Please sign in to comment.