Skip to content

Commit

Permalink
fix monitor received
Browse files Browse the repository at this point in the history
  • Loading branch information
guohongze committed Feb 12, 2019
1 parent 580be4f commit 6cfaec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
url(r'^getmem/(?P<hostname>.+)/(?P<timing>\d+)/$', system.get_mem, name='get_mem'),
url(r'^getdisk/(?P<hostname>.+)/(?P<timing>\d+)/(?P<partition>\d+)/$', system.get_disk, name='get_disk'),
url(r'^getnet/(?P<hostname>.+)/(?P<timing>\d+)/(?P<net_id>\d+)/$', system.get_net, name='get_net'),
url(r'^receivedsysinfo/$', api.received_sys_info, name='received_sys_info'),
url(r'^received/sys/info/$', api.received_sys_info, name='received_sys_info'),
]

0 comments on commit 6cfaec8

Please sign in to comment.