Hi im trying to config a trigger that check when an specific package its installed.
Using the system.sw.packages im getting the pakcage list in server. But when i try to create the trigger for this using find parameter, the result is nothing.
This is the config im using:
find(/server/system.sw.packages,#1,"like","net-tools")=0
If a server doesnt have any version of net-tools installed the trigger should report error, right now im not receiving anything.
Thanks for your help.
Using the system.sw.packages im getting the pakcage list in server. But when i try to create the trigger for this using find parameter, the result is nothing.
This is the config im using:
find(/server/system.sw.packages,#1,"like","net-tools")=0
If a server doesnt have any version of net-tools installed the trigger should report error, right now im not receiving anything.
Thanks for your help.
Comment