PDA

View Full Version : .NET bods?



wonder_lander
15-01-2009, 07:44 PM
Any .NET developers fancy a little challenge?

Looking for someone to tackle writing an add-in for Windows Home Server

MikeV2
20-01-2009, 09:42 AM
What is it you have in mind..?

wonder_lander
20-01-2009, 04:25 PM
What is it you have in mind..?

I'm looking for an add-in for Windows Home Server that can capture information from the server and then either on demand (if there is a failed login for instance) and at regular intervals, say once per day at 10am send me a status update from the server such as when the PC's where last backed up, what the status of the network shares is and what the drive capacities / useage is.

codemonkey
20-01-2009, 04:50 PM
Sounds like a good solution would be to use SNMP to gather that kind of info... with the added benefit of being able to collect it remotely

wonder_lander
20-01-2009, 04:52 PM
Sounds like a good solution would be to use SNMP to gather that kind of info... with the added benefit of being able to collect it remotely

Cheers, thought it must be feasible. Found an add in that someone develped at the backend of 2007 but it doesn't fully meet my needs hence this request.

codemonkey
21-01-2009, 07:47 AM
The good thing aboiut SNMP is that you can find MIBs which will pretty do everything you need... or you can write your own MIB to do what you want...

... but it's been many, MANY years since I looked at any SNMP stuff and I'm very rusty with it :mrgreen:

chipbricks
03-06-2009, 06:53 PM
its relatively not hard to write SNMP server, but all depends about size of information which you need to move.