Cacti / spine

Spine C Based Poller for Cacti
GNU Lesser General Public License v2.1
80 stars 45 forks source link

Add Data Source ID to "Empty result' error messages #92

Closed eschoeller closed 5 years ago

eschoeller commented 5 years ago

I am confronted with a message like this: 2019/04/28 21:15:06 - SPINE: Poller[1] Device[535] ERROR: Empty result [host.colorado.edu]: '/usr/local/php/bin/php -q /cacti/cacti-1.2.3-prod/scripts/query_dell_voltage.php 'host.colorado.edu' 'community' '2' '161' '1500' '10' '""' '""' '""' '""' '""' '""' 'get' 'voltageProbeReading' '22'' But I'm not exactly sure where to start troubleshooting. It would be very helpful to have the data source ID in this case, then I know exactly where to look (and what to delete or disable!) Thanks!

netniV commented 5 years ago

The issue is the double quotes in the single quotes I would imagine. However, the lack of a data source ID is quite a valid point. This should really be on the spine Repository so I'm going to move it there.