Home Forums OS X Server and Client Discussion Misc. Sending info from one mac to another

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #362537
    sketch
    Participant

    I want to build a centralized inventory system using scripted output system_profiler.

    How do I send the output from one machine to another (so I can then import it into a database)?

    Edit: it looks like nc (netcat) may very well do the trick I need. Maybe.

    #362546
    andrina
    Participant

    Is something like Arek’s Centralized logging what you’re looking for? Or perhaps an scp command in your script? i.e.:

    scp -r /path/to/file [email protected]:"/path/to/remote/location"
    
    

    #362569
    sketch
    Participant

    OOH! I was unaware of scp. Thanks! Big Grin

    No, this isn’t for centralized logging, this is for centralized system profiling/asset management.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Comments are closed