Eric Lippmann
b0e27c4fe6
monitoring: Remove duplicate array key 'host_check_command' in the StatusQuery
2015-01-20 13:43:53 +01:00
Matthias Jentsch
4dfad963e9
Merge branch 'master' into feature/improve-chart-implementation-7841
2015-01-19 15:15:24 +01:00
Matthias Jentsch
80fc2a32db
Improve layout in AlertSummary
...
Use brighter color for notifications, render hours more readable.
2015-01-19 15:14:09 +01:00
Eric Lippmann
7580d57c1d
monitoring: Use the ellipsis string helper when viewing plugin output in host and service list
2015-01-19 14:21:55 +01:00
Matthias Jentsch
ab4cbc855f
Fix order of setAxisMin calls
2015-01-19 14:20:46 +01:00
Eric Lippmann
f56ffd3426
monitoring: Do not strip_tags when viewing service output in the service list
...
refs #8248
2015-01-19 14:18:46 +01:00
Eric Lippmann
10ebc3432c
monitoring: Do not strip_tags when viewing host output in the host list
...
refs #8248
2015-01-19 14:17:59 +01:00
Matthias Jentsch
a456c0434c
Add better axis labels to the alert summary chart
2015-01-19 13:58:04 +01:00
Eric Lippmann
0c35607e37
Merge branch 'bugfix/postgres-wrong-default-timestamps-7919'
...
fixes #7919
2015-01-19 13:51:19 +01:00
Eric Lippmann
56640fa64f
postgres: Use timestamp comparison instead of timezone offset comparison for detecting the default timestamp
...
refs #7919
2015-01-19 13:50:03 +01:00
Johannes Meyer
7082ebaf7b
Replace t() and mt() with translate() in the monitoring module's forms
...
refs #7551
2015-01-19 13:47:01 +01:00
Johannes Meyer
23bbf63b73
Revert "Replace t() and mt() with translate() in the monitoring module's forms"
...
This reverts commit 970006838c
.
2015-01-19 13:44:16 +01:00
Eric Lippmann
64d4bb089c
monitoring/setup: Remove function for getting the configuration directory
...
Getting the config directory is not a task for module wizards.
2015-01-19 11:43:39 +01:00
Eric Lippmann
abc74c7fb5
monitoring/setup: Fix directory mode of the monitoring configuration directory
...
We should introduce a CreateConfigDirectoryStep because module developers must not
provide a directory mode but use our default.
2015-01-19 11:43:38 +01:00
Johannes Meyer
970006838c
Replace t() and mt() with translate() in the monitoring module's forms
...
refs #7551
2015-01-19 10:49:02 +01:00
Eric Lippmann
09d5ec6b7a
postgres: Return 0 if a timestamp looks like the default timestamp
...
The PostgreSQL IDO schema sets the default value for timestamps with time zone
to the epoch time w/o giving the time zone +00. Thus default timestamps are always
wrong when using a time zone other than 'UTC'.
refs #7919
2015-01-16 17:05:50 +01:00
Eric Lippmann
dae3ccd90c
monitoring: Take status_update_time into account when is_currently_running is 1
...
fixes #8210
2015-01-16 17:02:35 +01:00
Eric Lippmann
a6861789bb
lib: Remove superfluous return false from IdoQuery
2015-01-16 17:01:52 +01:00
Eric Lippmann
35e090c17e
monitoring: Support format query parameters for process/info
2015-01-16 13:12:10 +01:00
Matthias Jentsch
be7e3f98e9
Improve testAction
...
Add charts to test logarithmic scale, use less annoying colors
2015-01-13 18:26:39 +01:00
Matthias Jentsch
1732fa90e8
Fix axisMin in alert summary
2015-01-13 18:24:04 +01:00
Matthias Jentsch
debc305789
Add logarithmic AxisUnit
...
resolves #7845
2015-01-13 17:56:50 +01:00
Matthias Jentsch
5e2594d250
Parse perfdata thresholds provisionary
...
Use a heuristic to determine whether thresholds should be inverted, to support plugins with non-standard perfdata output while still being able to parse standard-compliant perfdata input.
2015-01-13 10:59:33 +01:00
Matthias Jentsch
ec38c0c817
Fix pies in multi views
2015-01-05 11:33:19 +01:00
Matthias Jentsch
b5747797b7
Fix perfdata output
...
Display all perfdata key-value pairs in a formatted table, add padding to table css
improve piechart label.
2014-12-30 16:35:42 +01:00
Eric Lippmann
ac56cc02ac
monitoring: Fix the notifications view script
2014-12-30 11:14:30 +01:00
Eric Lippmann
a5122f540d
monitoring: Add 'Notifications' to the 'Overview' menu section
2014-12-30 11:14:13 +01:00
Eric Lippmann
358efe06de
Merge branch 'master' into feature/untranslated-strings-7988
2014-12-30 10:55:42 +01:00
Eric Lippmann
a781b8c607
monitoring: Remove the top bar hook
...
No longer in use.
2014-12-30 10:52:57 +01:00
Eric Lippmann
c59c0e6cdb
monitoring: Remove top bar hook layout
...
No longer in use.
2014-12-30 10:52:12 +01:00
Eric Lippmann
a37d68b235
monitoring: Remove run.php
...
The monitoring module still registered the obsolete top bar hook.
2014-12-30 10:51:33 +01:00
Eric Lippmann
9c989306d9
monitoring: Count services having comments once in services/show.phtml
2014-12-30 10:48:30 +01:00
Eric Lippmann
2e4e04551d
monitoring: Count services in downtime once in services/show.phtml
2014-12-30 10:47:10 +01:00
Eric Lippmann
128f6822f1
monitoring: Count acknowledged services once in services/show.phtml
2014-12-30 10:46:08 +01:00
Eric Lippmann
df3d7d2034
monitoring: Count unhandled services once in services/show.phtml
2014-12-30 10:45:24 +01:00
Eric Lippmann
a7a99b5856
monitoring: Count hosts once in services/show.phtml
2014-12-30 10:44:22 +01:00
Eric Lippmann
3d95e37b7f
monitoring: Count services once in services/show.phtml
2014-12-30 10:43:39 +01:00
Eric Lippmann
c28f4284e4
monitoring: Remove the command/* view scripts
...
They are no longer used.
2014-12-30 10:40:56 +01:00
Eric Lippmann
41ef926fd6
monitoring: Remove the CommandController
...
The controller is no longer used.
2014-12-30 10:39:33 +01:00
Eric Lippmann
b7d6ee75f2
monitoring: Remove the MultiController
...
The controller is no longer used.
2014-12-30 10:38:43 +01:00
Eric Lippmann
8594ff6843
monitoring: Remove multi/* view scripts
...
They are no longer used.
2014-12-30 10:38:02 +01:00
Eric Lippmann
56102a1e39
monitoring: Count hosts having comments once in hosts/show.phtml
2014-12-30 10:35:18 +01:00
Eric Lippmann
b82f4e5356
monitoring: Count hosts in downtime once in hosts/show.phtml
2014-12-30 10:33:32 +01:00
Eric Lippmann
3745d3ebef
monitoring: Count acknowledged hosts once in hosts/show.phtml
2014-12-30 10:31:23 +01:00
Eric Lippmann
507aefa9dd
monitoring: Count unhandled hosts once in hosts/show.phtml
2014-12-30 10:30:31 +01:00
Eric Lippmann
c87733debc
monitoring: Count hosts once in hosts/show.phtml
2014-12-30 10:26:19 +01:00
Eric Lippmann
973a56c984
Merge branch 'master' into feature/translation-plural-8092
2014-12-30 10:22:44 +01:00
Eric Lippmann
59c39e94db
Merge branch 'bugfix/hostgroup-link-7259'
...
fixes #7259
2014-12-30 10:20:44 +01:00
Eric Lippmann
d6e331018b
monitoring: Use Form::translate() in the backend configuration form
...
refs #7551
2014-12-30 10:02:31 +01:00
Eric Lippmann
e05e04bb74
monitoring: Uppercasse the first word of comments in the backend configuration form
2014-12-30 09:47:45 +01:00