Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amit Bansod
igui_exporter
Commits
b56ab268
Commit
b56ab268
authored
Jan 14, 2021
by
Amit Bansod
Browse files
corrected build command and added an example
parent
39deb912
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b56ab268
# igui_exporter
# Build docker image
docker build -t
.
igui_exporter
docker build -t igui_exporter
.
# Run the docker image
docker run --rm igui_exporter --host katcp_host --port katcp_port --igui-url http://134.104.16.96 --igui-user user --igui-pass pass --igui-parent
<parent_name>
:: --log-level debug
docker run --host katcp_host --port katcp_port --igui-url http://134.104.16.96 --igui-user user --igui-pass pass --igui-parent
<parent_name>
:: --log-level debug
# Example
docker run igui_exporter --host 134.104.24.160 --port 53125 --igui-url http://134.104.16.96 --igui-user
<username>
--igui-pass
<pass>
--igui-parent EPT_TIC:: --log-level DEBUG
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment