cp_gaia_syslog.¶
Synopsis¶
Setting system logging configuration.
Requirements¶
The below requirements are needed on the host that executes this module.
supported starting from gaia_api >= 1.6
Parameters¶
- version (False, str, None)
Gaia API version for example 1.6.
- send_to_mgmt (False, bool, None)
Sending logs to Management server.
- cp_logs (False, bool, None)
Syslog auditlog permanent.
- audit_log (False, bool, None)
Syslog auditlog permanent.
- filename (False, str, None)
Syslog output filename.
Notes¶
Note
Supports
check_mode
.
Examples¶
- name: Modify system logging configuration
check_point.gaia.cp_gaia_syslog:
send_to_mgmt: false
filename: "/var/log/messages"
cp_logs: false
audit_log: true
Return Values¶
- syslog (always., dict, )
The checkpoint object updated.