I am attempting to monitor changes to IPTables on a host. I have created the following Item:
vfs.file.cksum[/etc/iptables/rules.v4] (this does show in my graphs any change that happens to IPTables on the test host.
But the Trigger isn't working which I have defined as:
(last(/sbc-testing-2/vfs.file.cksum[/etc/iptables/rules.v4],#1)<>last(/sbc-testing-2/vfs.file.cksum[/etc/iptables/rules.v4],#2))>0
I have been digging into the forums and have been unable to find a solution to this.
The other Question I have which also unable to find a solution to:
We would like to be able to display what change was done on IPTables on the Trigger output if possible or another Trigger to display the change.
vfs.file.cksum[/etc/iptables/rules.v4] (this does show in my graphs any change that happens to IPTables on the test host.
But the Trigger isn't working which I have defined as:
(last(/sbc-testing-2/vfs.file.cksum[/etc/iptables/rules.v4],#1)<>last(/sbc-testing-2/vfs.file.cksum[/etc/iptables/rules.v4],#2))>0
I have been digging into the forums and have been unable to find a solution to this.
The other Question I have which also unable to find a solution to:
We would like to be able to display what change was done on IPTables on the Trigger output if possible or another Trigger to display the change.
Comment