An open API service indexing awesome lists of open source software.

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 🍺

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)