https://github.com/cacti/plugin_evidence
Something, something, about something...
https://github.com/cacti/plugin_evidence
Last synced: 11 months ago
JSON representation
Something, something, about something...
- Host: GitHub
- URL: https://github.com/cacti/plugin_evidence
- Owner: Cacti
- License: lgpl-2.1
- Created: 2024-06-21T11:58:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T10:07:17.000Z (11 months ago)
- Last Synced: 2025-07-25T16:37:00.587Z (11 months ago)
- Language: PHP
- Size: 950 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin_evidence for Cacti
## Try find serial number, version and important information about devices
A lot of vendors support SNMP Entity MIB (HPE, Synology, Cisco, Mikrotik, Fortinet, etc).
There is information about serial numbers, part numbers, versions, firmware, etc.
For few vendors I have added vendor specific OIDs (Aruba, Mikrotik, Synology, ..).
It can be useful when you need to find serial number, firmware change, or problematic firmware.
## Author
Petr Macek (petr.macek@kostax.cz)
## Installation
Copy directory plugin_evidence to plugins directory (keep lowercase)
Check file permission (Linux/unix - readable for www server)
Enable plugin (Console -> Plugin management)
Configure plugin (Console -> Settings -> Evidence tab
## How to use?
You will see information about serial numbers and version on each supported device
You can use the Evidence tab or link on edit device page
## Upgrade
Copy and rewrite files
Check file permission (Linux/unix - readable for www server)
Disable and deinstall old version (Console -> Plugin management)
Import ent.sql (described in data/README.md)
Install and enable new version (Console -> Plugin management)
## Possible Bugs or any ideas?
If you find a problem, let me know via github or https://forums.cacti.net
## Changelog
--- 0.3
Add generic snmp info
--- 0.2
Better data display
--- 0.1
Beginning
--- Based on SNVer plugin 0.6