Hey guys,
I am getting this error when I try to add a trigger for a filesize on a window host.
---
The trigger is configured this way, and there really are an item for filesize[c:\boot.ini] for this Host:
Name: System:File: File size of c:\boot.ini was changed
Expression:{HAL:filesize[c:\boot.ini].diff(0)}>0
Any ideas what might be the problem?
And by the way, would there be a "coolest" way to check if boot.ini was changed on a windows host?
Thanks
I am getting this error when I try to add a trigger for a filesize on a window host.
---
Code:
[ERROR:Invalid trigger expression] No such host (HAL) or monitored parameter (filesize[c:\boot.ini])
Name: System:File: File size of c:\boot.ini was changed
Expression:{HAL:filesize[c:\boot.ini].diff(0)}>0
Any ideas what might be the problem?
And by the way, would there be a "coolest" way to check if boot.ini was changed on a windows host?
Thanks

Comment