shinken-monitoring / mod-livestatus

Shinken module for presenting data with a MK/Livestatus comptabile interface
GNU Affero General Public License v3.0
15 stars 20 forks source link

Livestatus DeprecationWarning #68

Open Azef1 opened 8 years ago

Azef1 commented 8 years ago

Hi,

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.