diff options
| author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-09 16:32:11 +0200 | 
|---|---|---|
| committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-09 16:32:11 +0200 | 
| commit | 51be58b81cb1098f1278859648a0eee8e407f79d (patch) | |
| tree | c24f142925f4b89875476df1c735489e0be866fb | |
| parent | 54c6f6311c73fbeed58fb75cf20bd35fc0668e47 (diff) | |
shack_guests.cfg: added sascha-PC
| -rw-r--r-- | Monitoring/conf/shack_guests.cfg | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index 970a9c7a..75e92f17 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -25,3 +25,12 @@ define host{          address                 10.42.1.17          hostgroups              bitcoin-miner          } + +define host{ +        use                     generic-host +        host_name               SaschaPC +        parents                 shack-serverswitch +        alias                   Saschas Bitcoin Miner +        address                 10.42.23.100 +        hostgroups              bitcoin-miner +        } | 
