I am trying to monitor a mount point disk on one of my Windows Server which has latest NCPA agent installed on it.
Code: Select all
C:\Users\adm>tasklist /fi "services eq ncpa*"
Image Name PID Session Name Session# Mem Usage
========================= ======== ================ =========== ============
ncpa_listener.exe 46780 Services 0 43 652 K
ncpa_passive.exe 20320 Services 0 35 728 K
C:\Users\adm>
Exemple :
Code: Select all
/usr/local/nagios/libexec/check_ncpa.py -H HOSTNAME -t 'ABB' -P 5693 -M 'disk/logical/F:|InactifsUsers01|' -w '80' -c '95'Code: Select all
UNKNOWN: The node (F:/Standard04/) requested does not exist. You may be trying to access the 'F:/' node.
Code: Select all
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 C NTFS Partition 222 GB Healthy Boot
Volume 1 Recovery NTFS Partition 450 MB Healthy Hidden
Volume 2 FAT32 Partition 100 MB Healthy System
Volume 3 InactifsUse NTFS Partition 1049 GB Healthy
F:\InactifsUsers01\
Volume 4 ServiceAcco NTFS Partition 365 GB Healthy
F:\ServiceAccount02\
Volume 5 Standard_01 NTFS Partition 502 GB Healthy
F:\Standard01\
Volume 6 Standard_02 NTFS Partition 503 GB Healthy
F:\Standard02\
Volume 7 Standard_03 NTFS Partition 749 GB Healthy
F:\Standard03\
Volume 8 Standard_04 NTFS Partition 504 GB Healthy
F:\Standard04\
Volume 9 ServiceAcco NTFS Partition 299 GB Healthy
F:\ServiceAccount01\
Volume 10 TopManagers NTFS Partition 1369 GB Healthy
F:\TopManagers01\
Volume 11 U HUB-DB NTFS Partition 149 GB Healthy
Volume 12 J HUB-LOG NTFS Partition 59 GB Healthy
Volume 13 F Root-MSG NTFS Partition 990 MB Healthy
Volume 14 Managers_01 NTFS Partition 349 GB Healthy
F:\Managers01\
Volume 15 Managers_03 NTFS Partition 649 GB Healthy
F:\Managers03\
Volume 16 Managers_04 NTFS Partition 349 GB Healthy
F:\Managers04\
Volume 17 Reseaux_01 NTFS Partition 502 GB Healthy
F:\Reseaux01\
Volume 18 Reseaux_02 NTFS Partition 589 GB Healthy
F:\Reseaux02\
Volume 19 Reseaux_03 NTFS Partition 599 GB Healthy
F:\Reseaux03\
Volume 20 Reseaux_04 NTFS Partition 449 GB Healthy
F:\Reseaux04\
Volume 21 Reseaux_05 NTFS Partition 709 GB Healthy
F:\Reseaux05\
DISKPART>
Could you please provide me the way to monitor the mount point on my WIN SRV machine using the NCPA ?
Please provide me steps
Best Regards,
SOUHAIB
