Closed (fixed)
Project:
Cacti Integration
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Jul 2010 at 18:09 UTC
Updated:
30 Jul 2010 at 05:51 UTC
This is a placeholder to create the client poller script. I'm mostly doing this to help document the process.
The client poller script will be a PHP script installed on the system that runs Cacti. It's generally placed in the /scripts directory. In this case, it will be a PHP script called drupal_stats.php.
As of right now, the script will use the PHP curl library to make the request to the Drupal server. This requires curl.so to be loaded as a PHP module on the Cacti server.
More to come.
Comments
Comment #1
rjbrown99 commentedInitial version is complete. See the comments in the code for usage. Requires the port to be hard-coded via the Cacti interface.
Comment #2
rjbrown99 commented