Cacti 0.8.6k Beta 1 Available for Testing

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

Moderators: Developers, Moderators

User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

TheWitness wrote:apperrault,

What typically works well for me is the following:

0) If you are using the PIA, install those files into your installation directory.
1) In your install directory, modify the config.php file per your site specifications
2) Add plugins etc to the installation directories plugin directory as required.
3) Backup your production environment with the exception of the RRA folder
4) Copy all "Non-Standard" scripts from <production_path>/cacti/scripts to <install_path>/cacti/scripts. Do not overwrite any "standard" scripts.
5) Alter all PHP scripts and change "include("../include/config.php')" to "include('../include/global.php')".
6) Change ownership on the installation directory to what your web server requires
7) Then, finally "cp -rp <installation_path>/cacti <production_path>/cacti"
Step 7 should be to move the current production to another directory, then mv the new cacti to the originals production name, then move the contents of the rra folder from the previous production to the new production.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
rcaston
Cacti User
Posts: 204
Joined: Tue Jan 06, 2004 7:47 pm
Location: US-Dallas, TX
Contact:

Post by rcaston »

cigamit wrote:
rcaston wrote:You are right, it does work for all other graph types, including one of my own custom data queries..

However, for some reason "SNMP - Interface Statistics" is not working right.
"SNMP - Interface Statistics" seems to work fine on my install for me.
I'm not sure what I was doing wrong before; but sometime after having lunch this issue went away. Perhaps I was using the wrong data-type in the drop down.

It does work now. Perhaps my issue was hunger related .. heh

In other news; this beta release has resolved some of site hanging issues I was having in the past. Also, did the font get larger for the graph titles?
Last edited by rcaston on Thu Jul 26, 2007 3:40 pm, edited 1 time in total.
cigamit
Developer
Posts: 3369
Joined: Thu Apr 07, 2005 3:29 pm
Location: B/CS Texas
Contact:

Post by cigamit »

rcaston wrote:Also, did the font get larger for the graph titles?
Yes, seems the default got changed. You can change them back by clicking on the Settings tab while viewing the graphs. 9 for title and 8 for everything else was what they used to be.
bdbrumm
Cacti User
Posts: 51
Joined: Mon Aug 12, 2002 3:16 pm

graph font size

Post by bdbrumm »

12-10-8-8 (title/legend/axis/unit) was the font setting in prior versions.

It would appear that the thumbnail and normal graph titles used to be bolded.
It almost seems like that the font for title/legend is scaled up by about 2 in the new version for the normal graphs.
The thumbnails look like they did previously, minus the bolding for the titles. Minor issue.
User avatar
TheWitness
Developer
Posts: 17059
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Relative to font's for this release. In the past you had to specify both a file and a font size for the settings to take place. Now you only have to specify the size.

The precedence remains the same:

User
System
Defaults

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?
BIGHard
Cacti User
Posts: 66
Joined: Mon May 28, 2007 7:32 pm

Post by BIGHard »

the host_templates.php has an error - when editing a host template it links to

Code: Select all

host_templates.php?template_edit=(...) 
instead of

Code: Select all

host_templates.php?edit=(...)
patch attached :)
Attachments
host_templates.php.patch
patch host_templates.php &lt; host_templates.php.patch
(687 Bytes) Downloaded 3247 times
User avatar
TheWitness
Developer
Posts: 17059
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Fix applied to SVN. Thanks!!

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?
User avatar
TheWitness
Developer
Posts: 17059
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Rodnie,

The issue with your Create Graph page has been fixed in SVN. There were a few other minor issues corrected as well. They will be produced in the next beta if that is to occur. All depends...

Larry
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?
User avatar
TheWitness
Developer
Posts: 17059
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

rony wrote:
TheWitness wrote:apperrault,

What typically works well for me is the following:

0) If you are using the PIA, install those files into your installation directory.
1) In your install directory, modify the config.php file per your site specifications
2) Add plugins etc to the installation directories plugin directory as required.
3) Backup your production environment with the exception of the RRA folder
4) Copy all "Non-Standard" scripts from <production_path>/cacti/scripts to <install_path>/cacti/scripts. Do not overwrite any "standard" scripts.
5) Alter all PHP scripts and change "include("../include/config.php')" to "include('../include/global.php')".
6) Change ownership on the installation directory to what your web server requires
7) Then, finally "cp -rp <installation_path>/cacti <production_path>/cacti"
Step 7 should be to move the current production to another directory, then mv the new cacti to the originals production name, then move the contents of the rra folder from the previous production to the new production.
Ah yes, (I'm still kind of Windowsie) the good old move command. Should work like a charm.

Larry
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?
pbulteel
Cacti User
Posts: 150
Joined: Fri Sep 05, 2003 9:20 am
Location: London
Contact:

Post by pbulteel »

Are there any changes to the database schema that would affect the 0.8.6i database? Are they backwards compatible?

In the upgrade instructions I don't see a backup database step. ;)

Just being cautious!

I noticed one of the features is a rra_path variable. Does this mean we can now place our rras somewhere outside the cacti directory? This would be great as upgrading would be simplified.

Great work guys! As always.

-P
uname -a
User avatar
fmangeant
Cacti Guru User
Posts: 2345
Joined: Fri Sep 19, 2003 8:36 am
Location: Sophia-Antipolis, France
Contact:

Post by fmangeant »

Using the latest SVN snapshot, adding 2 hosts (one 'up' and one 'down') results in the second host being 'unknown', even after several poller cycles.

I'm using the default 5 minute interval, and cmd.php as a poller.

Here are the polling stats :

Code: Select all

07/27/2007 09:30:02 AM - SYSTEM STATS: Time:1.1476 Method:cmd.php Processes:1 Threads:N/A Hosts:3 HostsPerProcess:3 DataSources:15 RRDsProcessed:12
Don't know why Cacti sees 3 devices...
Attachments
device_unknown.PNG
device_unknown.PNG (16.21 KiB) Viewed 23192 times
cacti.log.txt
(14.05 KiB) Downloaded 3327 times
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
User avatar
TheWitness
Developer
Posts: 17059
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

My bad, but been that way for a while. The third device is for non-host based polling/data sources. I should have called it something else, but what the heck.

Larry
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?
User avatar
TheWitness
Developer
Posts: 17059
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Also note, with cmd.php, a device will remain unknown until it has graphs.

Larry
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?
User avatar
gilles
Cacti User
Posts: 250
Joined: Tue Jul 12, 2005 8:16 pm

question

Post by gilles »

is this normal when i add a tree item ?

before it was "daily (5min)"
Attachments
Image1.jpg
Image1.jpg (156.39 KiB) Viewed 23149 times
User avatar
fmangeant
Cacti Guru User
Posts: 2345
Joined: Fri Sep 19, 2003 8:36 am
Location: Sophia-Antipolis, France
Contact:

Post by fmangeant »

TheWitness wrote:Also note, with cmd.php, a device will remain unknown until it has graphs.
Sorry about that, I haven't used cmd.php for decades :oops:
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests