blob: 970a9c7acc7b810b1fa09f97b16ab72191593883 (
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
|
#
# 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
}
|