Hi,
Let me first state that I am a PHP dev, not a sys admin. That said, can anyone point me in the right direction or suggest some viable routes to accomplish the following?
I have a logging solution (written in PHP) that is is used in my apps that can write to a variety of different targets: stream, database, socket, FirePHP, REST, SOAP etc etc. I'd like to extend it to be able to send log entries directly to a Zabbix server for appropriate conditions in the application.
How could I best accomplish this? Would I go via zabbix_sender? Could I use direct API calls on the server? (and if so, which ones?) Has someone done something similar?
Any suggestions gratefully received ;-)
Let me first state that I am a PHP dev, not a sys admin. That said, can anyone point me in the right direction or suggest some viable routes to accomplish the following?
I have a logging solution (written in PHP) that is is used in my apps that can write to a variety of different targets: stream, database, socket, FirePHP, REST, SOAP etc etc. I'd like to extend it to be able to send log entries directly to a Zabbix server for appropriate conditions in the application.
How could I best accomplish this? Would I go via zabbix_sender? Could I use direct API calls on the server? (and if so, which ones?) Has someone done something similar?
Any suggestions gratefully received ;-)
Comment