netbox-community / netbox-healthcheck-plugin

Apache License 2.0
20 stars 7 forks source link

Support the configuration of django-healthcheck #12

Open jsenecal opened 2 months ago

jsenecal commented 2 months ago

NetBox HealthCheck Plugin version

v0.1.4

NetBox version

v3.7.6

Feature type

New functionality

Proposed functionality

It would be great if the plugin would allow for customization of netbox-healthcheck-plugin configuration parameters.

Use case

For instance, not everyone runs Redis at 127.0.0.1 (the default value), and being allowed to configure REDIS_URL or individual HEALTH_CHECK parameters would be appreciated.

External dependencies

Support for additional parameters may have to be supported by the PluginConfig Class and netbox's settings.py.