Release of Cacti 0.8.7h

Important information about Cacti developments that all users should be interested in.

Moderators: Developers, Moderators

bonj87
Cacti User
Posts: 92
Joined: Fri Mar 26, 2010 7:42 am

Re: Release of Cacti 0.8.7h

Post by bonj87 »

i think im 90% there.. got the plugins.. they all look good.. but..
when i click on one of the plug in buttons up top.. i get this.. any ideas?
Attachments
87HHeader.jpg
87HHeader.jpg (86.7 KiB) Viewed 10692 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Release of Cacti 0.8.7h

Post by TheWitness »

In config.php there is a '$url_path' variable. You need to set it properly. Generally, it's $url_path = '/cacti/';

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
bonj87
Cacti User
Posts: 92
Joined: Fri Mar 26, 2010 7:42 am

Re: Release of Cacti 0.8.7h

Post by bonj87 »

rgr ! got it, thanks.. its working now, but for the past 15 minutes, im getting zero data on my graphs.. may reboot and see wasssup
bonj87
Cacti User
Posts: 92
Joined: Fri Mar 26, 2010 7:42 am

Re: Release of Cacti 0.8.7h

Post by bonj87 »

i got it 99% running.. except i had to fall back on the cmd.php and not the spine.exe poller.. spine stops graphing.. while cmd.php graphs, my pix connections only graphs using spine..
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Release of Cacti 0.8.7h

Post by TheWitness »

Graphics a fresh copy of spine if you downloaded it more than three days ago. Also, with spine, you must first install cygwin.
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
bonj87
Cacti User
Posts: 92
Joined: Fri Mar 26, 2010 7:42 am

Re: Release of Cacti 0.8.7h

Post by bonj87 »

i have cygwin installed. i was using spine before i upgraded to the latest version.
mikygee
Cacti User
Posts: 88
Joined: Thu Jul 30, 2009 3:13 am

Re: Release of Cacti 0.8.7h

Post by mikygee »

TheWitness wrote: Resolved in SVN:
-bug#0002083: When adding a new users, apache generates errors
TheWitness
Great job !

By the way, I've browsed the SVN and I'm wondering if you release patches from times to times that include the bugs or should we wait until the next release ?
I'm not talking about following the developpement branch which includes new features but about bug fixes only.
Some info about my system
- Cacti: 0.8.8g / OpenBSD 6.6
- Third Party: Nginx 1.16.1 / PHP 7.3.10 / MariaDB 10.3.18v1 / NET-SNMP version 5.8p2 / RRDTool 1.7.2
- Plugins: Weathermap 0.97c / Settings 0.71 / Thold 0.5 / Flowview 1.1 / Realtime 0.5.2 / Predict 1.0
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Release of Cacti 0.8.7h

Post by TheWitness »

There will be a forthcoming release in the next two weeks. In the mean time, you have the SVN.
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
yaffar22
Posts: 2
Joined: Tue Oct 25, 2011 12:38 pm

Re: Release of Cacti 0.8.7h

Post by yaffar22 »

Hello guys, I upgrade Cacti and my poller have one hour of delay. My graphs aren't in real time.

In the version 0.8.7g works fine and graphs were in "real time".

I have the correct php time.zone.
Attachments
Capture.PNG
Capture.PNG (29.09 KiB) Viewed 10634 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Release of Cacti 0.8.7h

Post by TheWitness »

There are two versions of this. One for the CLI and one for the Apache. Yes it's odd. Generally in PHP5.2+ you have two directories:

/etc/php5/cli/php.ini

and

/etc/php5/apache2/php.ini

You have to make the changes in both places and then restart Apache.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
yaffar22
Posts: 2
Joined: Tue Oct 25, 2011 12:38 pm

Re: Release of Cacti 0.8.7h

Post by yaffar22 »

Thanks my friend your are the best :), cacti 0.8.7h PIA 3.0 works fine ubuntu server 10.04, mysql 5.1.41, php 5.3.2 :)

Best regards
rudw0lf
Posts: 6
Joined: Tue Nov 08, 2011 2:14 am
Location: Samara, Russia
Contact:

Re: Release of Cacti 0.8.7h

Post by rudw0lf »

Bug in spine?

I`ve updated old cacti instalation. Cacti 0.8.7g -> 0.8.7h
Work time of spine have increased three-time.
I was wathing the logs when I found it:
Old spine:
DEBUG: The log_destination variable is 4 (STDOUT)
DEBUG: The path_php variable is /usr/bin/php
DEBUG: The availability_method variable is 2
DEBUG: The ping_recovery_count variable is 3
DEBUG: The ping_failure_count variable is 2
DEBUG: The ping_method variable is 1
DEBUG: The ping_retries variable is 1
DEBUG: The ping_timeout variable is 400
DEBUG: The snmp_retries variable is 1
DEBUG: The log_perror variable is 1
DEBUG: The log_pwarn variable is 0
DEBUG: The boost_redirect variable is 0
DEBUG: The log_pstats variable is 0
DEBUG: The threads variable is 60
DEBUG: The polling interval is 60 seconds
DEBUG: The number of concurrent processes is 24
DEBUG: The script timeout is 30
DEBUG: The number of php script servers to run is 10
DEBUG: StartHost='-1', EndHost='-1', TotalPHPScripts='1
DEBUG: The PHP Script Server is Required
DEBUG: The Maximum SNMP OID Get Size is 40
Version 0.8.7g starting
<cuted>
Host[351] SNMP Result: Host did not respond to SNMP
Host[351] TH[1] NOTE: There are '72' Polling Items for this Host
Host[351] TH[1] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
<cuted>
Time: 18.7864 s, Threads: 60, Hosts: 111

New spine:
DEBUG: The log_destination variable is 4 (STDOUT)
DEBUG: The path_php variable is /usr/bin/php
DEBUG: The availability_method variable is 2
DEBUG: The ping_recovery_count variable is 3
DEBUG: The ping_failure_count variable is 2
DEBUG: The ping_method variable is 1
DEBUG: The ping_retries variable is 1
DEBUG: The ping_timeout variable is 400
DEBUG: The snmp_retries variable is 1
DEBUG: The log_perror variable is 1
DEBUG: The log_pwarn variable is 0
DEBUG: The boost_redirect variable is 0
DEBUG: The log_pstats variable is 0
DEBUG: The threads variable is 60
DEBUG: The polling interval is 60 seconds
DEBUG: The number of concurrent processes is 24
DEBUG: The script timeout is 30
DEBUG: The number of php script servers to run is 10
DEBUG: StartHost='-1', EndHost='-1', TotalPHPScripts='1
DEBUG: The PHP Script Server is Required
DEBUG: The Maximum SNMP OID Get Size is 40
Version 0.8.7h starting
<cuted>
Host[351] SNMP Ping Error: Unknown error: 2
Host[351] SNMP Ping Error: Unknown error: 2
Host[351] SNMP Ping Error: Unknown error: 2
Host[351] SNMP Result: Host did not respond to SNMP
Host[351] TH[1] NOTE: There are '71' Polling Items for this Host
Host[351] TH[1] Total Time: 48 Seconds
Host[351] TH[1] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
<cuted>
Time: 50.9885 s, Threads: 60, Hosts: 111
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Release of Cacti 0.8.7h

Post by TheWitness »

Is this from svn or release?
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
rudw0lf
Posts: 6
Joined: Tue Nov 08, 2011 2:14 am
Location: Samara, Russia
Contact:

Re: Release of Cacti 0.8.7h

Post by rudw0lf »

No, the stable version downloaded from the site. Operating system version - OEL 6
Cacti Version 0.8.7h
Cacti OS OEL 6u8
SNMP Version NET-SNMP version: 5.5.1
RRDTool Version RRDTool 1.4.x
Last Run Statistics SYSTEM STATS: Time:30.6223 Method:spine Processes:4 Threads:800 Hosts:2593 HostsPerProcess:649 DataSources:93729 RRDsProcessed:56786
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Release of Cacti 0.8.7h

Post by TheWitness »

Well the output is good. Do me a favor. Download from SVN branches/0.8.7 and rerun that very same test and show me the output again.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Locked

Who is online

Users browsing this forum: No registered users and 0 guests