This is a Chef cookbook for Syslog-ng.
https://github.com/vkhatri/chef-syslog-ng
syslogng::default
- wrapssyslogng::package
andsyslogng::config
recipesyslogng::package
- install and manage syslog-ng packagessyslogng::config
- confiure core conf files and directoriessyslogng::client
- configure syslog-ng clientsyslogng::server
- configure syslog-ng server
default['syslogng']['conf_dir']
(default: /etc/syslog-ng): syslog-ng config directorydefault['syslogng']['log_dir']
(default: /var/log): syslog-ng log directorydefault['syslogng']['include_dir']
(default: /etc/syslog-ng/conf.d): syslog-ng config include directorydefault['syslogng']['install_method']
(default: package): install method, currently supports only package based installationdefault['syslogng']['cookbook']
(default: syslogng): cookbook for template referencedefault['syslogng']['service_name']
(default: syslog-ng): syslog-ng service namedefault['syslogng']['notify_restart']
(default: false): whether to notify :restart to syslog-ng servicedefault['syslogng']['start_crond']
(default: true): whether to start crond service after removing rsyslog package, only for RHEL family systemsdefault['syslogng']['service_action']
(default: [:enable, :start]): syslog-ng default service action
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Write description about changes
- Submit a Pull Request using Github
Authors:: Virender Khatri and Contributors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.