Page 1 of 1

NCPA wizard

Posted: Fri May 17, 2019 1:52 pm
by progressive.nagiosXI
Hi,

NCPA wizard only scans mount point and not scanning tmpfs filesystem

another section need to add for below logical volume in wizard

/dev
/dev/shm
/run


Thanks

Re: NCPA wizard

Posted: Fri May 17, 2019 3:14 pm
by npolovenko
@progressive.nagiosXI, On the remote NCPA server please open the following file:

Code: Select all

/usr/local/ncpa/etc/ncpa.cfg 
Find the following line:

Code: Select all

exclude_fs_types =aufs,autofs,binfmt_misc,cifs,cgroup,configfs,debugfs,devpts, devtmpfs,encryptfs,efivarfs,fuse,fusectl,hugetlbfs,mqueue,nfs,overlayfs,proc,pstore,rpc_pipefs,securityfs,sel$
And delete everything after the = sign. Or just delete tmpfs.
Save the file and restart the NCPA agent.

After this, the wizard should be able to locate tpmfs filesystems.

Re: NCPA wizard

Posted: Mon May 20, 2019 12:17 pm
by progressive.nagiosXI
Thanks npolovenko,

now we are able to get all file system through NCPA configuration wizard.

Re: NCPA wizard

Posted: Mon May 20, 2019 12:20 pm
by scottwilkerson
progressive.nagiosXI wrote:Thanks npolovenko,

now we are able to get all file system through NCPA configuration wizard.
Great!

Locking thread