[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
Yohann D'ANELLO 2022-08-04 11:31:14 +02:00
parent e21dbc7781
commit 6af11c1b59
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 4 additions and 0 deletions

View File

@ -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 |
# +----------------------+