Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

agent

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Edileuton Henrique de Oliveira authored
    Signed-off-by: default avatarEdileuton Henrique de Oliveira <eho09@c3sl.ufpr.br>
    22699e00
    History
    datasid-agent
    ==============
    
    This program is supossed to be installed on client machines where it will
    collect information about CPU, memory, disk, network, etc.
    All this information is sent to a WebService (datasid-server) and later
    displayed on datasid public website.
    
    
    COMPILING
    ---------
    
    Just run the following commands:
    
    ./autogen.sh
    ./configure
    make
    make install