Filippo Giunchedi

Results 43 comments of Filippo Giunchedi

@ripienaar updates on this? thanks!

wikimedia foundation has a public installation at https://gdash.wikimedia.org (full disclosure: I work there) and I was looking to update it to latest upstream

:+1: searching for dashboards would be really cool!

:+1: this would be awesome to have! other random idea, the same concept can be applied to graphs too: e.g. (single) time series can have their background split in chunks...

hi @aalpern ! what do you think about annotations coming from an external source instead? e.g. an annotation API. For static rendering this could be a problem though, a possible...

Hello @murrant, thank you for your help. At the moment we're augmenting `$config` with values from config management (i.e. puppet) in `config.php` as follows: ```

> That isn't right. LibreNMS works with a completely empty config.php. > > Can you dump out the resulting $config variable and inspect it? For sure, I did so with...

I tried `array_merge_recursive` however that breaks things when I run the code I shared above: ``` $ ./dump_config.php ERROR: no valid auth_mechanism defined! Array not found as auth_mechanism ``` I'll...

> `lnms config:set` is one way. If you only need to set them at deploy time and allow modification after install #13259 Thank you, in our case we want to...

[disclaimer: I'll be on vacation for the next few days] > @filippog apologies for the rudimentary question, but how does configuration management work? Are files better than other methods? Fair...