Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
monitoring
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pika
monitoring
Commits
ca0dfdf3
Commit
ca0dfdf3
authored
Feb 26, 2020
by
fwinkler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.hrz.tu-chemnitz.de:/pika/monitoring
parents
95b7c2e5
cada558d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
install/server_node/influx.create
install/server_node/influx.create
+0
-18
No files found.
install/server_node/influx.create
deleted
100644 → 0
View file @
95b7c2e5
create database prope
CREATE RETENTION POLICY frob ON prope DURATION 28d REPLICATION 1 SHARD DURATION 7d DEFAULT
CREATE RETENTION POLICY backup ON prope DURATION INF REPLICATION 1 SHARD DURATION 7d
SHOW RETENTION POLICIES ON "prope"
#modify the retention policy
#ALTER RETENTION POLICY "frob" ON "prope" DURATION 42d REPLICATION 1 SHARD DURATION 7d DEFAULT
CREATE USER admin WITH PASSWORD 'prope18!' WITH ALL PRIVILEGES
CREATE USER umbreen WITH PASSWORD 'ZIHmon!'
GRANT READ ON "prope" TO "umbreen"
CREATE USER spec WITH PASSWORD 'spec2020read!'
GRANT READ ON "prope" TO "spec"
CREATE USER zih WITH PASSWORD 'ZIHmon!'
GRANT READ ON "prope" TO "zih"
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