diff options
Diffstat (limited to '')
-rw-r--r-- | doc/15-Auditing.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/15-Auditing.md b/doc/15-Auditing.md new file mode 100644 index 0000000..c44cbfe --- /dev/null +++ b/doc/15-Auditing.md @@ -0,0 +1,14 @@ +# Auditing <a id="auditing"></a> + +Auditing in Icinga Web 2 is possible with a separate [module](https://github.com/Icinga/icingaweb2-module-audit). + +This module provides different logging facilities to store/record activities by Icinga Web 2 users. + +Icinga Web 2 currently emits the following activities: + +## Authentication + +Activity | Additional Data +---------|---------------- +login | username +logout | username |