Actions
Bug #3537
closedBad apache service name in networkCheck.cf
Status:
Released
Priority:
1 (highest)
Assignee:
Matthieu CERDA
Category:
System techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
networkCheck file contains:
commands: rudder_networks_repaired:: "/etc/init.d/apache2" args => "reload", classes => if_else("apache_restarted", "apache_restart_failed");
That does not work on CentOS (or other RedHat based distribution).
It should be like in initCheck.cf.
Actions