source: trunk/third/moira/gen/nagios-colo.sh @ 23178

Revision 23178, 226 bytes checked in by broder, 16 years ago (diff)
Take a new snapshot from CVS for Moira, and add a debathena-moira-update-server package
Line 
1#!/bin/sh
2# $Id$
3
4file=/var/nagios/etc/moira-colo-hosts.cfg
5
6if [ -d /var/athena ] && [ -w /var/athena ]; then
7    exec >/var/athena/moira_update.log 2>&1
8else
9    exec >/tmp/moira_update.log 2>&1
10fi
11
12chmod 644 $file
13
14exit 0
Note: See TracBrowser for help on using the repository browser.