Menu

#24 Update logger module

Beta
open
nobody
daemon (16)
enhancement
1
2013-05-21
2013-03-29
No

The logger module currently uses syslog messages directly from the caller. We should change this so when logging a message it queues the message in a linked list to the logger module. Then the logger reads that list and writes them to the syslog.

We can also integrate an option so the cli can request a copy of message be sent to that session. Something like "terminal monitor" from the cli to register that console session with the logger and have copied output of all logged messages sent to that instance of the cli.

[#6]

Related

Feature Requests: #6

Discussion

  • BMG

    BMG - 2013-04-16

    Justin,
    Have you also looked at MRGT to monitor traffic in and out of the device. It will not really show compression or decompression but the amount of traffic in and out each interface. Maybe a good thing to add or test. Just have to make sure SNMP so it can collect data and have Apache or some webserver is running on the device so you can get to it to see graphs. I am going to try adding it to one of the machines I have built. I am using the opensuse appliance. I will let you know the results.

     
  • BMG

    BMG - 2013-04-16

    It is MRTG - website http://oss.oetiker.ch/mrtg/ .

     
  • Justin Yaple

    Justin Yaple - 2013-04-16

    Currently the performance counters for opennop are not exposed by any SNMP agent. Its something that I have considered just not yet had time to really get into developing until after all the other counters/statistics features have been implemented. No point unless I have something to show via the snmp agent.

    I will create a new feature request though just so its documented.

     
  • Justin Yaple

    Justin Yaple - 2013-05-21
    • Category: --> enhancement