summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xweb/netdata-swagger.json6
-rwxr-xr-xweb/netdata-swagger.yaml4
2 files changed, 5 insertions, 5 deletions
diff --git a/web/netdata-swagger.json b/web/netdata-swagger.json
index b154345102..fd7896bc0a 100755
--- a/web/netdata-swagger.json
+++ b/web/netdata-swagger.json
@@ -2,10 +2,10 @@
"swagger": "2.0",
"info": {
"title": "NetData API",
- "description": "Real time monitoring for linux, over the web!",
+ "description": "Real time data collection and graphs...",
"version": "1.0.0"
},
- "host": "195.97.5.206:19999",
+ "host": "netdata.firehol.org",
"schemes": [
"http"
],
@@ -424,4 +424,4 @@
}
}
}
-} \ No newline at end of file
+}
diff --git a/web/netdata-swagger.yaml b/web/netdata-swagger.yaml
index 479818b7dc..7d7bc65607 100755
--- a/web/netdata-swagger.yaml
+++ b/web/netdata-swagger.yaml
@@ -1,9 +1,9 @@
swagger: '2.0'
info:
title: NetData API
- description: 'Real time monitoring for linux, over the web!'
+ description: 'Real time data collection and graphs...'
version: 1.0.0
-host: 195.97.5.206:19999
+host: netdata.firehol.org
schemes:
- http
basePath: /api/v1