Code: Select all
:if ([/queue simple find name=queue10] max-limit!=1024k/1024k) do={ /queue simple set [find name="queue10"] max-limit=1024k/1024k } else= { :put "no action" }
For the sake of sanitising the log feed, I am attempting to only action when current settings does not match the new.
Where am I going wrong?
LJB