AutoPatrol, Bureaucrats, Administrators
683
edits
Line 200: | Line 200: | ||
* To reset user's password, select user account in the list, right-click, and select "Change password..." from popup menu. | * To reset user's password, select user account in the list, right-click, and select "Change password..." from popup menu. | ||
= Audit = | |||
All important user actions are written to audit log. There are two audit logging modes - internal and external. Internal audit logging is on by default and writes audit records into table in NetXMS database. External audit logging allows sending audit records to external system via [http://en.wikipedia.org/wiki/Syslog syslog] protocol. External audit logging is off by default. Audit logging controlled by the following server configuration variables: | |||
{| class="wikitable" | |||
|- | |||
! Variable !! Description !! Default value | |||
|- | |||
| AuditLogRetentionTime || Retention time in days for the records in internal audit log. All records older than specified will be deleted by housekeeping process. || 90 | |||
|- | |||
| EnableAuditLog || Enable (1) or disable (0) audit logging. || 1 | |||
|- | |||
| ExternalAuditFacility || Syslog facility to be used in audit log records sent to external server. || 13 | |||
|- | |||
| ExternalAuditPort || UDP port of external syslog server to send audit records to. || 514 | |||
|- | |||
| ExternalAuditServer || External syslog server to send audit records to. If set to ''none'', external audit logging is disabled. || none | |||
|- | |||
| ExternalAuditSeverity || Syslog severity to be used in audit log records sent to external server. || 5 | |||
|- | |||
| ExternalAuditTag || Syslog tag to be used in audit log records sent to external server. || netxmsd-audit | |||
|} | |||
Changes to these variables requires NetXMS server restart. |