diff options
author | Julien Dessaux | 2017-09-20 16:22:57 +0200 |
---|---|---|
committer | Julien Dessaux | 2017-09-21 16:21:41 +0200 |
commit | a5af16deb7e66850ad3d982ddf6ace95c373de24 (patch) | |
tree | 2ef92894284c98ac4e236484e4850ae8379e9da0 /services | |
parent | Added ipam.adyxax.org policies (diff) | |
download | masterfiles-a5af16deb7e66850ad3d982ddf6ace95c373de24.tar.gz masterfiles-a5af16deb7e66850ad3d982ddf6ace95c373de24.tar.bz2 masterfiles-a5af16deb7e66850ad3d982ddf6ace95c373de24.zip |
Fixed php56 report messages
Diffstat (limited to 'services')
-rw-r--r-- | services/applications/php56.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/applications/php56.cf b/services/applications/php56.cf index e62a389..75d4820 100644 --- a/services/applications/php56.cf +++ b/services/applications/php56.cf @@ -33,6 +33,6 @@ bundle agent php56 "$(this.bundle): /usr/local/etc/php.ini repaired" ifvarclass => "php56_php_ini_file_repaired"; "$(this.bundle): /usr/local/etc/php-fpm.conf repaired" ifvarclass => "php56_php_fpm_conf_file_repaired"; "$(this.bundle): /var/run/php-fpm/ directory repaired" ifvarclass => "php56_php_run_dir_repaired"; - "$(this.bundle): sshd service repaired" ifvarclass => "php_fpm_service_repaired"; - "$(this.bundle): sshd service restarted" ifvarclass => "php_fpm_service_restarted"; + "$(this.bundle): php-fpm service repaired" ifvarclass => "php_fpm_service_repaired"; + "$(this.bundle): php-fpm service restarted" ifvarclass => "php_fpm_service_restarted"; } |