This may be a dumb question but I currently have a fixlet that is reading the database on a linux machine and outputting to a file a users operator code and how many failed logins they have. I am trying to set relevance based on if that failed login amount is greater than or equal to 6 and I keep getting not relevant triggers when the file I have proven is out on the machine.
Here is the layout of the text file
OPERATORCODE FAILED_LOGONS
### 6
My relevance is looking for the following
line 2 of file “/tmp/locked.txt” >= "6"
exists file “/tmp/locked.txt”
Am I just missing something really simple here or can I somehow tell the relevance to look in the column of FAILED_LOGONS?