diff --git a/README.md b/README.md index 9a96e3d..18d5bd0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/check_process b/check_process index d7ab68b..29d86be 100644 --- a/check_process +++ b/check_process @@ -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 \ No newline at end of file +Notification=none diff --git a/manifest.json b/manifest.json index dc08fbe..6539ec1 100644 --- a/manifest.json +++ b/manifest.json @@ -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" }