mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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