[bird] Configure Bird using ISO-format timestamps to get meaningful uptime information in the Prometheus exporter
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>ntpsec
parent
e21dbc7781
commit
6af11c1b59
|
@ -18,6 +18,10 @@ router id {{ bird.id }};
|
|||
# Turn on global debugging of all protocols (all messages or just selected classes)
|
||||
# debug protocols all;
|
||||
|
||||
# To get meaningful uptime information in the Prometheus exporter, BIRD needs to be
|
||||
# configured to use ISO-format timestamps
|
||||
timeformat protocol iso long;
|
||||
|
||||
# +----------------------+
|
||||
# | CONSTANT DEFINITIONS |
|
||||
# +----------------------+
|
||||
|
|
Loading…
Reference in New Issue