diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-01 14:26:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-01 14:26:57 +0200 |
commit | 4cdc01feddc4efa360cb8dc7f71ccc12227be6cc (patch) | |
tree | 609818d1ff4e962d98f5778cd2e58eea9c6f5a81 /hosts/jenkins/etc/munin | |
parent | f5e6c2fc77a00976d6803e0fb7f5e08ad6c47212 (diff) | |
download | jenkins.debian.net-4cdc01feddc4efa360cb8dc7f71ccc12227be6cc.tar.xz |
so munin took the username from .ssh/config, but not the port...
Diffstat (limited to 'hosts/jenkins/etc/munin')
-rw-r--r-- | hosts/jenkins/etc/munin/munin.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/jenkins/etc/munin/munin.conf b/hosts/jenkins/etc/munin/munin.conf index 030db986..d249d726 100644 --- a/hosts/jenkins/etc/munin/munin.conf +++ b/hosts/jenkins/etc/munin/munin.conf @@ -122,15 +122,15 @@ contact.me.command mail -s "Munin notification ${var:host}" root use_node_name yes [bpi0-armhf-rb.debian.net] - address ssh://bpi0-armhf-rb.debian.net:2222/bin/nc localhost 4949 + address ssh://jenkins@bpi0-armhf-rb.debian.net:2222/bin/nc localhost 4949 use_node_name yes [hb0-armhf-rb.debian.net] - address ssh://hb0-armhf-rb.debian.net:2224/bin/nc localhost 4949 + address ssh://jenkins@hb0-armhf-rb.debian.net:2224/bin/nc localhost 4949 use_node_name yes [wbq0-armhf-rb.debian.net] - address ssh://wbq0-armhf-rb.debian.net:2225/bin/nc localhost 4949 + address ssh://jenkins@wbq0-armhf-rb.debian.net:2225/bin/nc localhost 4949 use_node_name yes [cbxi4pro0-armhf-rb.debian.net] |