Hello,
I am currently in the process of develop of a web interface using Zabbix API to generate pdf report. The goal is to have a web page
to choose a host group, a server and a time period then click generate and have all graph from that server in a PDF file.
Actually I integrate my php pages into Zabbix using a Screen with ressource URL (target is my application's URL)
My application use a configuration file in which is declared a user/password who have access to Zabbix API.
Now i would like to go further and retrieve the customer's credential who just logged into main zabbix interface, then pass these
credentials to my app.
That way, customer would only access his/her server(s) because right are granted via Zabbix.
Can you tell me if it's possible ?
Thank you in advance, Regards.
PS : I use Zabbix 2.0.6 on Debian Wheezy
I am currently in the process of develop of a web interface using Zabbix API to generate pdf report. The goal is to have a web page
to choose a host group, a server and a time period then click generate and have all graph from that server in a PDF file.
Actually I integrate my php pages into Zabbix using a Screen with ressource URL (target is my application's URL)
My application use a configuration file in which is declared a user/password who have access to Zabbix API.
Now i would like to go further and retrieve the customer's credential who just logged into main zabbix interface, then pass these
credentials to my app.
That way, customer would only access his/her server(s) because right are granted via Zabbix.
Can you tell me if it's possible ?
Thank you in advance, Regards.
PS : I use Zabbix 2.0.6 on Debian Wheezy
Comment