librenms-librenms/misc/mib2c.conf

8 lines
116 B
Plaintext
Raw Normal View History

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