diff options
author | Michael Scherer <misc@mageia.org> | 2011-08-11 22:51:32 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-08-11 22:51:32 +0000 |
commit | 85c9e394e4ad4c8667f32f9cd9e093356659cdb5 (patch) | |
tree | 9183319b39154c3a8119f0aba87bd6e0a3c62aa4 /modules | |
parent | 2f68394517a0969909a9ed40194fa691d85edf00 (diff) | |
download | puppet-85c9e394e4ad4c8667f32f9cd9e093356659cdb5.tar puppet-85c9e394e4ad4c8667f32f9cd9e093356659cdb5.tar.gz puppet-85c9e394e4ad4c8667f32f9cd9e093356659cdb5.tar.bz2 puppet-85c9e394e4ad4c8667f32f9cd9e093356659cdb5.tar.xz puppet-85c9e394e4ad4c8667f32f9cd9e093356659cdb5.zip |
partially revert the previous commit, and move the check on http to the main alamut declaration
Diffstat (limited to 'modules')
-rw-r--r-- | modules/xymon/templates/bb-hosts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index 4ac5cc0b..846ee1ae 100644 --- a/modules/xymon/templates/bb-hosts +++ b/modules/xymon/templates/bb-hosts @@ -29,12 +29,11 @@ page visible Visible Services 0.0.0.0 hugs.<%= domain %> # http://hugs.<%= domain %> 0.0.0.0 dashboard.<%= domain %> # http://dashboard.<%= domain %> 0.0.0.0 meetbot.<%= domain %> # http://meetbot.<%= domain %> -0.0.0.0 xymon.<%= domain %> # http://xymon.<%= domain %> page servers Servers group-compress Marseille -212.85.158.146 alamut.<%= domain %> # testip bbd dns smtp ssh +212.85.158.146 alamut.<%= domain %> # testip bbd dns smtp ssh CLIENT:xymon.<%= domain %> http://xymon.<%= domain %> 212.85.158.147 valstar.<%= domain %> # testip ssh rsync svn git ldapssl ldap 212.85.158.148 ecosse.<%= domain %> # testip ssh 212.85.158.149 jonund.<%= domain %> # testip ssh |