Hi
I have a question in setting up a Data Query in Cacti server running on Ubuntu OS.
It's run integrated to Groundwork.
I tried the documentation as it is and found different result as shown below when seeing the Verbose Query.
As I'm very much new to catic, aprreciate your feedback.
Thanks
data query : XML Path => <path_cacti>/resource/script_queries/xxx_reader.xml
+ Running data query [11].
+ Found type = '4 '[script query].
+ Found data query XML file at '/usr/local/groundwork/cacti/htdocs/resource/script_queries/xxx_reader.xml'
+ XML file parsed ok.
+ Executing script for list of indexes 'perl /usr/local/groundwork/cacti/htdocs/scripts/abc_reader.pl index'
+ Executing script query 'perl /usr/local/groundwork/cacti/htdocs/scripts/abc_reader.pl query index'
//////i dont see any data from my perl script here ///////////////
+ Executing script query 'perl /usr/local/groundwork/cacti/htdocs/scripts/abc_reader.pl query desc'
+ Found data query XML file at '/usr/local/groundwork/cacti/htdocs/resource/script_queries/xxx_reader.xml'
+ Found data query XML file at '/usr/local/groundwork/cacti/htdocs/resource/script_queries/xxx_reader.xml'
+ Found data query XML file at '/usr/local/groundwork/cacti/htdocs/resource/script_queries/xxx_reader.xml'
when I run my perl script it gives following output............
prompt>/usr/local/groundwork/cacti/htdocs/scripts$ perl abc_reader.pl testHost query stat
0:11111
1:22222
In Poller Type , I tried cmd.php and spine(which was the preset value) both didnt work. But i didnt run any php scripts(command line) to clear poller cache as i not having php installed in the host.
cant get data query up when running cacti wth groundwork
Moderators: Developers, Moderators
Re: cant get data query up when running cacti wth groundwork
Please make sure whether if it works properly (or not) when executed your script as poller (e.g. cactiuser).
For debugging, in crontab, add a task at the next line of poller.php like as follows:
See also:
For debugging, in crontab, add a task at the next line of poller.php like as follows:
After this, what do you see in '/tmp/query.log' ?*/5 * * * * cactiuser php /usr/local/groundwork/cacti/htdocs/poller.php > /dev/null 2>&1
*/5 * * * * cactiuser perl /usr/local/groundwork/cacti/htdocs/scripts/abc_reader.pl testHost query stat >> /tmp/query.log 2>&1
See also:
Re: cant get data query up when running cacti wth groundwork
yes, i got it working.
i had coded the script with first arguemnt for hostname. that was the reason for it not responding for "index"
so i removed it.
thanks
i had coded the script with first arguemnt for hostname. that was the reason for it not responding for "index"
so i removed it.
thanks
Who is online
Users browsing this forum: No registered users and 0 guests