You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Fortinet MIB, those OIDs (fgHaStatsSyncDatimeUnsucc and fgHaStatsSyncDatimeSucc) should return DateAndTime octect string with the specified format. However, I can not manage to parse that data type.
Most of the times I get 00 00 01 01 00 00 00 00
or 07 E5 08 14 0A 1A 10 00
How can I convert it to human readable and meaningful format? It would be great to convert it to uptime or unixtime formats so we can create an alert for those OIDs.
Have you been able to parse them?? I am running 6.4.X by the way.
The text was updated successfully, but these errors were encountered:
Hi,
According to Fortinet MIB, those OIDs (fgHaStatsSyncDatimeUnsucc and fgHaStatsSyncDatimeSucc) should return DateAndTime octect string with the specified format. However, I can not manage to parse that data type.
Most of the times I get
00 00 01 01 00 00 00 00
or
07 E5 08 14 0A 1A 10 00
How can I convert it to human readable and meaningful format? It would be great to convert it to uptime or unixtime formats so we can create an alert for those OIDs.
Have you been able to parse them?? I am running 6.4.X by the way.
The text was updated successfully, but these errors were encountered: