mirror of
https://github.com/YunoHost-Apps/scrutiny_ynh.git
synced 2024-09-03 20:16:24 +02:00
commit
bd50d0c9d7
6 changed files with 6 additions and 5 deletions
|
@ -35,7 +35,7 @@ Scrutiny is a simple but focused application, with a couple of core features:
|
||||||
- (Future) Hard Drive performance testing & tracking
|
- (Future) Hard Drive performance testing & tracking
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.7.1~ynh1
|
**Shipped version:** 0.7.1~ynh2
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ Scrutiny is a simple but focused application, with a couple of core features:
|
||||||
- (Future) Hard Drive performance testing & tracking
|
- (Future) Hard Drive performance testing & tracking
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.7.1~ynh1
|
**Version incluse :** 0.7.1~ynh2
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Group=root
|
||||||
WorkingDirectory=__INSTALL_DIR__
|
WorkingDirectory=__INSTALL_DIR__
|
||||||
LogsDirectory=__APP__
|
LogsDirectory=__APP__
|
||||||
StateDirectory=__APP__
|
StateDirectory=__APP__
|
||||||
ExecStart=__INSTALL_DIR__/bin/scrutiny-collector-metrics-linux-amd64 run --config __INSTALL_DIR__/config/collector.yaml
|
ExecStart=__INSTALL_DIR__/bin/scrutiny-collector-metrics-linux-__YNH_ARCH__ run --config __INSTALL_DIR__/config/collector.yaml
|
||||||
Restart=no
|
Restart=no
|
||||||
StandardOutput=append:/var/log/__APP__/collector.log
|
StandardOutput=append:/var/log/__APP__/collector.log
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
|
|
|
@ -9,7 +9,7 @@ Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__
|
WorkingDirectory=__INSTALL_DIR__
|
||||||
LogsDirectory=__APP__
|
LogsDirectory=__APP__
|
||||||
StateDirectory=__APP__
|
StateDirectory=__APP__
|
||||||
ExecStart=__INSTALL_DIR__/bin/scrutiny-web-linux-amd64 start --config __INSTALL_DIR__/config/scrutiny.yaml
|
ExecStart=__INSTALL_DIR__/bin/scrutiny-web-linux-__YNH_ARCH__ start --config __INSTALL_DIR__/config/scrutiny.yaml
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
StandardOutput=append:/var/log/__APP__/web-server.log
|
StandardOutput=append:/var/log/__APP__/web-server.log
|
||||||
|
|
|
@ -4,7 +4,7 @@ id = "scrutiny"
|
||||||
name = "Scrutiny"
|
name = "Scrutiny"
|
||||||
description.en = "WebUI for smartd S.M.A.R.T monitoring"
|
description.en = "WebUI for smartd S.M.A.R.T monitoring"
|
||||||
|
|
||||||
version = "0.7.1~ynh1"
|
version = "0.7.1~ynh2"
|
||||||
|
|
||||||
maintainers = ["ewilly"]
|
maintainers = ["ewilly"]
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
ynh_arch="$YNH_ARCH"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue