mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: fix typos
This commit is contained in:
parent
785f9d198b
commit
c1ab1c5e7c
11 changed files with 16 additions and 16 deletions
|
@ -168,7 +168,7 @@ in
|
|||
description = "Host SystemD service crashed (instance {{ $labels.instance }})";
|
||||
};
|
||||
# time
|
||||
clock_not_syncronising = {
|
||||
clock_not_synchronising = {
|
||||
condition = ''min_over_time(node_timex_sync_status[1m]) == 0 and node_timex_maxerror_seconds >= 16'';
|
||||
description = ''Clock not synchronising.\n VALUE = {{ $value }}'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue