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
When i start my shinken with shinken-arbiter -d -c /etc/shinken/shinken.cfg i have these errors:
/var/lib/shinken/modules/livestatus/mapping.py:45: DeprecationWarning: shinken.schedulerlink is deprecated module path ; schedulerlink must now be imported from shinken.objects.schedulerlink ; please update your code accordingly
from shinken.schedulerlink import SchedulerLink
/var/lib/shinken/modules/livestatus/mapping.py:46: DeprecationWarning: shinken.reactionnerlink is deprecated module path ; reactionnerlink must now be imported from shinken.objects.reactionnerlink ; please update your code accordingly
from shinken.reactionnerlink import ReactionnerLink
/var/lib/shinken/modules/livestatus/mapping.py:47: DeprecationWarning: shinken.brokerlink is deprecated module path ; brokerlink must now be imported from shinken.objects.brokerlink ; please update your code accordingly
from shinken.brokerlink import BrokerLink
/var/lib/shinken/modules/livestatus/mapping.py:48: DeprecationWarning: shinken.receiverlink is deprecated module path ; receiverlink must now be imported from shinken.objects.receiverlink ; please update your code accordingly
from shinken.receiverlink import ReceiverLink
/var/lib/shinken/modules/livestatus/mapping.py:49: DeprecationWarning: shinken.pollerlink is deprecated module path ; pollerlink must now be imported from shinken.objects.pollerlink ; please update your code accordingly
from shinken.pollerlink import PollerLink
But shinken start well
I using shinken 2.4, livestatus 1.4.2 with logstore-null.
The text was updated successfully, but these errors were encountered:
Hi,
When i start my shinken with shinken-arbiter -d -c /etc/shinken/shinken.cfg i have these errors:
But shinken start well
I using shinken 2.4, livestatus 1.4.2 with logstore-null.
The text was updated successfully, but these errors were encountered: