Hello group
Is It possible to monitor file size, age ect on Netapp unc path?
Oded
Hello group
Is It possible to monitor file size, age ect on Netapp unc path?
Oded
Not so easy 
If you have a normal SMB share on your NetApp then you need some check who mounts this share and reads / lists the files.
For such tasks i build a small python script using the pysmb lib. This lib is well documented.
You could mount that share on a Linux box and use the fileinfo plugin from there.
Just mount the share to either a windows or linux box monitored with the check_mk_agent and use the fileage check.
Only possible to do this from Linux like @r.sander said.
Windows agent is not easy to present a mapped drive to local system account.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.