From 1d51350dab4d099bc2aa2514a88bd9c4c85340a2 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 24 Nov 2008 21:47:58 -0500 Subject: [PATCH] Add a specification for a monitoring host (i.e. syn) This will be used in the Nagios and Munin configuration packages svn path=/trunk/packages/xvm-prodconfig/; revision=1760 --- debian/changelog | 9 +++++++++ master.yaml | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index af1f40a..33a9906 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.1.0) unstable; urgency=low + + * Add a specification for a monitoring host (in our case, syn) + + -- Evan Broder Sat, 22 Nov 2008 05:51:35 -0500 + xvm-prodconfig (1.0.4) unstable; urgency=low * Remove the stray dot from the config @@ -15,6 +21,9 @@ xvm-prodconfig (1.0.2) unstable; urgency=low * Move trac over to scripts -- Evan Broder Sat, 15 Nov 2008 23:13:33 -0500 +======= + -- Evan Broder Fri, 21 Nov 2008 22:48:21 -0500 +>>>>>>> Add a specification for a monitoring host (i.e. syn):packages/xvm-prodconfig/debian/changelog xvm-prodconfig (1.0.1) unstable; urgency=low diff --git a/master.yaml b/master.yaml index b5a0063..8347292 100644 --- a/master.yaml +++ b/master.yaml @@ -77,3 +77,7 @@ trac: vnc: base_port: 10003 proxy_ip: 18.181.0.62 + +monitoring: + - hostname: syn.mit.edu + ip: 18.181.0.65 -- 1.7.9.5