Module: check_mk
Branch: master
Commit: 8251d13d34a8fcb9a6eec6f90c8606399271a158
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8251d13d34a8fc…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Sep 26 10:49:10 2013 +0200
Updated bug entries #0989, #0990
---
.bugs/989 | 10 ++++++++++
.bugs/990 | 13 +++++++++++++
2 files changed, 23 insertions(+)
diff --git a/.bugs/989 b/.bugs/989
new file mode 100644
index 0000000..2843983
--- /dev/null
+++ b/.bugs/989
@@ -0,0 +1,10 @@
+Title: Liveproxyd: Flap detection
+Component: livestatus
+State: open
+Date: 2013-09-26 10:39:53
+Targetversion: 1.4.0
+Class: feature
+
+When a connection breaks down than we could set the target
+site to down for some longer time - in order to avoid
+flapping situations.
diff --git a/.bugs/990 b/.bugs/990
new file mode 100644
index 0000000..0d834d7
--- /dev/null
+++ b/.bugs/990
@@ -0,0 +1,13 @@
+Title: Allow rescheduling of several checks to spread over time
+Component: multisite
+State: open
+Date: 2013-09-26 10:41:56
+Targetversion: 1.2.3i3
+Class: feature
+
+When rescheduling more than one check we could offer a checkbox. If that
+is checked then we spread the rescheduled services over a longer time.
+Do we know the check period? Then we could use that. Otherwise make
+a number entry for minutes.
+
+Very usefull for inventory checks.
Module: check_mk
Branch: master
Commit: 6eb2de33ed64051fb870f4bbfa84b5f042fbb3ab
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=6eb2de33ed6405…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Sep 26 10:32:10 2013 +0200
Updated bug entries #0988
---
.bugs/988 | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.bugs/988 b/.bugs/988
new file mode 100644
index 0000000..bbf9474
--- /dev/null
+++ b/.bugs/988
@@ -0,0 +1,9 @@
+Title: vsphere/piggyback: optionally use alias instead of hostname
+Component: checks
+State: open
+Date: 2013-09-26 10:30:51
+Targetversion: future
+Class: feature
+
+We could enable the host alias to be used for hostname matching.
+That way users could use that field for their VMware host name.
Module: check_mk
Branch: master
Commit: 2bfb9e0cb8cce08c4402181acb5181011499b215
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=2bfb9e0cb8cce0…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Sep 26 10:30:42 2013 +0200
agent_vsphere: added -D, --direct to usage
---
agents/special/agent_vsphere | 3 +++
1 file changed, 3 insertions(+)
diff --git a/agents/special/agent_vsphere b/agents/special/agent_vsphere
index f506e17..7565706 100755
--- a/agents/special/agent_vsphere
+++ b/agents/special/agent_vsphere
@@ -127,6 +127,9 @@ OPTIONS:
-h, --help Show this help message and exit
-u USER, --user USER Username for vSphere login
-s SECRET, --secret SECRET Secret/Password for vSphere login
+ -D, --direct Assume a directly queried host system (no vCenter). In
+ This we expect data about only one HostSystem to be
+ Found and do not create piggy host data for that host.
-H, --hostname Specify a hostname. This is neccessary if this is
different from HOST. It is being used when outputting
the hosts power state.