Does anyone have any tips for dealing with errors and discards shown on unplugged or administratively down interfaces? They're somewhat of an eyesore that I would like to get rid of, and i can't seem to find something specific on the site.
Thanks,
To Add a filter to resource, click on Edit, then add the desired filter.
You could add a filter to resource something like this. In this case, only interfaces show if the Node is up AND not a Machine Type = 37XX with OutDiscards > 1000.
Nodes.Status=1 AND (Nodes.MachineType NOT LIKE '%37XX%' AND Interfaces.OutDiscardsThisHour > 1000))
Thanks for your reply. When you say "add a filter", what exactly do you mean? Where would I manipulate this information?
Thanks for the help.
Nice. Thanks for the help.