Rich Bennett | 9847631 | 2018-08-25 10:43:15 -0400 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | Human Interfaces |
| 5 | ================ |
| 6 | |
| 7 | Graphical |
| 8 | ^^^^^^^^^ |
| 9 | |
| 10 | There are no graphical interfaces for snmptrap. |
| 11 | |
| 12 | Command Line |
| 13 | ^^^^^^^^^^^^ |
| 14 | |
| 15 | There is a command line interface available, which is a shell script |
Ladue, David (dl3158) | bb89689 | 2018-10-16 16:29:58 -0400 | [diff] [blame] | 16 | that provides all needed interactions with **trapd**. |
Rich Bennett | 9847631 | 2018-08-25 10:43:15 -0400 | [diff] [blame] | 17 | |
| 18 | Usage |
| 19 | """"" |
| 20 | |
| 21 | ``bin/snmptrapd.sh [start|stop|restart|status|reloadCfg]`` |
| 22 | |
| 23 | start - start an instance of snmptrapd inside the container |
| 24 | |
| 25 | stop - terminate the snmptrapd process currently running inside container |
| 26 | |
Ladue, David (dl3158) | bb89689 | 2018-10-16 16:29:58 -0400 | [diff] [blame] | 27 | restart - restart an instance of snmptrapd inside current container (NOTE: this may cause container to exit depending on how it was started!) |
Rich Bennett | 9847631 | 2018-08-25 10:43:15 -0400 | [diff] [blame] | 28 | |
| 29 | status - check and display status of snmptrapd inside container |
| 30 | |
Ladue, David (dl3158) | bb89689 | 2018-10-16 16:29:58 -0400 | [diff] [blame] | 31 | reloadCfg - signal current instance of snmptrapd to re-request configuration from Config Binding Service (NOTE: Known issue for configurations that include SNMPv3 credentials, this option will not work as expected) |