I would like to get alerts on interfaces of certain devices (firewalls, routers, and data center switches) that show when an interface, which is supposed to be down, changes to an up status (think of this as change control enforcement and a security alert).
In otherwords, once a firewall is configured, I better not see an interface initially configured as down go to an "up" state (there are reasons for not being able to control this in the interface configuration). Similarly, in the data center, I want to make sure I know what is connected to each interface, so if someone plugs something in to a port, and I don't plan for it, I want an alert.
Has anyone implemented something like that. I can probably figure this from scratch, but don't want to reinvent the wheel.