diff options
| -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 +        } | 
