Add forseti check_mk VM

This commit is contained in:
Tom 2018-06-11 21:08:37 +02:00
parent 165f786263
commit 2417bf1302
3 changed files with 9 additions and 2 deletions

View File

@ -96,6 +96,11 @@ host cashdesk {
fixed-address cashdesk.binary.kitchen; fixed-address cashdesk.binary.kitchen;
} }
host forseti {
hardware ethernet 52:54:00:17:02:07;
fixed-address forseti.binary.kitchen;
}
host garlic { host garlic {
hardware ethernet b8:27:eb:56:2b:7c; hardware ethernet b8:27:eb:56:2b:7c;
fixed-address garlic.binary.kitchen; fixed-address garlic.binary.kitchen;

View File

@ -1,7 +1,7 @@
$ORIGIN 23.172.in-addr.arpa. ; base for unqualified names $ORIGIN 23.172.in-addr.arpa. ; base for unqualified names
$TTL 1h ; default time-to-live $TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. ( @ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2018051401; serial 2018061100; serial
1d; refresh 1d; refresh
2h; retry 2h; retry
4w; expire 4w; expire
@ -31,6 +31,7 @@ $TTL 1h ; default time-to-live
4.2 IN PTR aveta.binary.kitchen. 4.2 IN PTR aveta.binary.kitchen.
5.2 IN PTR sulis.binary.kitchen. 5.2 IN PTR sulis.binary.kitchen.
6.2 IN PTR nabia.binary.kitchen. 6.2 IN PTR nabia.binary.kitchen.
7.2 IN PTR forseti.binary.kitchen.
11.2 IN PTR homer.binary.kitchen. 11.2 IN PTR homer.binary.kitchen.
12.2 IN PTR lock.binary.kitchen. 12.2 IN PTR lock.binary.kitchen.
13.2 IN PTR matrix.binary.kitchen. 13.2 IN PTR matrix.binary.kitchen.

View File

@ -1,7 +1,7 @@
$ORIGIN binary.kitchen ; base for unqualified names $ORIGIN binary.kitchen ; base for unqualified names
$TTL 1h ; default time-to-live $TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. ( @ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2018051401; serial 2018061100; serial
1d; refresh 1d; refresh
2h; retry 2h; retry
4w; expire 4w; expire
@ -45,6 +45,7 @@ bacon IN A 172.23.2.3
aveta IN A 172.23.2.4 aveta IN A 172.23.2.4
sulis IN A 172.23.2.5 sulis IN A 172.23.2.5
nabia IN A 172.23.2.6 nabia IN A 172.23.2.6
forseti IN A 172.23.2.7
homer IN A 172.23.2.11 homer IN A 172.23.2.11
lock IN A 172.23.2.12 lock IN A 172.23.2.12
matrix IN A 172.23.2.13 matrix IN A 172.23.2.13