what is 'status'

Started by possamai, March 14, 2008, 12:38:50 PM

Previous topic - Next topic

possamai

Hi,

I was wondering what is the status of a node ?
It's a default value, and it gives a number... But I can't seem to find out what this number means..

Victor Kirhenshtein

Hello!

Status DCI returns current status of a node. Meanings are following:

0 - Normal
1 - Warning
2 - Minor
3 - Major
4 - Critical
5 - Unknown
6 - Unmanaged

Node status is calculated based on status of child objects (usually interfaces) according to status calculation rules set for this node (default is "most critical"), and active alarms related to this node.

Best regards,
Victor

possamai

ah, that makes sense :)
Did I mis the documentation on that? Or is it just not documented?

Victor Kirhenshtein