Page 1 of 1

Convert .CSV file into Graphs

Posted: Mon Mar 25, 2013 12:58 pm
by rajthegladiator
HI,


SDC (static data collector) is the application that collects the data from OLT in saves into
csv format, We need to present the data in NagoisXi in graphical format by using SDC output.

can we create the Graph from that .CSV file.



After every 10 min the data will be generated from OLT and will be saved in the .CSV file and simultaneously the graph should generate it.

just want to know that whether it is possible to do it or we have to write script for the same.

______________________________________________________________________________________________________________________________________________

We also want to know whether we can create a backup of configuration details of a particular devices (OLT,Swiches,Firewall,etc)

is there any plugin or add on for the same or we need to write a script.






Thanks

Re: Convert .CSV file into Graphs

Posted: Mon Mar 25, 2013 1:07 pm
by abrist
You may want to look at google charts or highcharts. Google charts only supports JSON, but a small jquery addon can convert csv to json. We use highcharts in XI for the graph explorer, though we are not parsing csv. I found a good blog post concerning these options:
http://liewdaryl.wordpress.com/2012/10/ ... ta-source/

Re: Convert .CSV file into Graphs

Posted: Wed Nov 27, 2013 12:29 am
by WilsonJohn
For converting .CSV file into graphs you can use a charting software koolchart which uses javascript charts for doing this.

Re: Convert .CSV file into Graphs

Posted: Wed Nov 27, 2013 9:56 am
by scottwilkerson
rajthegladiator wrote:...
We also want to know whether we can create a backup of configuration details of a particular devices (OLT,Swiches,Firewall,etc)
...
for a single devices configuration, this would be as simple as grabbing the config files from

Code: Select all

/usr/local/nagios/etc/hosts/<HOSTNAME>.cfg
/usr/local/nagios/etc/services/<HOSTNAME>.cfg