mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Updates Documentation for MySQL, Nginx, Bind
Fixes Nginx-Stats Solves #790 Solves #915
This commit is contained in:
@@ -3,7 +3,7 @@ import urllib2
|
||||
import re
|
||||
|
||||
|
||||
data = urllib2.urlopen('http://localhost/nginx-status').read()
|
||||
data = urllib2.urlopen('http://127.0.0.1/nginx-status').read()
|
||||
|
||||
params = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user