knollet
knollet
`loadConfig()`: https://github.com/influxdata/telegraf/blob/master/config/config.go#L511 is called for every config file. If the `[agent]` section with `always_include_global_tags=true` is in the **second** file loaded, every `[[inputs...]]`-plugin instantiated in the **first** config file gets the...
I would recommend just fetching everything systemd exposes via dbus else tomorrow somebody else needs the one value you didn't fetch. If I read it correctly, that shouldn't really produce...
I have this in my `~/.emacs.d`: ``` ;; stolen from https://stackoverflow.com/questions/9288181/converting-from-camelcase-to-in-emacs (defun toggle-camelcase-snakecase () "Toggle between camelcase and underscore notation for the symbol at point." (interactive) (save-mark-and-excursion (let* ((bounds (bounds-of-thing-at-point...
Hi, the statefile saves json, and you can in fact save lists, dicts, strings, numbers, booleans and Nonetype (None, null). (I will call this "simple-type") To allow for storing arbitrary...