+ New features: ++ Improved error handling in Android like style (Issue #18) ++ Display age of monitoring data (#31) ++ Check for scheduled downtimes (#40) ++ Optimization of reload function (#46) ++ Mappings for host and service checks (#70) ++ Improved about page (#64) + Bugs fixed: ++ Monitoring backend reload makes business process become unknown (#47) ++ Reload of configuration fails in web UI (#60) ++ Host check not working for mk-livestatus (#67) ++ Default check interval too high in config (#77) ++ Add newly implemented features to predefined config files (#78) ++ Remove debug output from httpd error_log (#80) ++ Removed restorecon for unused /var/cache/bpview (#69) ++ Service downtime not recognized (#97) ++ Fixed SQL query for PostgreSQL (#96) ++ Readded logging options in bpview.yml config (#94) + Please note! ++ Check for scheduled downtimes (#40) is only working with idoutils backend connection, but not with mk-livestatus. Support for mk-livestatus will be available in next version. ++ There is no support for OR and MIN concatenation, yet. This feature will be available in next version. - added logrotate snipplet OBS-URL: https://build.opensuse.org/package/show/server:monitoring/BPView?expand=0&rev=2
14 lines
170 B
Plaintext
14 lines
170 B
Plaintext
|
|
/var/log/bpview/bpview.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+2048k
|
|
notifempty
|
|
missingok
|
|
copytruncate
|
|
su wwwrun www
|
|
}
|
|
|