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 1d9ae46 commit 1cc4a09Copy full SHA for 1cc4a09
tests/data/monitrc
tests/monit.robot
@@ -48,7 +48,7 @@ Test Setup
48
49
Decrease monit intervals
50
[Documentation] Change default cycles to reduce the test execution times
51
- Transfer To Device ${CURDIR}/data/monitrc /etc/monit/monitrc
+ Execute Command cmd=sed -i 's/set daemon .*/set daemon 5/g' /etc/monit/monitrc
52
Execute Command chown root:root /etc/monit/monitrc && chmod 700 /etc/monit/monitrc
53
Execute Command cmd=sed -i 's/every 120 cycles/every 5 cycles/g' /etc/monit/conf.d/tedge-monitoring.conf
54
Execute Command cmd=sed -i 's/if status != 0 for 10 cycles/if status != 0 for 2 cycles/g' /etc/monit/conf.d/tedge-monitoring.conf
0 commit comments