E: Package 'php-pdo' has no installation candidate

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Nayananr
Posts: 19
Joined: Wed Mar 18, 2020 4:29 am

Re: E: Package 'php-pdo' has no installation candidate

Post by Nayananr »

Hi,

Thank you for the suggestion, i will fallow steps as per yous suggestions.


Regards,
Nayana
Nayananr
Posts: 19
Joined: Wed Mar 18, 2020 4:29 am

Re: E: Package 'php-pdo' has no installation candidate

Post by Nayananr »

Hi,

Thank you for the suggestions, now server is installed successfully.

Need one more help:
Is there any API is there to retrieve the users(Admin or any user) password after login to server? so when we add new component to server, only Specified user can have access to the component.


Regards,
Nayana
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: E: Package 'php-pdo' has no installation candidate

Post by lmiltchev »

Thank you for the suggestions, now server is installed successfully.
I am glad I could help!
Need one more help:
Is there any API is there to retrieve the users(Admin or any user) password after login to server? so when we add new component to server, only Specified user can have access to the component.
You can retrieve users' info by running:

Code: Select all

curl -XGET "http://<ip address>/nagiosxi/api/v1/system/user?apikey=<api key>&pretty=1"
where you substitute the <ip address> and <api key> with the actual values. Unfortunately, you wouldn't be able to retrieve the passwords. Having said that, an admin user can reset the passwords of other users if needed.

You can also specify the level of access for each user by modifying the security settings:

Admin > Users > Manage Users > <your user> > Edit
example-02.jpg
If you are unsure what each setting does, click on the help menu (question mark next to each line), and read about the usage.

Hope this helps.
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Nayananr
Posts: 19
Joined: Wed Mar 18, 2020 4:29 am

Re: E: Package 'php-pdo' has no installation candidate

Post by Nayananr »

Hi,

Thank you for the support.


Regards,
Nayana
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: E: Package 'php-pdo' has no installation candidate

Post by scottwilkerson »

Nayananr wrote:Hi,

Thank you for the support.


Regards,
Nayana
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked