diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-31 17:02:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-31 17:02:12 +0200 |
commit | 78ca2452fd4f8ed99f560f7f531dd201dabf8a8e (patch) | |
tree | 6412b7956f938d8abef6a43c16c3b0b9407869a8 /hosts | |
parent | dbf3872652d13e4e98bffaaf30f5b1835de78ef6 (diff) | |
download | jenkins.debian.net-78ca2452fd4f8ed99f560f7f531dd201dabf8a8e.tar.xz |
fix syntax
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/bpi0-armhf-rb/etc/munin/munin-node.conf | 2 | ||||
-rw-r--r-- | hosts/cbxi4pro0-armhf-rb/etc/munin/munin-node.conf | 2 | ||||
-rw-r--r-- | hosts/hb0-armhf-rb/etc/munin/munin-node.conf | 2 | ||||
-rw-r--r-- | hosts/wbq0-armhf-rb/etc/munin/munin-node.conf | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/hosts/bpi0-armhf-rb/etc/munin/munin-node.conf b/hosts/bpi0-armhf-rb/etc/munin/munin-node.conf index 2984a5d8..1843c87a 100644 --- a/hosts/bpi0-armhf-rb/etc/munin/munin-node.conf +++ b/hosts/bpi0-armhf-rb/etc/munin/munin-node.conf @@ -63,4 +63,4 @@ host * port 4949 allow ^78\.137\.96\.196 -host name bpi0-armhf-rb.debian.net +hostname bpi0-armhf-rb.debian.net diff --git a/hosts/cbxi4pro0-armhf-rb/etc/munin/munin-node.conf b/hosts/cbxi4pro0-armhf-rb/etc/munin/munin-node.conf index e74ab20e..535f8ff0 100644 --- a/hosts/cbxi4pro0-armhf-rb/etc/munin/munin-node.conf +++ b/hosts/cbxi4pro0-armhf-rb/etc/munin/munin-node.conf @@ -63,4 +63,4 @@ host * port 4949 allow ^78\.137\.96\.196 -host name cbxi4pro0-armhf-rb.debian.net +hostname cbxi4pro0-armhf-rb.debian.net diff --git a/hosts/hb0-armhf-rb/etc/munin/munin-node.conf b/hosts/hb0-armhf-rb/etc/munin/munin-node.conf index 4e47c3d4..e578d1a7 100644 --- a/hosts/hb0-armhf-rb/etc/munin/munin-node.conf +++ b/hosts/hb0-armhf-rb/etc/munin/munin-node.conf @@ -63,4 +63,4 @@ host * port 4949 allow ^78\.137\.96\.196 -host name hb0-armhf-rb.debian.net +hostname hb0-armhf-rb.debian.net diff --git a/hosts/wbq0-armhf-rb/etc/munin/munin-node.conf b/hosts/wbq0-armhf-rb/etc/munin/munin-node.conf index 89978231..518abcca 100644 --- a/hosts/wbq0-armhf-rb/etc/munin/munin-node.conf +++ b/hosts/wbq0-armhf-rb/etc/munin/munin-node.conf @@ -63,4 +63,4 @@ host * port 4949 allow ^78\.137\.96\.196 -host name wbq0-armhf-rb.debian.net +hostname wbq0-armhf-rb.debian.net |