NagiosEnterprises / nrdp

NRDP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML Check Result and JSON Check Result do not work in 1.5.0

douglasawh opened this issue · comments

CentOS 7, Core 4.3.4. "Submit Nagios Command" does work.

yum -y install php-process seems to resolve the output, but the state still does not change.

turns out it just does not handle bad states. If you put a host state that is not 0-2 the UI will keep the previous state. The new state shows up "properly" in the nagios.log

[1513970927] PASSIVE HOST CHECK: localhost;10;hahah

The php-process installation should be added to the instructions, at least for CentOS 7.

Fixed in 9967a5f

Also, an FYI - the allowing of passing an integer in outside of the normal scope is handled by Core, and as such should be left for that.