naemon / naemon-livestatus

Naemon - Livestatus Eventbroker Module
GNU General Public License v2.0
26 stars 30 forks source link

Correct contacts column on host table #88

Closed jacobbaungard closed 3 years ago

jacobbaungard commented 3 years ago

Move the assignment of the hst variable before the if statement, to ensure the if statement doesn't always return false.

This fixes an issue causing the contacts column on the host table to always be empty.

Also add a test case for sanity checking.

Signed-off-by: Jacob Hansen jhansen@op5.com

sni commented 3 years ago

my bad, and thanks for adding the test case :-)