Cant able to get graph
-
siriideepak
- Posts: 78
- Joined: Tue Feb 28, 2012 7:21 am
Re: Cant able to get graph
Hi,
Still the same output.
Regards,
Deepak.P
Still the same output.
Regards,
Deepak.P
You do not have the required permissions to view the files attached to this post.
-
siriideepak
- Posts: 78
- Joined: Tue Feb 28, 2012 7:21 am
Re: Cant able to get graph
Hi,
This issue is caused after the restoration of nagiosxi from rhel5 32bit to rhel6 64bit due to variations in version. In old machine rhel5 32bit version rrdtool 1.4.4 and perl 5.8.8 but in new machine rhel6 64bit rrdtool 1.3.8 and perl 5.10.1. Due to this issue is caused. Kindly check and update on this.Thanks!!.
Regards,
Deepak.P
This issue is caused after the restoration of nagiosxi from rhel5 32bit to rhel6 64bit due to variations in version. In old machine rhel5 32bit version rrdtool 1.4.4 and perl 5.8.8 but in new machine rhel6 64bit rrdtool 1.3.8 and perl 5.10.1. Due to this issue is caused. Kindly check and update on this.Thanks!!.
Regards,
Deepak.P
-
siriideepak
- Posts: 78
- Joined: Tue Feb 28, 2012 7:21 am
Re: Cant able to get graph
HI,
When i run the following command
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok
It shows the following output.
Regards,
Deepak.P
When i run the following command
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok
It shows the following output.
Regards,
Deepak.P
You do not have the required permissions to view the files attached to this post.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Cant able to get graph
Those RRDs were created in a 32-bit environment and will not be accessible in a 64-bit environment unless you translate them which requires dumping them to XML and re-building them. You can test this with one of your smaller RRDs as an example. Be sure you have at least 3-5x the disk space of the old system on the new one as exporting them to XML will take a ton of space:
http://blog.remibergsma.com/2012/04/30/ ... itectures/
http://blog.remibergsma.com/2012/04/30/ ... itectures/
-
siriideepak
- Posts: 78
- Joined: Tue Feb 28, 2012 7:21 am
Re: Cant able to get graph
Hi,
It also producing error when running the command.
Regards,
Deepak.P
It also producing error when running the command.
Regards,
Deepak.P
You do not have the required permissions to view the files attached to this post.
Re: Cant able to get graph
The stats.rrd command was an *example*, it was not literally meant to be run. A more detailed explanation can be found on our FAQ:
http://support.nagios.com/wiki/index.ph ... Install.3F
http://support.nagios.com/wiki/index.ph ... Install.3F
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
siriideepak
- Posts: 78
- Joined: Tue Feb 28, 2012 7:21 am
Re: Cant able to get graph
Hi,
As per your advice i done the following using the link you provided still no graph.
Regards,
Deepak.P
As per your advice i done the following using the link you provided still no graph.
Regards,
Deepak.P
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Cant able to get graph
Did you recreate all or some of the rrds? What are the permissions on the new files? What is the error you are getting now? What commands did you use to accomplish this?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
siriideepak
- Posts: 78
- Joined: Tue Feb 28, 2012 7:21 am
Re: Cant able to get graph
Hi,
This issue is caused after the restoration of nagiosxi from rhel5 32bit to rhel6 64bit due to variations in version. In old machine rhel5 32bit version rrdtool 1.4.4 and perl 5.8.8 but in new machine rhel6 64bit rrdtool 1.3.8 and perl 5.10.1. Due to this issue is caused. Kindly check and update on this.Thanks!!.
When i commented the libadd line in mrtg.cfg and run "LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok" it shows "this rrd was created on another archtecture"
When i remove the comment for libadd ad run "LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok" it shows "ERROR: CFG Error in libadd, line34: /opt/rrdtool-1.4.4/lib/perl/5.8.8/i386-linux-thread-multi/"
Is it good to comment the line libadd in mrtg.cfg or it should be uncommented. If it is Uncommented what path should i need to give. Kindly advice.
Regards,
Deepak.P
This issue is caused after the restoration of nagiosxi from rhel5 32bit to rhel6 64bit due to variations in version. In old machine rhel5 32bit version rrdtool 1.4.4 and perl 5.8.8 but in new machine rhel6 64bit rrdtool 1.3.8 and perl 5.10.1. Due to this issue is caused. Kindly check and update on this.Thanks!!.
When i commented the libadd line in mrtg.cfg and run "LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok" it shows "this rrd was created on another archtecture"
When i remove the comment for libadd ad run "LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok" it shows "ERROR: CFG Error in libadd, line34: /opt/rrdtool-1.4.4/lib/perl/5.8.8/i386-linux-thread-multi/"
Is it good to comment the line libadd in mrtg.cfg or it should be uncommented. If it is Uncommented what path should i need to give. Kindly advice.
Regards,
Deepak.P
You do not have the required permissions to view the files attached to this post.
-
siriideepak
- Posts: 78
- Joined: Tue Feb 28, 2012 7:21 am
Re: Cant able to get graph
Hi,
Kindly see the above one and continue this. Attachments for permission backup restore.
Backup = rrdtool dump 192.168.100.10_5218.rrd > 192.168.100.10_5218.xml
restore = rrdtool -f 192.168.10_5218.xml 192.168.100.10_5218.rrd
These 2 command works with no errors.
Regards,
Deepak.P
Kindly see the above one and continue this. Attachments for permission backup restore.
Backup = rrdtool dump 192.168.100.10_5218.rrd > 192.168.100.10_5218.xml
restore = rrdtool -f 192.168.10_5218.xml 192.168.100.10_5218.rrd
These 2 command works with no errors.
Regards,
Deepak.P
You do not have the required permissions to view the files attached to this post.