Hi, I'm interested in keeping my hosts stored in configuration management, as well as generating them from dynamic sources such as Consul. (though the source isn't relevant to the issue)
On the settings/backup page, there's an import/export for a json configuration, I can use https://jsonnet.org/ to template this data and generate a configuration for all of my hosts pretty easily.
I noticed on that page
Deprecated: Since a lot of features added and this backup feature is a bit unmaintained, it cannot generate or restore a complete backup.
I have no desire to backup historical data, I only need a way of bulk inserting hosts. I'd even be find with a bulk insert box that accepts CSV data or something similar.
So I guess the issue is: please don't deprecate the import feature, and instead repurpose it to "import/export monitors"
Hi, I'm interested in keeping my hosts stored in configuration management, as well as generating them from dynamic sources such as Consul. (though the source isn't relevant to the issue)
On the settings/backup page, there's an import/export for a json configuration, I can use https://jsonnet.org/ to template this data and generate a configuration for all of my hosts pretty easily.
I noticed on that page
I have no desire to backup historical data, I only need a way of bulk inserting hosts. I'd even be find with a bulk insert box that accepts CSV data or something similar.
So I guess the issue is: please don't deprecate the import feature, and instead repurpose it to "import/export monitors"
I have an example of what I setup here https://gist.github.com/arma26/6f8fab4e370bf170c83de4f6d6c8be9e
I would appreciate a way to
curl -X POST
the config directly into the app, but that's not really necessary.