[quote4a923bcd83="janos"]First thanks for the great software.
I'm new to NetMRG, just installed version 0.19 from svn on my up to date gentoo testing server, and love it already, specially the gatherer.[/quote4a923bcd83]
Thanks!
[quote4a923bcd83="janos"]- Once installed there were some tables and fields missing on the database and had to manually upgrade the DB to version 0.20cvs because updater.php said that software version was 0.19 and no more, but i guess this has something to do with the fact that i got the sofware from svn.[/quote4a923bcd83]
This is just a byproduct of the SVN version. You can force the updater to run the updates for the next version.
[quote4a923bcd83="janos"]- Errors generating graphics due to unscaped characters on the comment fields of the graph table, specifically on the "Linux Box - LAN Traffic" template. The comment is
[code14a923bcd83]Interface: %ifDescr%%n IP: %ifIP%[/code14a923bcd83]
replaced with this to solve it
[code14a923bcd83]Interface\: %ifDescr%%n IP\: %ifIP%[/code14a923bcd83][/quote4a923bcd83]
We had problems with this before, maybe it's not quite fixed. Check out
bug#288 and feel free to submit a new bug if you're still having this problem.
[quote4a923bcd83="janos"]- When appliying a template more than once to a subdevice it creates a new graphic even if it's the same template and I don't see any way of deleting them on the web interface, don't know how to fix this yet other than deleting the subdevice and recreating it.[/quote4a923bcd83]
You can scroll to the bottom of the view page (the one with all the grpahs) and click the 'edit' link to delete the broken or duplicate graph link.
[quote4a923bcd83="janos"]- Right now i'm trying to get Graphs Templates working, but i don't know how the template knows which datasource to use, it says "Fixed Value" on the Data->Monitor part and seems like i can change it into a specific datasource, but then it would stopped been a template. Specific doc or any explanation on how the template system works would be appretiated.[/quote4a923bcd83]
Actually, you're on the right track. Selecting a specific monitor doesn't make it stop being a template, but just makes it use the configurations for that monitor when it goes to create the next template.
This is what we use the template group for - we'll create template linux boxes that we'll configure all the sub devices and monitors and use that device for the source of our template graphs. We realize this isn't the easiest to deal with, but it does keep your templates from breaking if you delete the device.