Module: check_mk
Branch: master
Commit: 2aae9a3428169ffda41e737fd029b150a6cc70d2
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=2aae9a3428169f…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Nov 30 09:28:24 2017 +0100
5559 Bulk import: site attribute can now be imported
Change-Id: Ida231b2739281c57be1ad5c418a23d06712e7132
---
.werks/5559 | 10 ++++++++++
web/htdocs/wato.py | 1 +
2 files changed, 11 insertions(+)
diff --git a/.werks/5559 b/.werks/5559
new file mode 100644
index 0000000..23c6217
--- /dev/null
+++ b/.werks/5559
@@ -0,0 +1,10 @@
+Title: Bulk import: site attribute can now be imported
+Level: 1
+Component: wato
+Compatible: compat
+Edition: cre
+Version: 1.5.0i2
+Date: 1512030494
+Class: feature
+
+
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index e5af8de..2b2994a 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -3894,6 +3894,7 @@ class ModeBulkImport(WatoMode):
("-", _("Don't import")),
("host_name", _("Hostname")),
("alias", _("Alias")),
+ ("site", _("Monitored on site")),
("ipaddress", _("IPv4 Address")),
("ipv6address", _("IPv6 Address")),
("snmp_community", _("SNMP Community")),