There should be the possibility to find out if a network device has a connection to a ntp-server and if its clock is syncronized.
This can be done by performing command "show ntp status" at a Juniper device.
The evaluation of the output string can show requested values like stratum, delay and so on.
I already made this enhancements in my private copy of junos-exporter.
It is working well and shows
- clock_jitter
- leap
- offset
- poll_interval
- precision
- root_delay
- stratum
- system_jitter
So I could add my enhancement very quick.
There should be the possibility to find out if a network device has a connection to a ntp-server and if its clock is syncronized.
This can be done by performing command "show ntp status" at a Juniper device.
The evaluation of the output string can show requested values like stratum, delay and so on.
I already made this enhancements in my private copy of junos-exporter.
It is working well and shows
So I could add my enhancement very quick.