Actions
Bug #11135
closedIn /etc/cron.d/rudder-agent, redirection syntax is incorrect (assuming typo)
Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Agent
Target version:
-
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Priority:
32
Name check:
Fix check:
Regression:
Description
The file /etc/cron.d/rudder-agent contain the following line:
0,5,10,15,20,25,30,35,40,45,50,55 * * * * root /opt/rudder/bin/rudder agent check >> /var/log/rudder/agent-check/check.log 2>\&1
I believe it should be:
0,5,10,15,20,25,30,35,40,45,50,55 * * * * root /opt/rudder/bin/rudder agent check >> /var/log/rudder/agent-check/check.log 2>&1
This causes a file with the name "&1" to be created in /root every 5 minutes
Actions