Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syslog_ng/manifests/reload.pp : syslog_ng_reload #30

Open
linuxdan opened this issue Jun 30, 2015 · 0 comments
Open

syslog_ng/manifests/reload.pp : syslog_ng_reload #30

linuxdan opened this issue Jun 30, 2015 · 0 comments

Comments

@linuxdan
Copy link

The module tries to use "syslog-ng-ctl reload"

I am using CentOS 6, and the reload command comes from the startup script:

/sbin/services syslog-ng reload

I changed the assignment for syslog_ng_ctl_full_path to

$syslog_ng_ctl_full_path = '/sbin/service syslog-ng'

to get mine to work.

FYI: syslog-ng-3.2.5-4.el6.x86_64

 /sbin/syslog-ng-ctl --help
Syntax: /sbin/syslog-ng-ctl <command> [options]
Possible commands are:
    stats        Dump syslog-ng statistics
    verbose      Enable/query verbose messages
    debug        Enable/query debug messages
    trace        Enable/query trace messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant