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
In the service information tab, I see the following:
Check command Could not resolve commandline. Object not found
clicking edit service also produces the error message:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/adagios/views.py", line 43, in wrapper
result = view_func(request, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/adagios/objectbrowser/views.py", line 546, in bulk_edit
for i in _querydict_to_objects(request):
File "/usr/lib/python2.7/site-packages/adagios/objectbrowser/views.py", line 806, in _querydict_to_objects
result.append(_find_service(host_name, service_description))
File "/usr/lib/python2.7/site-packages/adagios/objectbrowser/views.py", line 822, in _find_service
return result[0]
IndexError: list index out of range
In the service information tab, I see the following:
clicking edit service also produces the error message:
here is a sample of my config setup:
i have 100s of hosts in in the
hgrpA
hostgroup, all which produce the above error.I can see the command if i use the nagios configuration tool (at
/nagios/cgi-bin/config.cgi?type=services
)I'm using adagios v1.6.3 and nagios v4.4.3
Related issue: #177
Any help would be much appreciated, thanks.
Tom
The text was updated successfully, but these errors were encountered: