librenms/misc/mib2c.conf
Neil Lathwood edae33507a feature: Added script to generate config for new OS (#7161)
* feature: Added script to generate config for new OS

* scrut fixes
2017-09-04 21:38:09 +01:00

8 lines
116 B
Plaintext

@open -@
data:
@foreach $t table@
@foreach $c column@
- { name: $c, oid: $c.objectID }
@end@
@end@