Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
unstable
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PROINFODATA
unstable
Commits
a2c3224a
Commit
a2c3224a
authored
10 years ago
by
Diego Giovane Pasqualin
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/add-agent-generation-tutorial' into 'master'
Feature/add agent generation tutorial
parents
7a589de3
0bea08cd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+76
-0
76 additions, 0 deletions
README
with
76 additions
and
0 deletions
README
+
76
−
0
View file @
a2c3224a
This is the PROINFODATA unstable repository.
This is the PROINFODATA unstable repository.
PROINFODATA-AGENT
=================
This program is supossed to be installed on client machines
here it will
collect information about CPU, memory, disk, network, etc.
All this information is sent to a WebService
and later displayed on datasid public website.
COMPILING THE LINUX AGENT
-------------------------
Just run:
#create the image to compile the client
cd build
sudo ./build-env.sh create
sudo ./build-env.sh mount
sudo ./build-env.sh shell
#generate the agent
su - user
cd proinfo/build
make
After that, the following things will be generated on the
agent directory:
1. proinfodata-1.4.1-update.run
Description: The proinfodata agent update.
Important: On a new agent realease, do not forget to edit the
file /home/proinfodata/conf/agent-version-linux to that way the
webservice can respond with the correct version and link.
Destination: /home/proinfodata/www/download/Pacote_de_Atualizacao_SEED2_v$(VERSION).run
2. build/SEED2-run
Description: This directory contains the files needed to
generate the agent with the inep and proxy files embedded
in the agent installer.
Destination: /home/proinfodata/conf/agent-files/
COMPILING THE WINDOWS AGENT
---------------------------
Just run:
cd windows-installer
#Install all packages required to generate the windows agent installer
./install-essencials.sh
#Generate the windows agent installer
make
or make test to generate the agent pointing to
the test server.
After that, the following things will be generated on the
windows-installer directory:
1. windows-agent
Description: This directory contains the files needed to
generate the agent with the inep and proxy files embedded
in the agent installer.
Destination: /home/proinfodata/conf/
2. windows-agent/ProInfoData.exe
Description: The datasid agent update.
Important: On a new agent realease, do not forget to edit the
file /home/proinfodata/conf/agent-version-win to that way the
webservice can respond with the correct version and link.
Destination: /home/proinfodata/www/download/proinfodata_windows_$(VERSION).exe
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment