1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

Minor changes

This commit is contained in:
Jimmy Monin 2018-01-19 19:42:50 +01:00
parent f1f4b8072b
commit 8c471e6012
3 changed files with 6 additions and 4 deletions

View file

@ -38,6 +38,7 @@ location /stub_status {
```
* weblogs: you can monitor all your nginx weblogs for errors; follow [these recommendations](https://github.com/firehol/netdata/tree/master/python.d#nginx_log)
* phpfpm: follow [these recommandations](https://github.com/firehol/netdata/tree/master/python.d#phpfpm)
* NetData registry: set the instance as its own NetData registry server to avoid leaking any information by default
It has been tested on x86_64 and ARM.

View file

@ -3,6 +3,7 @@
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
admin="john" (USER)
is_public=1 (PUBLIC|public=1|private=0)
; Checks
pkg_linter=1
@ -32,4 +33,4 @@
Level 10=0
;;; Options
Email=
Notification=none
Notification=none

View file

@ -6,7 +6,7 @@
"en": "real-time performance and health monitoring",
"fr": "Monitoring serveur en temps reel"
},
"version": "1.9.0-2",
"version": "1.9.0-3",
"url": "http://my-netdata.io/",
"license": "GPL-3.0",
"maintainer": {
@ -55,8 +55,8 @@
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the only allowed user",
"fr": "Choisissez l'unique utilisateur autorisé"
"en": "Choose the only user initially allowed (others can be added later)",
"fr": "Choisissez l'unique utilisateur autorisé initialement (d'autres peuvent être ajoutés ultérieurement)"
},
"example": "johndoe"
}