You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The alertlist is just empty when sending +0.
When sending -0 it works just fine.
When sending +1 as endtime there is an error msg:
"The requested start time must be before the end time."
Which seems odd.
Solution/Workaround:
In
/usr/share/nagios/nagiostv/static/js/main.5ed0ad9f.js
change endtime entries.
From
concat(t,"&endtime=%2B
to
concat(t,"&endtime=%2D
on both occasions.
Best regards
The text was updated successfully, but these errors were encountered:
Weird bug. I have the same version of Nagios Core and my archivejson.cgi works fine with +0. It also works with -0. I wonder what is different with yours and why its unhappy. I will give this change a try in the next release. You are using "cgi bin" mode and not livestatus mode, correct?
Nagios Core 4.4.7
NTV: 0.8.7
This could be an error in this Nagios version.
The alertlist is just empty when sending +0.
When sending -0 it works just fine.
When sending +1 as endtime there is an error msg:
"The requested start time must be before the end time."
Which seems odd.
Solution/Workaround:
In
/usr/share/nagios/nagiostv/static/js/main.5ed0ad9f.js
change endtime entries.
From
concat(t,"&endtime=%2B
to
concat(t,"&endtime=%2D
on both occasions.
Best regards
The text was updated successfully, but these errors were encountered: