Search found 5 matches

by vincent_teoh
Wed Jan 08, 2014 5:57 pm
Forum: Open Source Nagios Projects
Topic: Monitor network mapped drive
Replies: 8
Views: 6361

Re: Monitor network mapped drive

Take a look at the exchange, there are a few netapp plugins. You could also just check the values with snmp if you know the mib/oid fro the metrics you wish to check. Datasheets/mibs from the manufacturer helps. http://exchange.nagios.org/index.php?option=com_mtree&task=search&Itemid=74&...
by vincent_teoh
Wed Jan 08, 2014 5:55 pm
Forum: Open Source Nagios Projects
Topic: Monitor network mapped drive
Replies: 8
Views: 6361

Re: Monitor network mapped drive

Take a look at the exchange, there are a few netapp plugins. You could also just check the values with snmp if you know the mib/oid fro the metrics you wish to check. Datasheets/mibs from the manufacturer helps. http://exchange.nagios.org/index.php?option=com_mtree&task=search&Itemid=74&...
by vincent_teoh
Wed Jan 08, 2014 5:36 pm
Forum: Open Source Nagios Projects
Topic: Monitor network mapped drive
Replies: 8
Views: 6361

Re: Monitor network mapped drive

What type of system/networking hardware servers the network shares that you are trying to check? It is one of the folder in our netapp filer. eg. \\filer01\folderABC When I map this folderABC in my server, server123 and choose a drive letter as Z:\ And it becomes like Z:\folderABC (from \\filer01)
by vincent_teoh
Wed Jan 08, 2014 5:02 pm
Forum: Open Source Nagios Projects
Topic: Monitor network mapped drive
Replies: 8
Views: 6361

Re: Monitor network mapped drive

check_nt/nsclient cannot check network mounted drives, only local volumes. Check the NAS itself with snmp. Hi, Thanks for your response. What do you mean by "check the NAS itself with snmp" ? Is NAS or snmp a plugin for Nagios? any Nagios configuration (command) for this? Appreciate if yo...
by vincent_teoh
Wed Jan 08, 2014 4:29 pm
Forum: Open Source Nagios Projects
Topic: Monitor network mapped drive
Replies: 8
Views: 6361

Monitor network mapped drive

Hi, I have a problem to monitor the network mapped drive. It shows an error " Free disk space : Invalid drive " I'm using check_nt. It works in other systems with local drives, but not for the network mapped drive. define command{ command name check_nt command_line $USER1$/ check_nt -H $HO...