Related to this post:
I want to be able to redirect the output of a script into a file and perform a diff in zabbix. Is that possible?
UserParameter=vfs.file.md5deep[*],find $1 -name "*" -exec md5sum {} \; &>$1.md5
Thanks
Miguel
I want to be able to redirect the output of a script into a file and perform a diff in zabbix. Is that possible?
UserParameter=vfs.file.md5deep[*],find $1 -name "*" -exec md5sum {} \; &>$1.md5
Thanks
Miguel