Skip to content

Commit 4bb59d3

Browse files
Added documentation notes that system currently only supports V3 SNMP traps.
1 parent dfe12d2 commit 4bb59d3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# About
44

5-
SIMProx is a Windows service that provides a junction between SNMP traps and database operations. The service can also act as a singleton forwarding proxy agent for SNMP messages from configured agent sources.
5+
SIMProx is a Windows service that provides a junction between SNMP V3 traps and database operations. The service can also act as a singleton forwarding proxy agent for SNMP messages from configured agent sources.
66

77
## Requirements
88
* 64-bit Windows 10 / Windows 2016 Server or newer.
@@ -148,6 +148,8 @@ SNMP sources and database operation mappings are managed through an XML file tha
148148
Value .1
149149
Name .2
150150
151+
Note that system is currently configured to only respond to V3 SNMP traps.
152+
151153
Flow states: Success, Warning, Alarm, Error, Information, Failover, Synchronize, Reschedule
152154
153155
Note that mapped database operations use integer value from specified flow state based on following enumeration:

Source/Applications/SIMProx/SIMProx/simprox.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
Publisher .6
1313
Process .7
1414
Downloader .8
15-
Signal Index .N
15+
Signal Index .N (see https://github.com/GridProtectionAlliance/SIMProx#common-statistics)
1616
Value .1
1717
Name .2
18+
19+
Note that system is currently configured to only respond to V3 SNMP traps.
1820
1921
Flow states: Success, Warning, Alarm, Error, Information, Failover, Synchronize, Reschedule
2022

Source/SIMProx.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
4646
ProjectSection(SolutionItems) = preProject
4747
LICENSE.txt = LICENSE.txt
4848
NOTICE.txt = NOTICE.txt
49+
..\README.md = ..\README.md
4950
SIMProx.snk = SIMProx.snk
5051
..\Build\Scripts\SIMProx.version = ..\Build\Scripts\SIMProx.version
5152
EndProjectSection

0 commit comments

Comments
 (0)