Module: check_mk
Branch: master
Commit: 01fa19b637aacac35301111d78a103d736bbe529
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=01fa19b637aaca…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Jan 12 08:10:46 2011 +0100
Updated bug entries
---
.bugs/95 | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.bugs/95 b/.bugs/95
new file mode 100644
index 0000000..3c436fa
--- /dev/null
+++ b/.bugs/95
@@ -0,0 +1,12 @@
+Title: Improve output of relative timestamps (since, ago, in)
+Component: multisite
+Benefit: 1
+State: open
+Cost: 1
+Date: 2011-01-12 08:09:36
+Class: feature
+
+Sometimes it is not clear whether the time is in past or future,
+for example on "last check" and "next scheduled check". The latter
+one can happen to be in past. We might need to add 'in', 'since'
+or 'ago'
Module: check_mk
Branch: master
Commit: 5aed77a5dfd50bd120c5cbd641f4ae24207a4d01
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=5aed77a5dfd50b…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Jan 12 08:03:24 2011 +0100
Updated bug entries
---
.bugs/94 | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/.bugs/94 b/.bugs/94
new file mode 100644
index 0000000..eb8aa6c
--- /dev/null
+++ b/.bugs/94
@@ -0,0 +1,19 @@
+Title: View-Filter: der 1:1 Livestatus-Filter erzeugt
+Component: multisite
+Benefit: 3
+State: open
+Cost: 2
+Date: 2011-01-12 07:59:58
+Class: feature
+
+Damit man beliebig komplexe Filterausdrücke machen kann, wäre es toll, wenn es
+einen allgemeinen Filter gäbe, mit dem man beliebige Livestatus-Filter setzen
+kann. Also einfach eine Textarea, in die man direkt Filter:, And: und Or: eingeben
+kann. Aus Sicherheitsgründen muss man hier allerdings etwas parsen. Zum
+einen dürfen Zeilen nur mit Filter:, And: und Or: beginnen. Zum anderen sollte
+man noch soweit möglich die Syntax von Livestatus abfangen. Oder man könnte
+mit Hilfe einer Testanfrage prüfen, ob der Filter syntaktisch in Ordnung ist.
+Blöd ist halt, wenn im Nagioslog Fehlermeldungen auftauchen oder wenn eine
+persistente Livestatusverbindung kaputtgeht. Das Parsen sollte also so sauber
+wie möglich gehen. Der Test auf das Vorhandensein von bestimmten Spalten wäre
+auch möglich, aber natürlich aufwändiger (z.B. über die Tabelle columns).
Module: check_mk
Branch: master
Commit: cf526b3a4f15f11489b9aac55508ae4253fd20fa
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=cf526b3a4f15f1…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sun Jan 9 16:30:51 2011 +0100
Updated bug entries
---
.bugs/92 | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/.bugs/92 b/.bugs/92
new file mode 100644
index 0000000..b317a13
--- /dev/null
+++ b/.bugs/92
@@ -0,0 +1,15 @@
+Title: Make snmp command configurable
+Component: core
+Benefit: 2
+State: open
+Cost: 2
+Date: 2011-01-09 16:28:27
+Class: feature
+
+This could be like datasource_programs: snmpwalk_programs. It could
+enable you to call snmpwalk via SSH and thus close a gap. Or it
+could be a very flexible way for using custom SNMP parameters (such
+as special port numbers). We need to introduce a few extra place
+holders, like <OID> <COMMUNITY> or <AUTH> (which contains -c ....
+or SNMPv3 stuff) <SNMPWALK> (which is either snmpwalk or snmpbulkwalk)
+<SNMPCMD> (the complete command including all options) and so on...
Module: check_mk
Branch: master
Commit: d5d48982e60bb9aa34304a186cad726100eab105
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d5d48982e60bb9…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sat Jan 8 16:53:12 2011 +0100
Updated bug entries
---
.bugs/90 | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/.bugs/90 b/.bugs/90
new file mode 100644
index 0000000..8ab264b
--- /dev/null
+++ b/.bugs/90
@@ -0,0 +1,10 @@
+Title: Make topics in views snapin foldable
+Component: multisite
+Benefit: 3
+State: open
+Cost: 2
+Date: 2011-01-08 16:50:52
+Class: feature
+
+Make the topics foldable like in the custom links snapin. The
+folding state should be persistet on a per user basis.
Module: check_mk
Branch: master
Commit: d0dde4c580ba934d5ce58f74a2547e7ca4641df4
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d0dde4c580ba93…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sat Jan 8 11:23:46 2011 +0100
Updated bug entries
---
.bugs/89 | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.bugs/89 b/.bugs/89
new file mode 100644
index 0000000..d829eb5
--- /dev/null
+++ b/.bugs/89
@@ -0,0 +1,12 @@
+Title: bulletlink in sidebarsnapin: broken layout
+Component: multisite
+Benefit: 1
+State: open
+Cost: 1
+Date: 2011-01-08 11:22:25
+Class: bug
+
+Since shortly the small blue bullets lefts to links
+like in "Site status" are indented too much left (on
+Firefox). This could be the effect of fixing this for
+IE and Chrome.