This commit is contained in:
parent
0285bd09e8
commit
5bfbeccbd2
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"description": "https://bitbucket.org/mnellemann/svci/",
|
||||
"description": "https://git.data.coop/nellemann/svci",
|
||||
"editable": true,
|
||||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
|
@ -97,7 +97,7 @@
|
|||
},
|
||||
"id": 16,
|
||||
"options": {
|
||||
"content": "## Metrics collected from IBM Spectrum Virtualize\n \nFor more information: [bitbucket.org/mnellemann/svci](https://bitbucket.org/mnellemann/svci)\n ",
|
||||
"content": "## Metrics collected from IBM Spectrum Virtualize\n \nFor more information: [https://git.data.coop/nellemann/svci](https://git.data.coop/nellemann/svci)\n ",
|
||||
"mode": "markdown"
|
||||
},
|
||||
"pluginVersion": "9.1.6",
|
||||
|
@ -4152,4 +4152,4 @@
|
|||
"uid": "7R8LbzKV3",
|
||||
"version": 4,
|
||||
"weekStart": ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,9 +11,10 @@ More details are available in the [README.md](../README.md) file.
|
|||
|
||||
## Download and Install svci
|
||||
|
||||
[Download](https://git.data.coop/nellemann/-/packages/generic/svci/) the latest version of SVCi packaged for rpm.
|
||||
|
||||
```shell
|
||||
wget https://bitbucket.org/mnellemann/svci/downloads/svci-0.0.1-1_all.rpm
|
||||
rpm -i --ignoreos svci-0.0.1-1_all.rpm
|
||||
rpm -ivh --ignoreos svci-0.0.1-1_all.rpm
|
||||
cp /opt/svci/doc/svci.toml /etc/
|
||||
```
|
||||
|
||||
|
|
|
@ -42,8 +42,9 @@ When logged in to Grafana (port 3000, admin/admin) create a datasource that poin
|
|||
|
||||
## Download and Install svci
|
||||
|
||||
[Download](https://git.data.coop/nellemann/-/packages/generic/svci/) the latest version of SVCi packaged for deb.
|
||||
|
||||
```shell
|
||||
wget https://bitbucket.org/mnellemann/svci/downloads/svci_0.0.1-1_all.deb
|
||||
dpkg -i svci_0.0.1-1_all.deb
|
||||
cp /opt/svci/doc/svci.toml /etc/
|
||||
cp /opt/svci/doc/svci.service /etc/systemd/system/
|
||||
|
|
|
@ -43,8 +43,9 @@ When logged in to Grafana (port 3000, admin/admin) create a datasource that poin
|
|||
|
||||
## Download and Install svci
|
||||
|
||||
[Download](https://git.data.coop/nellemann/-/packages/generic/svci/) the latest version of SVCi packaged for rpm.
|
||||
|
||||
```shell
|
||||
wget https://bitbucket.org/mnellemann/svci/downloads/svci-0.0.1-1_all.rpm
|
||||
rpm -ivh svci-0.0.1-1_all.rpm
|
||||
cp /opt/svci/doc/svci.toml /etc/
|
||||
cp /opt/svci/doc/svci.service /etc/systemd/system/
|
||||
|
|
|
@ -41,8 +41,9 @@ When logged in to Grafana (port 3000, admin/admin) create a datasource that poin
|
|||
|
||||
## Download and Install SVCi
|
||||
|
||||
[Download](https://git.data.coop/nellemann/-/packages/generic/svci/) the latest version of SVCi packaged for rpm.
|
||||
|
||||
```shell
|
||||
wget https://bitbucket.org/mnellemann/svci/downloads/svci-0.0.1-1_all.rpm
|
||||
rpm -ivh svci-0.0.1-1_all.rpm
|
||||
cp /opt/svci/doc/svci.toml /etc/
|
||||
cp /opt/svci/doc/svci.service /etc/systemd/system/
|
||||
|
|
Loading…
Reference in a new issue