Skip to main content
Flexible Top Header

Sending Micetro Audit data to an external syslog

  • March 6, 2026
  • 0 replies
  • 6 views

worrabkram
Forum|alt.badge.img

I’ve been meaning to share this for a while…..

One of the things that makes Micetro really useful when you start using it for Orchestration of your DNS and DHCP infrastructure is the centralised audit log for all DDI related changes. i.e. Who did what when!

Normally this is only accessible via the Micetro GUI. However as the GUI is built on the API this can also be exposed using the GetHistory API command. 

In order to help illustrate this I’ve written a simple python script which can be run/scheduled from within Micetro which can read the audit log and send this to an external syslog server. Under the hood it uses the Python logger module which can support many other formats including HTTP and SMTP for example.

https://github.com/worrabkram/audit2syslog

Please note…

This is a personal project not linked to BlueCat.

No warranty or support implied.

Hopefully you find this useful

Mark