Page 1 of 1

How can I check all mounted filesystems on a hosts with NCPA

Posted: Tue Oct 18, 2016 3:16 am
by guglez
How can I check all mounted filesystems on a hosts with NCPA agent installed? Can I do that with out any extra plugins on remote servers? We do not use wizzard since we automated ncpa installation via ansible.

Re: How can I check all mounted filesystems on a hosts with

Posted: Tue Oct 18, 2016 11:13 am
by mcapra
I don't think you can send wildcard queries to NCPA at the moment, but you can check individual mounts/disks. If you visit the following:

Code: Select all

https://<remote_host>:5693/api/disk?token=<your_ncpa_token>
It should list all the devices under the disk branch that were populated into NCPA. You'll probably want the mount or logical branch depending on how the devices were loaded into NCPA.