Page 2 of 2
Re: E: Package 'php-pdo' has no installation candidate
Posted: Thu Sep 24, 2020 12:49 am
by Nayananr
Hi,
Thank you for the suggestion, i will fallow steps as per yous suggestions.
Regards,
Nayana
Re: E: Package 'php-pdo' has no installation candidate
Posted: Thu Sep 24, 2020 1:44 am
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
Re: E: Package 'php-pdo' has no installation candidate
Posted: Thu Sep 24, 2020 9:07 am
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.
Re: E: Package 'php-pdo' has no installation candidate
Posted: Mon Oct 19, 2020 11:58 pm
by Nayananr
Hi,
Thank you for the support.
Regards,
Nayana
Re: E: Package 'php-pdo' has no installation candidate
Posted: Tue Oct 20, 2020 7:22 am
by scottwilkerson
Nayananr wrote:Hi,
Thank you for the support.
Regards,
Nayana
Great!
Locking thread