Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EUDAT-TOOLS
SVMON
pysvmon
Commits
b459ab76
Commit
b459ab76
authored
Jul 07, 2021
by
Agustin Pane
Browse files
Update InstallClient.md
parent
0d732097
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/InstallClient.md
View file @
b459ab76
...
...
@@ -54,6 +54,22 @@
Notes: you can see which service and versions will be send to the server by using "svmon --p"
## How to configure the crontab
1) Once you are able to send the reporting using "svmon --send" you need to configure the crontab so you periodically send the requests to the server
2) In your machine use "crontab -e"
3) Then you can copy this configuration:
```
00 10 * * * svmon --send
```
4) Note that this will run every day 10:00 AM. You could change the hour if you prefer
5) Then just save the file and you are ready.
## How to uninstall SVMON
1) Just uninstall it using pip:
...
...
Write
Preview
Supports
Markdown
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