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

Revision 23740, 282 bytes checked in by broder, 15 years ago (diff)
In moira: * New CVS snapshot (Trac: #195) * Drop patches that have been incorporated upstream. * Update to build without krb4 on systems that no longer have it. This doesn't build yet on squeeze, which lacks a krb4 library, but I'm committing now before I start hacking away at a patch to fix that.
RevLine 
[23095]1#!/bin/sh
[23740]2# $Id: nagios-colo.sh,v 1.1 2007-08-17 15:26:40 zacheiss Exp $
[23095]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.