Re: [PHP] Gathering CPU info from Linux and FreeBSD and placing it into aMySQL db

2005-08-10 Thread Robert Cummings
On Wed, 2005-08-10 at 19:07, Patrick - Jupiter Hosting wrote: > Hi Greg, > > Thanks for the link, although I don't think this is exactly what I am > looking for. I am looking for a rather simple way to automate the ssh > into each box and gathering of the system information, instead of > monitori

Re: [PHP] Gathering CPU info from Linux and FreeBSD and placing it into aMySQL db

2005-08-10 Thread Patrick - Jupiter Hosting
Hi Greg, Thanks for the link, although I don't think this is exactly what I am looking for. I am looking for a rather simple way to automate the ssh into each box and gathering of the system information, instead of monitoring the servers. This is going to be a one time operation, as once we gath

Re: [PHP] Gathering CPU info from Linux and FreeBSD and placing it into aMySQL db

2005-08-10 Thread Greg Donald
On 8/10/05, Patrick - Jupiter Hosting <[EMAIL PROTECTED]> wrote: > Hi Nate, > > We are a hosting company. We use this Mambo-like CMS called CATS, which > pretty much tells us what company owns what server(s) in our data > centers. CATS will provide us with a list of details on the specs for > ea

RE: [PHP] Gathering CPU info from Linux and FreeBSD and placing it into aMySQL db

2005-08-10 Thread Patrick - Jupiter Hosting
Hi Nate, We are a hosting company. We use this Mambo-like CMS called CATS, which pretty much tells us what company owns what server(s) in our data centers. CATS will provide us with a list of details on the specs for each machine they own, which include the specs I listed (memory, # of cpus, etc

RE: [PHP] Gathering CPU info from Linux and FreeBSD and placing it into aMySQL db

2005-08-10 Thread Nathan Tobik
Can I ask why you are trying to write a script that from what I understand goes to each box to retrieve the data instead of pushing the data to the central db? You could write a little script in PHP that gathers the required information and then does an insert into your database. Then from the