Module: check_mk
Branch: master
Commit: 38531dfcee6133ab09bbf84101042dfa3c74c2f3
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=38531dfcee6133…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Mar 1 11:00:14 2011 +0100
Updated bug entries
---
.bugs/163 | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.bugs/163 b/.bugs/163
new file mode 100644
index 0000000..6fbed81
--- /dev/null
+++ b/.bugs/163
@@ -0,0 +1,24 @@
+Title: Automatic detection of host tags
+Component: core
+Benefit: 5
+State: open
+Cost: 3
+Date: 2011-03-01 09:33:42
+Class: feature
+
+A quite new idea: during inventory we could allow check types
+to make hints for host tags. The way we could set automatic
+host tags which would be saved in var/check_mk/autotags/$HOST
+(or maybe a global file for all hosts together)?
+
+Also the SNMP scan could set an auto tag after trying if
+SNMPv2c is possible. That way the manual configuration
+of bulkwalk hosts would be neccessary only in a few
+rare situtations.
+
+Possible examples for autotags:
+
+- Type of Agent (snmp, linux, windows, hpux, etc.)
+- Operating System (sles10)
+- Architecture (x86_64, ppc, etc.)
+- Type of device (host, switch, appliance, ?)