Improved configuration change detection
The addition of configuration backups in LogicMonitor has been a great feature for our support team and really helps streamline things. If you like to be aware of people making changes and retain version history is is wonderful, but we have an issue on some of the more modern devices.
Many new devices are intelligent and have subscriptions that pull the latest IPS, AV, malicious IP address lists, etc. from the manufacturer. There is also a periodic re-hashing of encrypted information for added security and these are expected behaviors - NOT a config change. We developed our own config backup using SCP for the devices so no passwords are stored in LM either, but the key here is that a login event (human or automated) causes the config version to change.
The suggestion I have is simple - there needs to be a way to ignore these updates (often multiple in a day) and simply key on the first few lines where the config version is referenced -
#config-version=FWF60D-5.02-FW-build742-161129:opmode=0:vdom=0:user={redacted}
#conf_file_ver=17742419038372504090
#buildno=0742
That conf_file_version (line 2 above) would be the trigger and ignoring everything else would be perfect.
Thoughts welcome!