1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-11 01:10:37 +02:00

Add nsd-control (#454)

* Create nsd_control.py

Init nsd_control.py

* cleanup nsd-control + add test data

- Cleanup nsd-control parser
- Add test data

* add test script

add test script + fix test data

* Update test_nsd_control.py

fix a default test

* Update test_nsd_control.py

nit
This commit is contained in:
pettai
2023-10-01 00:36:52 +02:00
committed by GitHub
parent eae1d4b89a
commit a1f10928e1
9 changed files with 326 additions and 0 deletions

View File

@ -92,6 +92,7 @@ parsers: List[str] = [
'mpstat-s',
'netstat',
'nmcli',
'nsd-control',
'ntpq',
'openvpn',
'os-prober',