Graphs created by the mib compiler don't work with NRTG
Description
The graphs created by the MIB compiler end with a '\n' character rather than ' n'. This doesn't cause problems rendering normal graphs, but breaks the NRTG tool as it becomes a newline character which splits the javascript rrdGraphString variable definition to two lines which is a syntax error.
A single character pull request will be forthcoming that fixes it.
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Seth Leger January 27, 2015 at 11:07 AM
commit 13f8017417f88786e015e6a546650e3134d709c6
Seth Leger January 27, 2015 at 11:06 AM
It turns out that Alejandro already merged this pull request back on Oct 1 before 14 shipped. Marking as fixed.
The graphs created by the MIB compiler end with a '\n' character rather than '
n'. This doesn't cause problems rendering normal graphs, but breaks the NRTG tool as it becomes a newline character which splits the javascript rrdGraphString variable definition to two lines which is a syntax error.
A single character pull request will be forthcoming that fixes it.