Ad Widget

Collapse

need mod for unknown values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fmtaylor2
    Member
    • May 2006
    • 66

    #1

    need mod for unknown values

    I am trying to do this:

    ({Host.Unix:vfs.file.cksum[/usr/sbin/sshd].diff(0)}>0)|({Host.Unix:vfs.file.cksum[/usr/local/openssh/sbin/sshd].diff(0)}>0)|({Host.Unix:vfs.file.cksum[/opt/openssh/sbin/sshd].diff(0)}>0)

    So I have one line in my overview screen that reflects the status of one item where ever it was installed instead of 3 lines, each partially green and partially grey.

    But I get this:

    [({14404}>0)|({14405}>0)|({14406}>0)] cannot be evaluated [Unable to get value for functionid [14404]]

    And I understand why, there simply is no data for one or more of the data items I want to compare. But I would like to be able to change the program in such a way that the expression can be evaluated even with the missing data. Please tell me how

    If there is another way to do what I want to do, I am open to suggestions.
Working...