-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
# trapdirector | ||
Icingaweb2 module for receiving and handling snmp traps | ||
|
||
Projet objective : | ||
Projet features : | ||
|
||
- Receive traps using only net-snmp trapd daemon | ||
- Receive and handle traps using only net-snmp trapd daemon | ||
- See all traps received by the system | ||
- Create rules based on trap and trap elements to send status to icinga services. | ||
- Be able to decode oid and add mibs | ||
- Update icinga services based on rules : host or hostgroups and traps data updates service status. | ||
- OID decode to text, add mib files. | ||
|
||
Project status : ongoing developpement | ||
(Some code is taken directly from trapoola.) | ||
Project status : Testing code before first beta release | ||
|
||
Have a look at : | ||
* installation doc : ![Installation](docs/01-install.md) | ||
|
||
* Ongoing doc : ![Traps](docs/02-traps.md) | ||
|
||
* Receiver : ![Basic schema](docs/20-receiver-logic.md) | ||
* Trap receiver logic : ![Basic schema](docs/20-receiver-logic.md) | ||
|