2 years ago
VMware ESXi Host configuration
Is it possible to capture the ESXi host configuration backup using LogicMonitor. It’s two commands # vim-cmd hostsvc/firmware/sync_config # vim-cmd hostsvc/firmware/backup_config and then a downlo...
If you don’t need to be able to read it, then just add println(zipContents) after zipContents is defined. You might also need to do something other than .getText() on the URL object. That’ll convert it to text, which might not be great since it’s probably more accurately a byte stream.
The diff engine should be able to tell you if it’s changed, but with it being compressed, you won’t really be able to see what it is that changed and you won’t be able to tell the diff engine to ignore certain lines that might always change.