Support for development: QuickMon - SNMP tool

Hi,

I’m looking for someone who has Mikrotik devices to help me on template creation for QuickMon (https://github.com/renatoferreirarenatoferreira/quickmon). It is not a hard work, something like sending the return from a snmpwalk command of a running device will be useful (I will write the whole template). I had worked with Mikrotik in past, but I don’t have access to any device nowadays and the virtual version does not provide important information like signal strength, noise and so on.

I have started the template already:

{
    "License Information": {
        "Type": "List",
        "Order": 0,
        "Items": {
            "mtxrLicSoftwareId": {
                "OID": "1.3.6.1.4.1.14988.1.1.4.1.0",
                "Order": 0
            },
            "mtxrLicUpgrUntil": {
                "OID": "1.3.6.1.4.1.14988.1.1.4.2.0",
                "Order": 1,
                "Type": "DateAndTime"
            },
            "mtxrLicLevel": {
                "OID": "1.3.6.1.4.1.14988.1.1.4.3.0",
                "Order": 2
            },
            "mtxrLicVersion": {
                "OID": "1.3.6.1.4.1.14988.1.1.4.4.0",
                "Order": 3
            },
            "mtxrLicUpgradableTo": {
                "OID": "1.3.6.1.4.1.14988.1.1.4.5.0",
                "Order": 4
            }
        }
    },
    "CPU Load": {
        "Order": 1,
        "Type": "Graph",
        "Unit": "%",
        "Interval": 5000,
        "Items": {
            "CPU Load": {
                "Order": 0,
                "Type": "Int",
                "OID": "1.3.6.1.4.1.2021.11.52.0"
            }
        }
    }
}

Other templates: https://github.com/renatoferreirarenatoferreira/quickmon/tree/master/MainResources/SNMPTemplates

Anyone interested, send me a private message, contact me using github or even post here in this thread.

Thank-you,
Renato A. Ferreira