cacti 0.8.6d: polling process lock up
Moderators: Developers, Moderators
cacti 0.8.6d: polling process lock up
after the upgrade from 0.8.6c to 0.8.6d the polling process using cmd.php is locking up. Without any particular message into the debug file.
It lock up every time during the execution of rrdtool.
I use rrdtool1.0.49 php4.3.10 mysql4.0.22
I poll snmp and scripts.
Thanks
Rosario
It lock up every time during the execution of rrdtool.
I use rrdtool1.0.49 php4.3.10 mysql4.0.22
I poll snmp and scripts.
Thanks
Rosario
- TheWitness
- Developer
- Posts: 17050
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Please state your environment:
Number of Hosts:
Number of Scripts:
Number of SNMP:
Number of RRDFiles:
Operating System Ver., MySQL Ver., PHP Ver., Net-SNMP Ver.
Then, set logging to DEBUG for one pass and run the following from the command line:
php <path_cacti>/cmd.php
Save your output and post. There are two patches that will be released related to poller.php. These only affect systems under very hight load with non-optimized mysql structure. I will include the files here.
There is likely going to be a lib/snmp.php patch that does not affect polling though.
In addition, please increase your maximum memory for PHP to something around 64MBytes. Settings can be found in the php.ini file.
TheWitness
Number of Hosts:
Number of Scripts:
Number of SNMP:
Number of RRDFiles:
Operating System Ver., MySQL Ver., PHP Ver., Net-SNMP Ver.
Then, set logging to DEBUG for one pass and run the following from the command line:
php <path_cacti>/cmd.php
Save your output and post. There are two patches that will be released related to poller.php. These only affect systems under very hight load with non-optimized mysql structure. I will include the files here.
There is likely going to be a lib/snmp.php patch that does not affect polling though.
In addition, please increase your maximum memory for PHP to something around 64MBytes. Settings can be found in the php.ini file.
TheWitness
- Attachments
-
- cmd.zip
- /cmd.php
- (4.3 KiB) Downloaded 355 times
-
- poller.zip
- lib/poller.php
- (3.56 KiB) Downloaded 424 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?
I Think I have the same problem
After updating updating 0.8.5a to 0.8.6d the new poller script poller.php exceeds its timelimit.
I tried also cactid and patched the system withe the new cmd.php and poller.php of TheWitness, but no success...
Cacti infos:
Hosts: 52
Scripts: not a lot of
SNMP: ??
RRD Files: 309 (35MB)
System infos:
Win2K Server
MySQL 3.23.55-nt
Apache 2.0.54
PHP 4.3.11
NO NetSNMP
I tried also cactid and patched the system withe the new cmd.php and poller.php of TheWitness, but no success...
Cacti infos:
Hosts: 52
Scripts: not a lot of
SNMP: ??
RRD Files: 309 (35MB)
System infos:
Win2K Server
MySQL 3.23.55-nt
Apache 2.0.54
PHP 4.3.11
NO NetSNMP
- Attachments
-
- cmd.php_output.txt
- Output of cmd.php when I run it directly from the console (debug mode).
- (86.55 KiB) Downloaded 296 times
output of poller.php is:
05/04/2005 08:24:25 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\cactid\cactid.exe, ARG
S: 0 71]
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
....
...
..
.
Has anybody an idea, what I have made wrong?
05/04/2005 08:24:25 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\cactid\cactid.exe, ARG
S: 0 71]
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
....
...
..
.
Has anybody an idea, what I have made wrong?
- TheWitness
- Developer
- Posts: 17050
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
You have orphaned Data Sources. Please note below
TheWitness
Goto Data Sources Filter Host=None, then delete the abarent Data Sources and you should be back in business.05/04/2005 06:42:53 PM - CMDPHP: Poller[0] PHP Script Server Started Properly
05/04/2005 06:42:55 PM - CMDPHP: Poller[0] Host[0] WARNING: Result from SNMP not valid. Partial Result:
05/04/2005 06:42:55 PM - CMDPHP: Poller[0] Host[0] SNMP: v0: None, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, output: U
05/04/2005 06:42:58 PM - CMDPHP: Poller[0] Host[0] WARNING: Result from SNMP not valid. Partial Result:
05/04/2005 06:42:58 PM - CMDPHP: Poller[0] Host[0] SNMP: v0: None, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, output: U
05/04/2005 06:43:00 PM - CMDPHP: Poller[0] Host[0] WARNING: Result from SNMP not valid. Partial Result:
05/04/2005 06:43:00 PM - CMDPHP: Poller[0] Host[0] SNMP: v0: None, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, output: U
05/04/2005 06:43:02 PM - CMDPHP: Poller[0] Host[0] WARNING: Result from SNMP not valid. Partial Result:
05/04/2005 06:43:02 PM - CMDPHP: Poller[0] Host[0] SNMP: v0: None, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, output: U
05/04/2005 06:43:04 PM - CMDPHP: Poller[0] Host[0] WARNING: Result from SNMP not valid. Partial Result:
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: 17050
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Also, increase your concurrent processes under Settings->Poller to something higher than 1 if you are using cmd.php.
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?
OK, I fixed this two issues.
Now it works, when I execute cmd.php from the command line...
But when I execute poller.php:
D:\Programs\webserver\webpages\cacti>D:\Programs\webserver\php\php.exe d:\programs\webserve
05/05/2005 12:20:11 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 0 5]
05/05/2005 12:20:12 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 6 10]
05/05/2005 12:20:12 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 11 23]
05/05/2005 12:20:12 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 25 31]
05/05/2005 12:20:13 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 32 48]
05/05/2005 12:20:13 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 49 57]
05/05/2005 12:20:14 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 59 64]
05/05/2005 12:20:14 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 65 69]
05/05/2005 12:20:15 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 71 71]
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
...
..
.
Now it works, when I execute cmd.php from the command line...
But when I execute poller.php:
D:\Programs\webserver\webpages\cacti>D:\Programs\webserver\php\php.exe d:\programs\webserve
05/05/2005 12:20:11 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 0 5]
05/05/2005 12:20:12 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 6 10]
05/05/2005 12:20:12 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 11 23]
05/05/2005 12:20:12 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 25 31]
05/05/2005 12:20:13 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 32 48]
05/05/2005 12:20:13 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 49 57]
05/05/2005 12:20:14 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 59 64]
05/05/2005 12:20:14 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 65 69]
05/05/2005 12:20:15 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\
d:\programs\webserver\webpages\cacti/cmd.php 71 71]
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
Waiting on 9/9 pollers.
...
..
.
As a temporary hotfix i tried to run cmd.php as a scheduled task.
but now I have the following text in the log:
...
...
PHPSVR: Poller[0] DEBUG: PHP Script Server Shutdown request received, exiting
...
...
Gathering of snmp data seems to work...
PHP script memory is set to 32M. I also tried 128M with no success...
Any idea?
but now I have the following text in the log:
...
...
PHPSVR: Poller[0] DEBUG: PHP Script Server Shutdown request received, exiting
...
...
Gathering of snmp data seems to work...
PHP script memory is set to 32M. I also tried 128M with no success...
Any idea?
- TheWitness
- Developer
- Posts: 17050
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
You need to run the following. Please keep in mind that shceduling cmd.php only makes this issue worse, so don't do it.
mysql -u root -p cacti
> truncate table poller_output;
> quit
Also, if you are running PHP 5.x, please insure that your Settings->Paths for PHP is set to <path_php>/php-win.exe". Then you should be back in business.
TheWitness
mysql -u root -p cacti
> truncate table poller_output;
> quit
Also, if you are running PHP 5.x, please insure that your Settings->Paths for PHP is set to <path_php>/php-win.exe". Then you should be back in business.
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
I changed the scheduled taskl back to poller.php and entered the mysql command as described.
Now the debug output is:
05/06/2005 02:09:21 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 71 71]
05/06/2005 02:09:20 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 65 69]
05/06/2005 02:09:20 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 59 64]
05/06/2005 02:09:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 49 57]
05/06/2005 02:09:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 32 48]
05/06/2005 02:09:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 25 31]
05/06/2005 02:09:18 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 11 23]
05/06/2005 02:09:18 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 6 10]
05/06/2005 02:09:18 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 0 5]
05/06/2005 02:09:12 PM - POLLER: Poller[0] Maximum runtime of 296 seconds exceeded. Exiting.
...and the same with cactid:
05/06/2005 03:09:49 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\cactid\cactid.exe, ARGS: 0 71]
05/06/2005 03:09:44 PM - POLLER: Poller[0] Maximum runtime of 296 seconds exceeded. Exiting.
Regards,
Claudio
I changed the scheduled taskl back to poller.php and entered the mysql command as described.
Now the debug output is:
05/06/2005 02:09:21 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 71 71]
05/06/2005 02:09:20 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 65 69]
05/06/2005 02:09:20 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 59 64]
05/06/2005 02:09:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 49 57]
05/06/2005 02:09:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 32 48]
05/06/2005 02:09:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 25 31]
05/06/2005 02:09:18 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 11 23]
05/06/2005 02:09:18 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 6 10]
05/06/2005 02:09:18 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\php\php.exe, ARGS: -q d:\programs\webserver\webpages\cacti/cmd.php 0 5]
05/06/2005 02:09:12 PM - POLLER: Poller[0] Maximum runtime of 296 seconds exceeded. Exiting.
...and the same with cactid:
05/06/2005 03:09:49 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: D:\Programs\webserver\cactid\cactid.exe, ARGS: 0 71]
05/06/2005 03:09:44 PM - POLLER: Poller[0] Maximum runtime of 296 seconds exceeded. Exiting.
Regards,
Claudio
I just upgraded to 'd' on Linux and suffer the same intermittant graphing, but I'm using cactid and not cmd.php.
Number of hosts: 167
Number of scripts: ~4 scripts, number of script data sources would probably be 600? I have over 1200 data sources total.
RRD files: 1730 (Removed some old/redundant data sources today)
OS: RHEL AS3 Update 4
MySQL: 3.23.58
PHP: 4.3.10
Net-SNMP: 5.0.9
The intermittant graphing was for SNMP and script data, I upped the SNMP timeout to 1 second and removed about 500 data sources, all SNMP, to try and aleviate the problem. So far it seems to be better but too soon to say it's fixed.
[EDIT] The post on a similar problem on Linux is here
Number of hosts: 167
Number of scripts: ~4 scripts, number of script data sources would probably be 600? I have over 1200 data sources total.
RRD files: 1730 (Removed some old/redundant data sources today)
OS: RHEL AS3 Update 4
MySQL: 3.23.58
PHP: 4.3.10
Net-SNMP: 5.0.9
The intermittant graphing was for SNMP and script data, I upped the SNMP timeout to 1 second and removed about 500 data sources, all SNMP, to try and aleviate the problem. So far it seems to be better but too soon to say it's fixed.
[EDIT] The post on a similar problem on Linux is here
- TheWitness
- Developer
- Posts: 17050
- 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?
Who is online
Users browsing this forum: No registered users and 3 guests