https://github.com/cacti/plugin_audit
Audit Plugin for Cacti
https://github.com/cacti/plugin_audit
audit-plugin auditing cacti cacti-plugin
Last synced: about 1 month ago
JSON representation
Audit Plugin for Cacti
- Host: GitHub
- URL: https://github.com/cacti/plugin_audit
- Owner: Cacti
- License: gpl-2.0
- Created: 2017-02-26T03:56:46.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-09T18:53:08.000Z (7 months ago)
- Last Synced: 2024-11-09T19:36:02.659Z (7 months ago)
- Topics: audit-plugin, auditing, cacti, cacti-plugin
- Language: PHP
- Size: 349 KB
- Stars: 7
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Audit: audit.php
Awesome Lists containing this project
README
# audit
This plugin is to be used to track transactions in the Cacti database, when they
were made, by what IP address and by what login account. This can be used to
determine the root cause of issues created by users of the Cacti system.## Purpose
This plugin allows Cacti Administrators to log user change activity
## Features
* Log all $_POST activities to the Cacti Server that can change the contents of
the system.* Captures CLI commands and who ran them
## Installation
Install just like any other plugin, just throw it in the plugin directory, and
Install and Enabled from the Plugin Management Interface. Make sure the plugin
directory is named 'audit' and not 'plugin_audit'.Once this is done, you have to goto Configuration -> Settings -> Audit and define
data retention and turn on auditing.You can also enable file based logging for ingestion by Siem or Log analysis tools such as splunk
## Possible Bugs
If you figure out this problem, see the Cacti forums!
## Future Changes
Got any ideas or complaints, please log an issue on GitHub.
-----------------------------------------------
Copyright (c) 2004-2024 - The Cacti Group, Inc.