naemon / naemon-core

Networks, Applications and Event Monitor
http://www.naemon.io/
GNU General Public License v2.0
153 stars 63 forks source link

SCHEDULE_HOSTGROUP_HOST_DOWNTIME / Unknown hostgroup comamnd ID 84 #71

Closed DanielGT1 closed 10 years ago

DanielGT1 commented 10 years ago

Using 'Schedule downtime for all hosts in this hostgroup' does result in the log entry:

"Unknown hostgroup comamnd ID 84"

No downtimes are added. For me it looks like it's not implemented, yet.

naemon/commands.c

in "hostgroup_command_handler" function. No 'case' statement for SCHEDULE_HOSTGROUP_HOST_DOWNTIME

Hope this feature isn't omitted. Thank you very much.

sni commented 10 years ago

which version are you using, i have the feeling this has been fixed already.

DanielGT1 commented 10 years ago

Currently i'm using: Naemon 0.8.1_20140603 and Thruk 1.85-20140603

Today i did try with Naemon 0.8.1_20140627 core, but without a new Thruk version. Same error message:

Error: External command failed -> SCHEDULE_HOSTGROUP_HOST_DOWNTIME;graphios;1403856072;1403863272;1;0;7200;admin;test (Command failed) Unknown hostgroup comamnd ID 84

sni commented 10 years ago

ok, thanks for testing. Then this sounds like a new problem.