Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleJSON data from the Alcatel ISIS producer
{
    "host": {
        "alcatel_isis": {
            "data": {
                "ip_address": "", 
                "link": "", 
                "name": "NU-TUG-LM-02", 
                "osi_address": "4700230000000100010001000100206066D6F81D", 
                "ots": "NA", 
                "type": "ne1626LM"
            }, 
            "name": "NU-TUG-LM-02", 
            "neighbours": [
                {
                    "metric": "12", 
                    "name": "NU-ORE-TSS-01"
                }
            ]
        }, 
        "name": "NU-TUG-LM-02", 
        "version": 1
    }
}

t

NOCLook

NOCLook is one of the possible consumer for the collected NERDS data. It is a web app built with Django and the Neo4j graph database.

...