Commit Graph

3894 Commits

Author SHA1 Message Date
Eric Lippmann cb4b460f3f monitoring: Remove unnecessary controls in the service grid view 2015-11-03 12:37:23 +01:00
Eric Lippmann 6fbe65e415 monitoring/CSS: Don't use text-small in the config overview
refs #5543
2015-11-03 12:19:52 +01:00
Eric Lippmann 3f1eca9baa monitoring/CSS: Fix color for state unknown
refs #5543
2015-11-03 12:15:01 +01:00
Eric Lippmann 2ee611a927 monitoring: Don't show host and service links in the detail history
Further, eventhistory and detail-history now use the introduced event-history partial.

refs #10317
2015-11-03 11:21:14 +01:00
Eric Lippmann e655036d03 monitoring/CSS: Add state-no-state table column class for history events
refs #5543
2015-11-03 10:41:36 +01:00
Eric Lippmann b3784e1bf5 monitoring/CSS: Add class action-links for show more and load more links
refs #5543
2015-11-03 10:40:14 +01:00
Eric Lippmann c0bc2e267e monitoring: Don't use str_replace for nl2br and escape comments before creating ticket links 2015-11-03 10:40:03 +01:00
Eric Lippmann 55f0863649 monitoring: Fix host and service detail history style
fixes #10317
2015-11-03 10:37:34 +01:00
Eric Lippmann 9385196d39 monitoring/CSS: Remove deprecated table class action in the event history overview
refs #5543
2015-11-03 09:33:23 +01:00
Eric Lippmann b8234e8021 monitoring: Remove jump link to load additional events in the event history overview
fixes #10296
2015-11-03 09:30:43 +01:00
Eric Lippmann a9ce9ff414 monitoring: Remove trailing semicolon from inline echo statements in the event history overview 2015-11-03 09:22:42 +01:00
Eric Lippmann 6b0e5be05d monitoring: Indent the event history overview w/ 4 spaces 2015-11-03 09:21:42 +01:00
Eric Lippmann fee77af5e8 monitoring: Fix notification overview markup
refs #5543
2015-11-02 11:08:15 +01:00
Eric Lippmann ecfeb4fbe6 monitoring/CSS: Don't use text-small mixin for the selection info
refs #5543
2015-11-02 10:42:00 +01:00
Eric Lippmann 4c576a7a91 monitoring/CSS: Don't use text-small mixin for check source reachable information
refs #5543
2015-11-02 10:27:48 +01:00
Eric Lippmann 20c1cc7693 monitoring/CSS: Use em for state-col width
refs #10294
2015-10-28 14:14:41 +01:00
Eric Lippmann ba724cc987 monitoring: Style plugin output in overviews
refs #5543
2015-10-28 13:17:51 +01:00
Eric Lippmann 9bdf24a852 monitoring: Introduce new table related CSS classes
refs #5543
2015-10-28 13:15:42 +01:00
Eric Lippmann 4adf059ed6 monitoring: Fix downtimes markup
refs #5543
2015-10-28 13:01:19 +01:00
Eric Lippmann 918aa481ca monitoring: Minor markup fixes
refs #5543
2015-10-28 12:09:34 +01:00
Eric Lippmann 8212ff9aab monitoring: Display soft states in the service detail view
refs #5543
2015-10-28 12:09:00 +01:00
Eric Lippmann b325c4769a monitoring: Display soft states in the host detail view
refs #5543
2015-10-28 12:08:37 +01:00
Eric Lippmann c0c9f3b5eb monitoring: Select host_state_type and host_attempt in the service detail view for displaying soft states
refs #5543
2015-10-28 12:08:04 +01:00
Eric Lippmann 3e02007150 monitoring: Fix host-header markup
refs #5543
2015-10-28 11:11:03 +01:00
Eric Lippmann e37b3c5527 monitoring: Fix swapped icon images in the service-header
fixes #10419
2015-10-28 11:07:45 +01:00
Eric Lippmann d15673fdba monitoring: Fix service-header markup
refs #5543
2015-10-28 11:07:18 +01:00
Eric Lippmann 3520449dee monitoring: Translate soft in the hosts overview 2015-10-28 10:24:00 +01:00
Eric Lippmann ea91ca9dc4 monitoring/CSS: Don't use clearfix and pull-right in the hosts overview
refs #5543
2015-10-28 10:23:31 +01:00
Eric Lippmann 2702e70a9c monitoring/CSS: Don't use clearfix and pull-right in the services overview
refs #5543
2015-10-28 10:18:53 +01:00
Eric Lippmann a3caae6595 monitoring: Translate soft in the services overview 2015-10-28 09:58:42 +01:00
Eric Lippmann a8a87d27eb CSS: Rename remove-comment to remove-action
refs #5543
2015-10-28 09:56:50 +01:00
Eric Lippmann acb01dc07a monitoring: Use comment-list markup for acknowledgements instead of feed-list
refs #5543
2015-10-28 09:53:53 +01:00
Eric Lippmann 0b332bba22 monitoring: Use comment-list markup for downtimes instead of feed-list
refs #5543
2015-10-28 09:41:21 +01:00
Eric Lippmann ec9e6152cf Reduce style variety for comments
refs #5543
2015-10-27 16:05:43 +01:00
Eric Lippmann f951e29269 CSS: Rename big-icon to large-icon and use percent instead of px for font-size
refs #10294
2015-10-27 14:10:31 +01:00
Eric Lippmann dc273aa9a1 monitoring/CSS: Increase readability of state labels in tables
refs #5543
2015-10-27 13:45:49 +01:00
Eric Lippmann a391ceeafc monitoring/CSS: Vertically center state summary badges
refs #5543
2015-10-27 13:45:49 +01:00
Eric Lippmann ed86758e3d monitoring: Display unhandled services in the hosts overview more prominent
fixes #10268
2015-10-27 13:45:48 +01:00
Johannes Meyer b582146def Merge branch 'master' into bugfix/make-host-customvars-accessible-from-service-objects-10304 2015-10-05 14:09:10 +02:00
Johannes Meyer 125ecb2f0a ActionForm: Allow contact_name and contactgroup_name as filter column
Because it works now.
2015-10-05 14:05:17 +02:00
Johannes Meyer 6a68d25bc3 MonitoredObject: Deprecate method matches()
It's now possible to achieve the same by passing the object directly to a
filter.

refs #10304
2015-10-05 14:04:40 +02:00
Johannes Meyer 07e5664fbe MonitoredObject: Allow to access a set-value by name
$object->contact|contactgroup|hostgroup|servicegroup + _name
is now allowed and returns an array of strings

refs #10304
2015-10-05 13:59:57 +02:00
Eric Lippmann 610325eebd monitoring/CSS: Set line-height for plugin output 2015-10-05 13:21:11 +02:00
Johannes Meyer 499a7d628f Macro: Resolve prefixed custom vars and object attributes
refs #10304
2015-10-05 13:18:10 +02:00
Johannes Meyer 0ed6e08175 MonitoredObject: Allow to access custom variables by property
refs #10304
2015-10-05 13:16:41 +02:00
Johannes Meyer 996959b65e MonitoredObject: Fix object_type condition in method fetchHostVariables
refs #10304
2015-10-05 12:54:30 +02:00
Johannes Meyer 7419c9e87c MonitoredObject: Allow to fetch a host's customvariables for services
refs #10304
2015-10-05 11:57:31 +02:00
Johannes Meyer bf5f9f038c setup module: Translate a single string
Wohooo! (..)
2015-10-02 12:11:18 +02:00
Thomas Gelf 6a8f970685 it_IT: ... 2015-10-02 12:10:56 +02:00
Thomas Gelf 6a7d9fc4e3 it_IT: a few more strings 2015-10-02 12:09:35 +02:00