Skip to main content
Solved

Testing for a mount point

  • July 9, 2025
  • 3 replies
  • 53 views

Forum|alt.badge.img+5
Hello,I'm testing for a mount point using the "OS-linux-MountPoint-SSH" template.I've completed the "filterdevice" and "filtermountpoint" fields, but without success.
Do you have any examples you could share with me?Thank you in advance.Eric

Best answer by Alexandre Belhomme

I don’t have exemples myself, but you can find the correspondance with the plugni command arguments here : https://github.com/centreon/centreon-plugins/blob/8a0270bdfdd2c2f5e6e2f19931b882d1157db659/src/os/linux/local/mode/mountpoint.pm#L131

 

for exemple, simply type “mount” on your machine to see what exists.

mountype could be for exemple “proc”, “sysfs”, etc

 

3 replies

Forum|alt.badge.img+10

I don’t have exemples myself, but you can find the correspondance with the plugni command arguments here : https://github.com/centreon/centreon-plugins/blob/8a0270bdfdd2c2f5e6e2f19931b882d1157db659/src/os/linux/local/mode/mountpoint.pm#L131

 

for exemple, simply type “mount” on your machine to see what exists.

mountype could be for exemple “proc”, “sysfs”, etc

 


Forum|alt.badge.img+5
  • Author
  • Steward **
  • July 21, 2025

 

thanks for the information

 


Forum|alt.badge.img+10

If it works, don’t forget to mark the “best response” to mark the discussion as closed.