Provide customized metrics on data stored in NetBox.
Project description
netbox-more-metrics
Create custom metrics and export information from NetBox into your timeseries database.
Compatibility
NetBox Version | Plugin Version |
---|---|
3.4 | 0.1.0 |
Installing
For adding to a NetBox Docker setup see the general instructions for using netbox-docker with plugins.
Install
pip install netbox-more-metrics
or by adding to your local_requirements.txt
or plugin_requirements.txt
(netbox-docker):
netbox-more-metrics
Development Install
If you would like to install a version not yet published to pypi.
pip install git+https://github.com/TheDJVG/netbox-more-metrics
or by adding to your local_requirements.txt
or plugin_requirements.txt
(netbox-docker):
git+https://github.com/TheDJVG/netbox-more-metrics
NetBox Configuration
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py
,
or if you use netbox-docker, your /configuration/plugins.py
file :
PLUGINS = [
'netbox_more_metrics'
]
Features
Custom metrics
For example, you could track the amount of active devices over time by rack and site
Any model can be exported, data is grouped by the labels.
Filter validation
Every filter is tested on save and also when the metric is initiated for exporting.
Heavy lifting is done by the database
As much as possible is done in the database directly to take advantage of any Model specific optimizations.
null
database values are converted to a string "null"
.
Functions
- Metrics can be included in the global metric endpoint (
/metrics
). - Metrics and MetricCollections can be individually exported (as long as the Metric(Collection) is enabled)
Future ideas
- Adding a way to export utilization (e.g. how many IPs of a prefix are used, or how much power is still available on a feed).
More ideas welcome!
Missing
- Tests
- Documentation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for netbox_more_metrics-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a29a795e29fd1eb282c37dcd05be1393c6241f494f7a5b895abbf8048ba7433b |
|
MD5 | e02a6bd4846a448afcefb5b05667c327 |
|
BLAKE2b-256 | 433acc42904e9bcf55b449d4c3026533f533f3e29109dd7a269eb4141fdd40e3 |
Hashes for netbox_more_metrics-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | abd6a44fceec6f9f808a8c8cafc4a5c779c80fb25de5704bbbf7985a9c9ae46a |
|
MD5 | c24657b3c5378c9f22920f547cee6d0a |
|
BLAKE2b-256 | 8b3cb0c335db565cdc0147a3f2e2b8656b9cc3b14d9088f89e797d4900dcefff |