Operating System: WinXP SP2
Webserver: IIS V5.1
Cacti: 0.8.6j
Cactid: 0.8.6i
MySQL: v4.1.7
PHP: 5.1.5
RRDTool (Cygwin or Win32 version): 1.2.15-cygwin-1.5.20
Net-SNMP: v5.4.0-1
Cygwin (cygwin1.dll version): 1005.24.0.0
The cacti is used to generate graphs from 3 different broadband bandwidth managers. The managers are set up so that different service types are grouped together in pipes and the pipes contain various virtual channels (VC = end user). I have the correct XML files which was written to make cacti compatible with these devices.
I have added the devices to cacti and created graphs for all the pipes. These work perfectly. When I try to add the created Data Query for the VCs, the page doesn't return as it did when I added the pipes' Data Query. It just returns a blank page. I then have to close the webpage and log into cacti again. When I then go to the same device, the Data Query indicates "Success", but with 0 items and 0 rows, hence, no graphs. When I could get an output from "Verbose Query", it indicated the following:
Notice: Undefined index: arg_index in
Code: Select all
c:\Inetpub\wwwroot\cacti\lib\data_query.php on line 98
Notice: Undefined index: script_path in c:\Inetpub\wwwroot\cacti\lib\data_query.php on line 98
Notice: Undefined index: arg_query in c:\Inetpub\wwwroot\cacti\lib\data_query.php on line 109
Notice: Undefined index: query_name in c:\Inetpub\wwwroot\cacti\lib\data_query.php on line 109
Notice: Undefined index: script_path in c:\Inetpub\wwwroot\cacti\lib\data_query.php on line 109
Notice: Undefined index: arg_query in c:\Inetpub\wwwroot\cacti\lib\data_query.php on line 109
Notice: Undefined index: query_name in c:\Inetpub\wwwroot\cacti\lib\data_query.php on line 109
Notice: Undefined index: script_path in c:\Inetpub\wwwroot\cacti\lib\data_query.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at c:\Inetpub\wwwroot\cacti\lib\data_query.php:98) in c:\Inetpub\wwwroot\cacti\host.php on line 129
I have no idea what the problem might be or how to rectify.
I checked that the Data Queries were created correctly and also removed and re-installed php, but no success.
Any assistance will be appreciated.