Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
1
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d11ab984
authored
Jul 11, 2022
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
carbon fix
parent
76701508
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
README.md
+3
-4
salt/graphite/files/graphite-carbon.service
+2
-2
salt/graphite/files/requirement1.txt
+3
-0
salt/graphite/files/requirements.txt
+0
-2
No files found.
README.md
View file @
d11ab984
...
...
@@ -22,19 +22,18 @@ In circle VMs you can set the name to mycircel-dev using the following commands.
```
bash
sudo
sed
-ie
1,
\$
s/
$(
hostname
)
/mycircle-dev/ /etc/hosts
sudo
bash
-c
"echo mycircle-dev > /etc/hostname"
reboot - it not neccessary because the next step
sudo
reboot - it not neccessary because the next steps
```
Refresh your system:
```
bash
sudo
apt update
sudo
apt upgrade
sudo
apt update
&&
sudo
apt upgrade
-y
sudo
reboot
```
Install some important packages
```
bash
sudo
apt install python3 python3-pip python3-dev virtualenvwrapper git vim
sudo
apt install python3 python3-pip python3-dev virtualenvwrapper git vim
-y
```
## Get the installer
...
...
salt/graphite/files/graphite-carbon.service
View file @
d11ab984
...
...
@@ -6,8 +6,8 @@ After=network.target
User={{ pillar['graphite']['user'] }}
Group={{ pillar['graphite']['user'] }}
Environment=PYTHONPATH=/opt/graphite/lib GRAPHITE_ROOT=/opt/graphite
WorkingDirectory=/
opt/graphite/bin/
ExecStart=/bin/bash -c "source /etc/profile; workon graphite; exec twistd --nodaemon --reactor=epoll --no_save carbon-cache"
WorkingDirectory=/
home/{{ pillar['graphite']['user'] }}
ExecStart=/bin/bash -c "source /etc/profile; workon graphite;
cd /opt/graphite/bin/;
exec twistd --nodaemon --reactor=epoll --no_save carbon-cache"
Restart=always
[Install]
...
...
salt/graphite/files/requirement1.txt
View file @
d11ab984
#
graphite-web
whisper
carbon
salt/graphite/files/requirements.txt
View file @
d11ab984
whisper
carbon
python-memcached
Django
== 3.0.14
Twisted
== 22.4.0
...
...
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