cca4477792
Probe sysName/sysDescr/sysObjectID for alive hosts, persist SNMP outcomes, and expose scan SNMP data via REST. Made-with: Cursor
7 lines
172 B
Bash
7 lines
172 B
Bash
HTTP_ADDR=:8080
|
|
STORE_BACKEND=memory
|
|
# DB_DSN=postgres://nettopo:nettopo@localhost:5432/nettopo?sslmode=disable
|
|
RUN_MIGRATIONS=true
|
|
SNMP_ENABLED=true
|
|
SNMP_COMMUNITY=public
|