We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b88d9e commit eda84d2Copy full SHA for eda84d2
files/image_config/monit/conf.d/sonic-host
@@ -31,6 +31,13 @@ check program routeCheck with path "/usr/bin/route_check.py"
31
every 5 cycles
32
if status != 0 for 3 cycle then alert repeat every 1 cycles
33
34
+# Check if /etc & /home are writable. If not, make them writable.
35
+# Raise syslog error message, in case of underlying issues
36
+#
37
+check program diskCheck with path "/usr/bin/disk_check.py"
38
+ every 5 cycles
39
+ if status != 0 for 3 cycle then alert repeat every 1 cycles
40
+
41
# vnet_route_check.py: tool that verifies VNET routes consistancy between SONiC and vendor SDK DBs.
42
check program vnetRouteCheck with path "/usr/bin/vnet_route_check.py"
43
0 commit comments