Import Perfomance Data
Import Perfomance Data
I have a CSV file that has some historical performance data that I would like to import into NagiosXI so I can have it all in the same place. Has Anyone done this? If so any hints or tips.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Import Perfomance Data
Boy, it might be out there but I am not aware of a ready made CSV to RRD importer.
The performance data is stored in RRD riles, you could look into trying to convert your data to RRD and then at you'll find a python2 script merge-rrd
http://people.ee.ethz.ch/~oetiker/webto ... b/contrib/ you'll find a python2 script merge-rrd
The performance data is stored in RRD riles, you could look into trying to convert your data to RRD and then at you'll find a python2 script merge-rrd
http://people.ee.ethz.ch/~oetiker/webto ... b/contrib/ you'll find a python2 script merge-rrd
Re: Import Perfomance Data
Yea, I was just checking to see if I could save a little time. . Was thinking about writing a perl script to parse the csv and put it in rrd xml format and doing a restore that way. But was being lazy.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Import Perfomance Data
If you do find an easier solution to this please do share.