Although you can look at the DNS 323 as a standard windows drive, in practice you probably need a bit more information about what it's doing. You can get that from the built-in web pages of course, but it's a bit of a pain to open the various pages if you just want to check that the thing's actually still alive or not. I run my box in a different building, so this is something I need to check on reasonably regularly.

Hence we have...

A Windows 7/ Vista (they are actually pretty much the same despite what the jurnos think) Gadget

I just wanted a little thing on my desktop which tells me that everything's ok, and a button to restart it and maybe one to shut it down. I'm sure there's probably a trivial way to do this, but it was raining so I thought I'd do it the hard way. Wget is good for this kind of thing, but I wanted a continually updating "monitor" as well as a few control buttons, so instead I wrote a little Windows Gadget. If you don't know what these are then you're too clever for all this, so why are you still reading?

Anyway, here it is....


Version 1.004 (1.06 firmware onwards - tested on 1.06, 1.07 and 1.08)

NasMonitor1.004.gadget

Since I moved the settings to a directory "outside" of the gadget itself, upgrades are easy. The downside is that it's no longer possible to run multiple NAS monitors on a single machine without some hacking. However Devin Rawlek has kindly built an installer which will install the gadget as many times as you need (well, up to 5, which is enough NASes for most). You can download the latest multi-NAS installer from Devin's site here.

Note that for 1.08 you need to set the timeout value to 10000. The default of 3000 will cause timeouts (see comments below).

Version 0.999 (1.05 firmware only)

NasMonitor0.999.gadget

Tested on Vista only.


Features

Buttons

  • refresh (there's also a configurable background refresh timer)
  • restart
  • shut down

Settings

  • Settings for all the stuff I think needs to be a setting.
  • Auto update stuff.

Limitations/ other stuff

  • It's table-driven so it's pretty easy to add other commands - you just need to know the url and the format of the output. Then add an entry into the state-table for the command, with a reference to the formatter to parse the output from it.
  • Built for what I have - a single Disk NAS (no RAID stuff). Also works with two disk I'm told.
  • Security fixes in firmware 1.06 reduce the data available versus firmware 1.05.

Pages

  • status: usage and temperature graphs, configurable colouring, uptime. It temperature or space hit orange or red this pane is forced to the front.
  • net : not much use as this stuff does not change. (1.05 firmware version only)
  • os: garbage from *nix. (1.05 firmware version only)
  • clients: client IP address lists (1.05 firmware version only)
  • enabled servers: flags for the various servers enabled or disabled on the NAS