Commit graph

11 commits

Author SHA1 Message Date
Simone Mainardi
38f64e0a72 Fixes attempt to index a nil value (local 'entity_info')
Implements #3815
2020-04-21 16:43:20 +02:00
Simone Mainardi
ec4a71ff0a Removes plugin dep from active monitoring alerts
Implements #3815
2020-04-21 16:12:15 +02:00
emanuele-f
c750a8422e Recheck the alert when a monitored host config changes 2020-04-21 10:33:06 +02:00
emanuele-f
0be2da4f57 Cleanup remaining references to RTT 2020-04-20 12:21:39 +02:00
emanuele-f
0968c7b984 Rename active monitoring timeseries 2020-04-17 12:41:21 +02:00
emanuele-f
edd119ce61 Fix numbers returned as strings causing broken sort 2020-04-16 11:32:26 +02:00
emanuele-f
01214d47db Add measurement localized label 2020-04-16 11:20:01 +02:00
emanuele-f
70ca600ed3 Add am_utils.getRttSchemaForGranularity 2020-04-15 17:19:33 +02:00
emanuele-f
1febadb5bd Fix active monitoring alert unit 2020-04-15 11:14:00 +02:00
emanuele-f
4bd04e7e4c Delete old timeseries when monitoring granularity is changed 2020-04-15 10:52:38 +02:00
emanuele-f
0ad1b65512 Add plugins support for httpdocs, HTML templates and Lua modules
Such resources can be placed into the following plugin subdirs:

- ./httpdocs: javascript, css and similar, see plugins_utils.getHttpdocsDir
- ./modules: Lua modules, see plugins_utils.loadModule
- ./templates: HTML templates, see plugins_utils.renderTemplate
2020-04-14 17:53:25 +02:00