blob: 75e92f177d53e00dcb3e9417e9fea2f616dffb92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
#
# Bitcoin mines
#
define host{
use generic-host
host_name gauda0
parents shack-serverswitch
alias Gauda0 Bitcoin Mining Rig 0
address 10.42.1.16
hostgroups bitcoin-miner
}
define host{
use generic-host
host_name gauda1
parents shack-serverswitch
alias Gauda0 Bitcoin Mining Rig 1
address 10.42.1.20
hostgroups bitcoin-miner
}
define host{
use generic-host
host_name gauda2
parents shack-serverswitch
alias Gauda0 Bitcoin Mining Rig 2
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
}
|