Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to send parsed data #11

Open
perrucci-qubeos opened this issue Dec 1, 2015 · 2 comments
Open

failed to send parsed data #11

perrucci-qubeos opened this issue Dec 1, 2015 · 2 comments

Comments

@perrucci-qubeos
Copy link

Trying to send data to a zabbix 2.4.7 instance I get this error:

/var/lib/zabbix/bin/check_apache --config /etc/zabbix/zabbix_agentd.conf 
sendValues: -   apache[ReadingRequest]  9
-   apache[Uptime]  578838
-   apache[Logging] 0
-   apache[TotalAccesses]   200095
-   apache[SendingReply]    1
-   apache[Startingup]  0
-   apache[Idlecleanupofworker] 0
-   apache[Gracefullyfinishing] 0
-   apache[DNSLookup]   0
-   apache[BytesPerReq] 59830.6
-   apache[WaitingforConnection]    63
-   apache[CPULoad] .0917372
-   apache[BytesPerSec] 20682.5
-   apache[Keepaliveread]   2
-   apache[ReqPerSec]   .345684
-   apache[TotalkBytes] 11691207
-   apache[IdleWorkers] 63
-   apache[BusyWorkers] 12
-   apache[Closingconnection]   0
-   apache[Openslotwithnocurrentprocess]    75

sending to server in agent config /etc/zabbix/zabbix_agentd.conf
failed to send parsed data: error returned from /usr/bin/zabbix_sender! ret: 2, out: 'info from server: "processed: 0; failed: 20; total: 20; seconds spent: 0.000141"
sent: 20; skipped: 0; total: 20', err: 'zabbix_sender [7050]: DEBUG: answer [{"response":"success","info":"processed: 0; failed: 20; total: 20; seconds spent: 0.000141"}]'
ZBX_NOTSUPPORTED

Could you help me to solve the problem?

Thanks
Paolo

@mdunc
Copy link

mdunc commented May 16, 2016

I had this issue too, but putting the script in the zabbix user account's crontab fixed it for me.

@mnachmi
Copy link

mnachmi commented Apr 20, 2017

I had this issue too, the problem was that I have installed zabbix_agent from source code, thus the zabbix-sender bin has different location as configured in check_apache.
change it or use "--sender" option et voilà.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants