Re: Monitoring/inventory client-server app

2011-11-17 Thread Alec Taylor
Maybe take a look outside python: - Puppet On Fri, Nov 18, 2011 at 3:49 PM, snorble wrote: > On Nov 17, 4:31 pm, Irmen de Jong wrote: >> On 17-11-2011 5:17, snorble wrote: >> >> >> >> >> >> >> >> >> >> > I'm writing a tool for monitoring the workstations and servers in our >> > office. I plan t

Re: Monitoring/inventory client-server app

2011-11-17 Thread snorble
On Nov 17, 4:31 pm, Irmen de Jong wrote: > On 17-11-2011 5:17, snorble wrote: > > > > > > > > > > > I'm writing a tool for monitoring the workstations and servers in our > > office. I plan to have a server and a client service that runs on each > > workstation and reports back to the server (heart

Re: Monitoring/inventory client-server app

2011-11-17 Thread Irmen de Jong
On 17-11-2011 5:17, snorble wrote: I'm writing a tool for monitoring the workstations and servers in our office. I plan to have a server and a client service that runs on each workstation and reports back to the server (heartbeat, disk free space, etc). So far I am considering XMLRPC, or a clien

Monitoring/inventory client-server app

2011-11-16 Thread snorble
I'm writing a tool for monitoring the workstations and servers in our office. I plan to have a server and a client service that runs on each workstation and reports back to the server (heartbeat, disk free space, etc). So far I am considering XMLRPC, or a client service that just downloads a Pytho