mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-20 00:57:00 +00:00
Improve timeseries comments and fix Prometheus settings
This commit is contained in:
parent
7136ff6fbf
commit
c56b01b37e
4 changed files with 21 additions and 46 deletions
|
|
@ -1833,7 +1833,6 @@ bool Utils::httpGetPost(lua_State* vm, char *url, char *username,
|
|||
out_f = fopen(write_fname, "w");
|
||||
|
||||
if(out_f == NULL) {
|
||||
char buf[64];
|
||||
ntop->getTrace()->traceEvent(TRACE_ERROR, "Could not open %s for write", write_fname, strerror(errno));
|
||||
curl_easy_cleanup(curl);
|
||||
if(vm) lua_pushnil(vm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue