Hi Dojo,
As per Sergio proposal, I post here the below requirements.
We would like to monitor the System Uptime parameter of Playbox Airbox Protocol Operating System page and trigger a Minor alarm if its value is older than 60 days.
In attachment the current status
Thank you for your advices,
Marco
Hi Marco,
I see that this parameter doesn't have alarming configured in the latest version. You can request Skyline to adapt this or make the change yourself. In the latter case I would suggest having a look at Alarming | DataMiner Docs. Afterwards you can fill in Minor High value 5184000 (60 days in seconds) in the alarm template.
For this driver the parameter will look as shown below:
<Param id="520" trending="false">
<Name>SystemUptime</Name>
<Description>System Uptime</Description>
<Type>read</Type>
<Information>
<Subtext>The time that the system has been running.</Subtext>
</Information>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.2.1.1.3.0</OID>
</SNMP>
<Interprete>
<RawType>numeric text</RawType>
<LengthType>next param</LengthType>
<Type>double</Type>
<Sequence noset="true">div:100</Sequence>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Operating System</Page>
<Column>0</Column>
<Row>1</Row>
</Position>
</Positions>
</Display>
<Alarm>
<Monitored>true</Monitored>
<MiH>5184000</MiH>
</Alarm>
<Measurement>
<Type options="time">number</Type>
</Measurement>
</Param>
Hi Jens,
we received the confirmation that Skyline is working to add the requested parameter.
Thank you,
Marco