From 827ef17469fa4f3ca9e6f60f40ea88e6212c7c05 Mon Sep 17 00:00:00 2001 From: Thomas McWork Date: Wed, 11 Sep 2024 22:45:24 +0200 Subject: [PATCH] add netbox2monit utility Netbox2monit creates a configuration file out of the Netbox data to be used by the monitoring tool monit. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39174b3..ceb79bb 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ A curated list of awesome resources related to NetBox! ## Utilities +- [netbox2monit](https://codeberg.org/thomas-mc-work/netbox2monit) - Creates a [configuration file](https://mmonit.com/monit/documentation/monit.html) for [monit](https://mmonit.com/monit/) based on the machines defined in a Netbox instance. - [den-it/ntmap](https://github.com/den-it/ntmap) - Network topology map using Netbox as a data source. - [kosimovsky/nbcli](https://github.com/kosimovsky/nbcli) - CLI tool for Netbox API. - [lopes/netbox-scanner](https://github.com/lopes/netbox-scanner) - A scanner util for NetBox.