mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Correct multigraph typo for uptime graph
This commit is contained in:
parent
caf2f067c2
commit
a450e79104
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ def process_url(url):
|
||||||
return dom.xpath('//table[contains(@class, "simpleTable")]')
|
return dom.xpath('//table[contains(@class, "simpleTable")]')
|
||||||
|
|
||||||
|
|
||||||
print("multi_graph arris_uptime")
|
print("multigraph arris_uptime")
|
||||||
arr = process_url(INFO_URL)
|
arr = process_url(INFO_URL)
|
||||||
if arr:
|
if arr:
|
||||||
trs = arr[1].findall("tr")
|
trs = arr[1].findall("tr")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue