- fix regexp operator when using victoriametrics
- remove elasticsearch support
- convert to time_series panel
- Optional parameter declared before required parameter
- Add PHP 8 support
- Sakuli customizations
- Customize Grafana CSS
- Changes "Null value" to "connected"
- URL/Config param to disable paneltitles for bigger graphs. Url flag: disablePanelTitle - works now also on simple templates.
- URL param to specify a certain template. Take a look at the README.
- URL param to disable Influxdb lookup. Take a look at the README.
- Errormessage will be printed properly when simpletemplate has malformed json.
- URL/Config param to disable paneltitles for bigger graphs. Url flag: disablePanelTitle
- Support Counter results(uom unit is a 'c') within the default template
- check_multi template
- Backslash in perflables
- Execution of phpCommand is changed from system to proc_open - in most cases this should not change anything
- Can't use function return value in write context
- Test if phpCommand from config is valid
- Annotation function changed header
- Sakuli template
- Sakuli Images are displayed withing Grafana
- Missing Forecastfolder should not throw an exception
- API to get forecast config added (experimental)
- Simplefiles should work again, after layoutchange
- Now PHP 5.3.3 upto PHP 7.04 should work
- check_oracle/db2_heath templates
- Templating for Grafana 3 Beta2
- Elasticsearch2 support
- Grafana 3.0 Beta1 support
- dashboards created before this version have to be updated, due to changes of functionnames
- syntax check on php templates, malformed templates will be ignored but an error appears in the apache error.log
- template cache, the valid templates will be cached
- default datasource is the name of the influxdb database from the config
- using php namespaces
- variables can be uses in rules. Available are: host, service, command. The variables values are from the database, they are written with the influxdbfieldseperator pre and pos e.g. &host&-lines.* -> Nagiosserver-lines.*
- grafana unit system is used to display nagios units
- multiple Grafana gaps
- simple template: naming problem
- star regex in perfLabel works, but an exact match wins against star
- downtime query warning within the query editor
- percentage in queries
- perfLabel sorting
- dashboards created before this version have to be updated, due to the namespace system and changes of functionnames
- Change Dashboard to Grafana v.2.5.0
- changed panelid counter start to 1
- change background color only on dashboard-solo
- Everything 😉