https://github.com/v0d1ch/nmis-parser
Haskell parser for nmis files 🍺
https://github.com/v0d1ch/nmis-parser
haskell nmis parser
Last synced: 4 months ago
JSON representation
Haskell parser for nmis files 🍺
- Host: GitHub
- URL: https://github.com/v0d1ch/nmis-parser
- Owner: v0d1ch
- License: bsd-3-clause
- Created: 2017-08-10T13:11:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T21:38:13.000Z (over 7 years ago)
- Last Synced: 2025-10-21T13:42:40.688Z (8 months ago)
- Topics: haskell, nmis, parser
- Language: Haskell
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NMIS parser
- NMIS stands for Network Management Information System
- Read about it on [wikipedia](https://en.wikipedia.org/wiki/NMIS).
| Nmis fields |
| --------------------------------|
| active |
| authkey |
| authpassword |
| authprotocol |
| businessService |
| accallstive |
| aucbqosthkey |
| aucollectthpassword |
| aucommunitythprotocol |
| bucontextsinessService |
| cacustomerlls |
| cbdependqos |
| codisplay_namellect |
| cogroupmmunity |
| cohostntext |
| culocationstomer |
| demax_msg_sizepend |
| dimax_repetitionssplay_name |
| grmodeloup |
| honamest |
| lonetTypecation |
| manotesx_msg_size |
| mapingx_repetitions |
| moportdel |
| naprivkeyme |
| neprivpasswordtType |
| noprivprotocoltes |
| piremote_connection_nameng |
| poremote_connection_urlrt |
| prroleTypeivkey |
| prserviceStatusivpassword |
| prservicesivprotocol |
| rethresholdmote_connection_name |
| retimezonemote_connection_url |
| rousernameleType |
| seuuidrviceStatus |
| seversionrvices |
| thwebserverreshold |
| tiwmipasswordmezone |
| uswmiusernameername |
| uuid |
| version |
| webserver |
| wmipassword |
| wmiusername |
Currently only String api is provided.
Plan is to support ByteString, Text as well as Streaming api.
You can find this library on [hackage](https://hackage.haskell.org/package/nmis-parser-0.1.0.0)