-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-with-errors
More file actions
45 lines (27 loc) · 1.28 KB
/
sample-with-errors
File metadata and controls
45 lines (27 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
HOSTNAME(0,0,12),
TIMESTAMP(75,0,12),
UPTIME(0,13,16),
DF(30 ,24,'/lost+found', "root", df_best,20),
DF(55 ,24,/boot/firmware/config.txt, "SD", df_best,20), # line 55
DF(NOT80 ,24,"/Q/mount/rest3/lost+found", NV1, df_best,20), # line 80
DF(105,24,"/dev/nvme0n1p3/lost+found", "NV2", df_best 20), # line 105
BAD(105,44)
AGE(0,130, 24,"/boot/firmware/config.txt", "BACKUP1", age_days,20), # line 130
AGE(0,155, 24,"/home/graeme/src", "BACKUP2", age_days,180), # line 155
FILE(0, 180, 8, "/etc/motm", 0), # line 180
RENDER(),
SLEEP(5),
CLEAR(),
hostname(0,0,12)
timestamp(75,0,12)
uptime(0,13,16)
df(30 ,24,"/lost+found", "root", best,20)
df(55 ,24,"/boot/firmware/config.txt", "sd", G,20) # line 55
df(80 ,24,"/q/mount/rest3/lost+found", "nv1", MB,20) # line 80
df(105,24,"/dev/nvme0n1p3/lost+found", "nv2", best,20) # line 105
age(0,130, 24,"/boot/firmware/config.txt", "backup1", days,20) # line 130
age(0,155, 24,"/home/graeme/src", "backup2", hours,180) # line 155
file(0, 180, 8, "/etc/motm", 0) # line 180
render()
sleep(5)
clear()