Monitor file group on Netapp filer

Hello group

Is It possible to monitor file size, age ect on Netapp unc path?

Oded

Not so easy :slight_smile:
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.

1 Like

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.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.