I found two minor issues after upgrade to php5.3.3, they might be the same as you have found: eregi_replace() and split() are deprecated. Easy enough to fix: change to new functions and add /'s to the pattern (eregi needs /i on the end instead of /)TheWitness wrote:The issue above was end user error in merging the PIA beta with their environment. However, there have been two 'minor' issues reported with the new beta. These will be addressed in release.
TheWitness
PIA 2.9 Beta
Moderators: Developers, Moderators
-
- Cacti User
- Posts: 168
- Joined: Fri Sep 12, 2008 2:41 am
- Location: Sweden
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
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?
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?
yes sir
Re: yes sir
Guys,zorrosam wrote:i confirm ... i have fixed it :
http://www.phpfreaks.com/forums/index.p ... hpk8ekvt24
i repeat that there's a problem :
in the archive of PIA 2.9 this is the file config.php.dist
.....
/* load up old style plugins here */
$plugins = array();
//$plugins[] = 'thold';
.....
The array is active.
Without it the old plugins don't work.
But we need this variable for have enable the old generations plugins ... naturally without each single plugin in the array.
Are you agree that will be better delete the comment and the row comment out of thold .. and refresh the desc of this array?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
execute the following query:
verify your permissions and try again.
TheWitness
Code: Select all
delete from settings where name='oldplugins'
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?
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?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
I'll pull it out of the 2.9 release, the entry in config.php.dist.
TheWitness
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?
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?
Am I running into this Cron 5 Poller 1 bug?
So I followed the directions here to enable 1 minute Poller:
http://forums.cacti.net/viewtopic.php?t ... c&start=15
But, I'm getting -NAN for all graphs. This is on a new install so it's not terribly urgent, but the bosses would like something working. So here's an exerpt from my DEBUG level log:
It looks like the cmd.php 0 0 is what's returning no values. But cmd.php 1 1 and cmd.php 3 3 return values. Is this the bug that others are suffering from? I'm running Ubuntu 10.04 x32 0.8.7g and PIA2.8. Thanks![/code]
http://forums.cacti.net/viewtopic.php?t ... c&start=15
But, I'm getting -NAN for all graphs. This is on a new install so it's not terribly urgent, but the bosses would like something working. So here's an exerpt from my DEBUG level log:
Code: Select all
08/25/2010 03:37:01 PM - POLLER: Poller[0] NOTE: There are no items in your poller for this polling cycle!
08/25/2010 03:37:00 PM - SYSTEM STATS: Time:0.1075 Method:cmd.php Processes:1 Threads:N/A Hosts:1 HostsPerProcess:1 DataSources:7 RRDsProcessed:0
08/25/2010 03:37:00 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
08/25/2010 03:37:00 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/usr/share/cacti/site/cmd.php" 0 0]
08/25/2010 03:36:20 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=-94608000 --end=-7200 --title='NG-Core - Traffic - Mu30' --rigid --base=1000 --height=120 --width=500 --alt-autoscale-max --lower-limit=0 --vertical-label='bits per second' --slope-mode --font TITLE:12: --font AXIS:8: --font LEGEND:10: --font UNIT:8: DEF:a="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_in:AVERAGE DEF:b="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_out:AVERAGE CDEF:cdefa=a,8,* CDEF:cdefe=b,8,* AREA:cdefa#00CF00FF:"Inbound" GPRINT:cdefa:LAST:" Current\:%8.2lf %s" GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" LINE1:cdefe#002A97FF:"Outbound" GPRINT:cdefe:LAST:"Current\:%8.2lf %s" GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n"
08/25/2010 03:36:19 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=-86400 --end=-60 --title='NG-Core - Traffic - Mu30' --rigid --base=1000 --height=120 --width=500 --alt-autoscale-max --lower-limit=0 --vertical-label='bits per second' --slope-mode --font TITLE:12: --font AXIS:8: --font LEGEND:10: --font UNIT:8: DEF:a="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_in:AVERAGE DEF:b="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_out:AVERAGE CDEF:cdefa=a,8,* CDEF:cdefe=b,8,* AREA:cdefa#00CF00FF:"Inbound" GPRINT:cdefa:LAST:" Current\:%8.2lf %s" GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" LINE1:cdefe#002A97FF:"Outbound" GPRINT:cdefe:LAST:"Current\:%8.2lf %s" GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n"
08/25/2010 03:36:19 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=-604800 --end=-60 --title='NG-Core - Traffic - Mu30' --rigid --base=1000 --height=120 --width=500 --alt-autoscale-max --lower-limit=0 --vertical-label='bits per second' --slope-mode --font TITLE:12: --font AXIS:8: --font LEGEND:10: --font UNIT:8: DEF:a="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_in:AVERAGE DEF:b="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_out:AVERAGE CDEF:cdefa=a,8,* CDEF:cdefe=b,8,* AREA:cdefa#00CF00FF:"Inbound" GPRINT:cdefa:LAST:" Current\:%8.2lf %s" GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" LINE1:cdefe#002A97FF:"Outbound" GPRINT:cdefe:LAST:"Current\:%8.2lf %s" GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n"
08/25/2010 03:36:19 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=-31536000 --end=-1800 --title='NG-Core - Traffic - Mu30' --rigid --base=1000 --height=120 --width=500 --alt-autoscale-max --lower-limit=0 --vertical-label='bits per second' --slope-mode --font TITLE:12: --font AXIS:8: --font LEGEND:10: --font UNIT:8: DEF:a="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_in:AVERAGE DEF:b="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_out:AVERAGE CDEF:cdefa=a,8,* CDEF:cdefe=b,8,* AREA:cdefa#00CF00FF:"Inbound" GPRINT:cdefa:LAST:" Current\:%8.2lf %s" GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" LINE1:cdefe#002A97FF:"Outbound" GPRINT:cdefe:LAST:"Current\:%8.2lf %s" GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n"
08/25/2010 03:36:19 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=-2678400 --end=-300 --title='NG-Core - Traffic - Mu30' --rigid --base=1000 --height=120 --width=500 --alt-autoscale-max --lower-limit=0 --vertical-label='bits per second' --slope-mode --font TITLE:12: --font AXIS:8: --font LEGEND:10: --font UNIT:8: DEF:a="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_in:AVERAGE DEF:b="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_out:AVERAGE CDEF:cdefa=a,8,* CDEF:cdefe=b,8,* AREA:cdefa#00CF00FF:"Inbound" GPRINT:cdefa:LAST:" Current\:%8.2lf %s" GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" LINE1:cdefe#002A97FF:"Outbound" GPRINT:cdefe:LAST:"Current\:%8.2lf %s" GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n"
08/25/2010 03:36:19 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=-94608000 --end=-1440 --title='NG-Core - Traffic - Mu30' --rigid --base=1000 --height=120 --width=500 --alt-autoscale-max --lower-limit=0 --vertical-label='bits per second' --slope-mode --font TITLE:12: --font AXIS:8: --font LEGEND:10: --font UNIT:8: DEF:a="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_in:AVERAGE DEF:b="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_out:AVERAGE CDEF:cdefa=a,8,* CDEF:cdefe=b,8,* AREA:cdefa#00CF00FF:"Inbound" GPRINT:cdefa:LAST:" Current\:%8.2lf %s" GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" LINE1:cdefe#002A97FF:"Outbound" GPRINT:cdefe:LAST:"Current\:%8.2lf %s" GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n"
08/25/2010 03:36:17 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=1282682177 --end=1282768577 --title='NG-Core - Traffic - Mu30' --rigid --base=1000 --height=100 --width=300 --alt-autoscale-max --lower-limit=0 --no-legend COMMENT:"From 2010/08/24 15\:36\:17 To 2010/08/25 15\:36\:17\c" COMMENT:" \n" --vertical-label='bits per second' --slope-mode --font TITLE:8.4: --font AXIS:8: --font LEGEND:10: --font UNIT:8: DEF:a="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_in:AVERAGE DEF:b="/usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd":traffic_out:AVERAGE CDEF:cdefa=a,8,* CDEF:cdefe=b,8,* AREA:cdefa#00CF00FF:"" LINE1:cdefe#002A97FF:""
08/25/2010 03:36:01 PM - POLLER: Poller[0] NOTE: There are no items in your poller for this polling cycle!
08/25/2010 03:36:01 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/usr/share/cacti/site/cmd.php" 0 0]
08/25/2010 03:36:01 PM - POLLER: Poller[0] NOTE: There are no items in your poller for this polling cycle!
08/25/2010 03:36:00 PM - SYSTEM STATS: Time:0.1073 Method:cmd.php Processes:1 Threads:N/A Hosts:1 HostsPerProcess:1 DataSources:7 RRDsProcessed:0
08/25/2010 03:36:00 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
08/25/2010 03:36:00 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/usr/share/cacti/site/cmd.php" 0 0]
08/25/2010 03:35:02 PM - SYSTEM THOLD STATS: Time:0.0052 Tholds:0 Hosts:0
08/25/2010 03:35:02 PM - SYSTEM STATS: Time:1.1368 Method:cmd.php Processes:1 Threads:N/A Hosts:3 HostsPerProcess:3 DataSources:7 RRDsProcessed:6
08/25/2010 03:35:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /usr/share/cacti/site/rra/localhost_mem_buffers_17.rrd --template mem_buffers 1282768501:2705720
08/25/2010 03:35:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /usr/share/cacti/site/rra/localhost_mem_swap_18.rrd --template mem_swap 1282768501:8744952
08/25/2010 03:35:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /usr/share/cacti/site/rra/localhost_users_20.rrd --template users 1282768501:1
08/25/2010 03:35:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /usr/share/cacti/site/rra/localhost_load_1min_19.rrd --template load_1min:load_5min:load_15min 1282768501:0.10:0.03:0.01
08/25/2010 03:35:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /usr/share/cacti/site/rra/localhost_proc_21.rrd --template proc 1282768501:112
08/25/2010 03:35:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /usr/share/cacti/site/rra/ng-core_traffic_in_22.rrd --template traffic_out:traffic_in 1282768501:103153835122:19573967724
08/25/2010 03:35:02 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.01' [map 10min->load_15min]
08/25/2010 03:35:02 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.03' [map 5min->load_5min]
08/25/2010 03:35:02 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.10' [map 1min->load_1min]
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Time: 0.0902 s, Theads: N/A, Hosts: 2
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[3] DS[22] SNMP: v2: 192.168.60.3, dsname: traffic_out, oid: .1.3.6.1.2.1.31.1.1.1.10.35, output: 103153835122
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[3] DS[22] SNMP: v2: 192.168.60.3, dsname: traffic_in, oid: .1.3.6.1.2.1.31.1.1.1.6.35, output: 19573967724
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[3] RECACHE DQ[1]: OID .1.3.6.1.2.1.1.3.0
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[3] RECACHE: Processing 1 items in the auto reindex cache for '192.168.60.3'.
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[3] SNMP: Host responded to SNMP
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[1] DS[21] CMD: perl /usr/share/cacti/site/scripts/unix_processes.pl, output: 112
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[1] DS[20] CMD: perl /usr/share/cacti/site/scripts/unix_users.pl , output: 1
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[1] DS[19] CMD: perl /usr/share/cacti/site/scripts/loadavg_multi.pl, output: 1min:0.10 5min:0.03 10min:0.01
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[1] DS[18] CMD: perl /usr/share/cacti/site/scripts/linux_memory.pl SwapFree:, output: 8744952
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[1] DS[17] CMD: perl /usr/share/cacti/site/scripts/linux_memory.pl MemFree:, output: 2705720
08/25/2010 03:35:01 PM - CMDPHP: Poller[0] Host[1] PING: UDP Ping Success (0.12 ms)
08/25/2010 03:35:01 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/usr/share/cacti/site/cmd.php" 0 3]
08/25/2010 03:35:01 PM - POLLER: Poller[0] NOTE: Poller Int: '60', Cron Int: '300', Time Since Last: '300', Max Runtime '298', Poller Runs: '5'
08/25/2010 03:35:01 PM - POLLER: Poller[0] NOTE: There are no items in your poller for this polling cycle!
08/25/2010 03:35:00 PM - SYSTEM STATS: Time:0.1072 Method:cmd.php Processes:1 Threads:N/A Hosts:1 HostsPerProcess:1 DataSources:7 RRDsProcessed:0
08/25/2010 03:35:00 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
08/25/2010 03:35:00 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/usr/share/cacti/site/cmd.php" 0 0]
08/25/2010 03:35:00 PM - POLLER: Poller[0] -1282768321.674 seconds
08/25/2010 03:35:00 PM - SYSTEM STATS: Time:239.2049 Method:cmd.php Processes:1 Threads:N/A Hosts:1 HostsPerProcess:1 DataSources:7 RRDsProcessed:0
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
I need to release the pia2.9 for real.
TheWitness
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?
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?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Here is Beta2.
TheWitness
TheWitness
- Attachments
-
- pia2.9-beta2.tgz
- (175.83 KiB) Downloaded 435 times
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?
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?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
No and No.
TheWitness
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?
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?
Hello guys its been awhile since i managed cacti.
well i'm back and having some issues.
I have a new install of 0.8.7g running on CentOS 5.5
cactiuser:cacti owns everything in /var/www/html/cacti
created cacti db and granted right for cacti to cactiuser
installed spine
crontab set up as cactiuser
polling local host no problem
08/30/2010 03:35:01 PM - SYSTEM STATS: Time:0.3995 Method:spine Processes:1 Threads:1 Hosts:2 HostsPerProcess:2 DataSources:11 RRDsProcessed:8
I add 2.9 by overwriting files and dirs
and import pa.sql into cacti
chown files to cactiuser:cacti
added /cacti/ in globa.php
still graphing.
now here is where i'm scrathing my head!
I don't see any changes after adding "plugin Architecture", nothing has been added about plugins
I tring adding monitor and thold
I tried just extracting in plugins (nothing)
also tried adding the entries to global.php (nothing)
any ideas what i'm doing wrong?
any help would greatly be appreciated.
cpjoe
well i'm back and having some issues.
I have a new install of 0.8.7g running on CentOS 5.5
cactiuser:cacti owns everything in /var/www/html/cacti
created cacti db and granted right for cacti to cactiuser
installed spine
crontab set up as cactiuser
polling local host no problem
08/30/2010 03:35:01 PM - SYSTEM STATS: Time:0.3995 Method:spine Processes:1 Threads:1 Hosts:2 HostsPerProcess:2 DataSources:11 RRDsProcessed:8
I add 2.9 by overwriting files and dirs
and import pa.sql into cacti
chown files to cactiuser:cacti
added /cacti/ in globa.php
still graphing.
now here is where i'm scrathing my head!
I don't see any changes after adding "plugin Architecture", nothing has been added about plugins
I tring adding monitor and thold
I tried just extracting in plugins (nothing)
also tried adding the entries to global.php (nothing)
any ideas what i'm doing wrong?
Code: Select all
-rw-r--r-- 1 cactiuser cacti 353 Dec 30 2009 script_server.pl
drwxr-xr-x 5 cactiuser cacti 4096 Dec 30 2009 resource
-rw-r--r-- 1 cactiuser cacti 48 Dec 30 2009 README
-rw-r--r-- 1 cactiuser cacti 15141 Dec 30 2009 LICENSE
-rw-r--r-- 1 cactiuser cacti 3492 Jun 5 16:02 graph_image.php
-rw-r--r-- 1 cactiuser cacti 19435 Jul 9 18:33 tree.php
-rw-r--r-- 1 cactiuser cacti 6526 Jul 9 18:33 templates_import.php
-rw-r--r-- 1 cactiuser cacti 6086 Jul 9 18:33 templates_export.php
-rw-r--r-- 1 cactiuser cacti 4995 Jul 9 18:33 settings.php
-rw-r--r-- 1 cactiuser cacti 8270 Jul 9 18:33 script_server.php
drwxr-xr-x 2 cactiuser cacti 4096 Jul 9 18:33 scripts
-rw-r--r-- 1 cactiuser cacti 7233 Jul 9 18:33 rra.php
-rw-r--r-- 1 cactiuser cacti 2243 Jul 9 18:33 poller_export.php
-rw-r--r-- 1 cactiuser cacti 4304 Jul 9 18:33 poller_commands.php
-rw-r--r-- 1 cactiuser cacti 2641 Jul 9 18:33 logout.php
drwxr-xr-x 2 cactiuser cacti 4096 Jul 9 18:33 install
-rw-r--r-- 1 cactiuser cacti 20016 Jul 9 18:33 host_templates.php
-rw-r--r-- 1 cactiuser cacti 5840 Jul 9 18:33 graph_xport.php
-rw-r--r-- 1 cactiuser cacti 38470 Jul 9 18:33 graph_view.php
-rw-r--r-- 1 cactiuser cacti 26606 Jul 9 18:33 graph_templates.php
-rw-r--r-- 1 cactiuser cacti 18526 Jul 9 18:33 graph_templates_items.php
-rw-r--r-- 1 cactiuser cacti 10006 Jul 9 18:33 graph_templates_inputs.php
-rw-r--r-- 1 cactiuser cacti 17409 Jul 9 18:33 graphs_items.php
-rw-r--r-- 1 cactiuser cacti 7805 Jul 9 18:33 graph_settings.php
-rw-r--r-- 1 cactiuser cacti 6107 Jul 9 18:33 gprint_presets.php
-rw-r--r-- 1 cactiuser cacti 32871 Jul 9 18:33 data_templates.php
-rw-r--r-- 1 cactiuser cacti 35455 Jul 9 18:33 data_queries.php
-rw-r--r-- 1 cactiuser cacti 25025 Jul 9 18:33 data_input.php
-rw-r--r-- 1 cactiuser cacti 6974 Jul 9 18:33 color.php
-rw-r--r-- 1 cactiuser cacti 19760 Jul 9 18:33 cmd.php
drwxr-xr-x 2 cactiuser cacti 4096 Jul 9 18:33 cli
-rw-r--r-- 1 cactiuser cacti 21643 Jul 9 18:33 cdef.php
-rw-r--r-- 1 cactiuser cacti 176144 Jul 9 18:33 cacti.sql
-rw-r--r-- 1 cactiuser cacti 6199 Jul 9 18:33 about.php
drwxr-xr-x 5 cactiuser cacti 4096 Jul 9 18:34 docs
-rw-r--r-- 1 cactiuser cacti 13396 Aug 1 18:02 auth_login.php
-rw-r--r-- 1 cactiuser cacti 5187 Aug 1 18:02 auth_changepassword.php
-rw-r--r-- 1 cactiuser cacti 58003 Aug 1 18:02 host.php
-rw-r--r-- 1 cactiuser cacti 60147 Aug 1 18:02 graphs.php
-rw-r--r-- 1 cactiuser cacti 39908 Aug 1 18:02 graphs_new.php
-rw-r--r-- 1 cactiuser cacti 2313 Aug 1 18:02 index.php
-rw-r--r-- 1 cactiuser cacti 64999 Aug 1 18:02 utilities.php
-rw-r--r-- 1 cactiuser cacti 44603 Aug 1 18:02 user_admin.php
-rw-r--r-- 1 cactiuser cacti 26368 Aug 1 18:02 plugins.php
-rw-r--r-- 1 cactiuser cacti 58716 Aug 21 08:44 data_sources.php
-rw-r--r-- 1 cactiuser cacti 18315 Aug 21 09:03 poller.php
-rw-r--r-- 1 cactiuser cacti 12940 Aug 21 09:03 graph.php
drwxr-xr-x 2 cactiuser cacti 4096 Aug 26 17:07 piadoc
drwxr-xr-x 3 root root 4096 Aug 30 13:25 ..
drwxr-xr-x 2 cactiuser cacti 4096 Aug 30 14:00 rra
drwxr-xr-x 2 cactiuser cacti 4096 Aug 30 14:15 images
drwxr-xr-x 3 cactiuser cacti 4096 Aug 30 14:16 lib
drwxr-xr-x 2 cactiuser cacti 4096 Aug 30 14:33 log
drwxr-xr-x 14 cactiuser cacti 4096 Aug 30 14:34 .
drwxr-xr-x 3 cactiuser cacti 4096 Aug 30 14:36 plugins
drwxr-xr-x 4 cactiuser cacti 4096 Aug 30 14:40 include
cpjoe
The PIA 2.9 beta 2 is working just fine on my machine. I'm getting graphs and everything looks purty.joltman wrote:OK, I dropped everything in to my cacti install (after backing up of course) and the site opens fine. PIA shows as 2.9. I'm just gonna let this run for a while. If I still get NAN, then I'll post a separate thread. Thanks!
Jim
Who is online
Users browsing this forum: No registered users and 0 guests