Ejemplo n.º 1
0
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.storage',
    'canopsis.timeserie',
    'canopsis.old',
    'potsdb'
]

setup(
    description='OpenTSDB for Canopsis',
    install_requires=install_requires,
    keywords='opentsdb'
)
Ejemplo n.º 2
0
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.middleware'
]

setup(
    description='Canopsis remote procedure call',
    install_requires=install_requires,
    keywords='remote procedure call')
Ejemplo n.º 3
0
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.event',
    'canopsis.engines'
    'canopsis.ctxprop'
    'canopsis.old',
]

setup(
    description='Canopsis check event library',
    install_requires=install_requires,
    keywords='check event')
Ejemplo n.º 4
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.common', 'canopsis.storage']

setup(
    description='Canopsis task',
    install_requires=install_requires,
    keywords='task')
Ejemplo n.º 5
0
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.vevent'
]

setup(
    description='Canopsis periodic behavior',
    install_requires=install_requires,
    keywords='pbehavior'
)
Ejemplo n.º 6
0
# --------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.context',
    'canopsis.ctxprop',
    'canopsis.graph',
    'canopsis.event',
    'canopsis.check',
    'canopsis.ccalendar',
    'canopsis.linklist',
    'canopsis.pbehavior',
    'canopsis.timeserie',
    'canopsis.perfdata',
    'canopsis.organisation',
    'canopsis.session',
    'canopsis.topology',
    'canopsis.vevent',
    'canopsis.old'
]

setup(
    description='Canopsis WebCore',
    install_requires=install_requires,
    keywords='webcore'
)
Ejemplo n.º 7
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ["canopsis.old", "canopsis.common"]

setup(description="Canopsis event library", install_requires=install_requires, keywords="event")
Ejemplo n.º 8
0
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.task',
    'canopsis.event',
    'canopsis.check',
    'canopsis.timeserie'
]

setup(
    description='Canopsis alert management',
    install_requires=install_requires,
    keywords='alerts'
)
Ejemplo n.º 9
0
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.storage',
    'canopsis.timeserie',
    'canopsis.old',
    'whisper'
]

setup(
    description='Whisper for Canopsis',
    install_requires=install_requires,
    keywords='whisper'
)
Ejemplo n.º 10
0
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.timeserie'
]

setup(
    description='Canopsis storage',
    install_requires=install_requires,
    keywords='storage')
Ejemplo n.º 11
0
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

"""graph building script."""

from canopsis.common.setup import setup

install_requires = [
    'canopsis.storage',
    'canopsis.task',
    'canopsis.event',
    'canopsis.check',
    'canopsis.context',
    'canopsis.configuration',
    'canopsis.middleware'
]

setup(
    description='Canopsis graph',
    install_requires=install_requires,
    keywords='graph')
Ejemplo n.º 12
0
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware'
]

setup(
    description='Canopsis session library',
    install_requires=install_requires,
    keywords='session')
Ejemplo n.º 13
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.common']

setup(
    description='Canopsis connectors',
    install_requires=install_requires,
    keywords='connectors')
Ejemplo n.º 14
0
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common'
]

setup(
    description='Old canolibs libraries to migrate in separated project',
    install_requires=install_requires,
    keywords='old canolibs libraries'
)
Ejemplo n.º 15
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ["canopsis.common", "canopsis.configuration"]

setup(description="Canopsis middleware", install_requires=install_requires, keywords="middleware")
Ejemplo n.º 16
0
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.old',
    'canopsis.perfdata',
    'canopsis.organisation'
]

setup(
    description='Canopsis migration module',
    install_requires=install_requires,
    keywords='migration')
Ejemplo n.º 17
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ["canopsis.old"]

setup(description="Canopsis connectors", install_requires=install_requires, keywords="connectors")
Ejemplo n.º 18
0
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    "canopsis.common",
    "canopsis.configuration",
    "canopsis.middleware",
    "canopsis.context",
    "canopsis.ctxprop",
    "canopsis.graph",
    "canopsis.event",
    "canopsis.check",
    "canopsis.ccalendar",
    "canopsis.linklist",
    "canopsis.pbehavior",
    "canopsis.timeserie",
    "canopsis.perfdata",
    "canopsis.organisation",
    "canopsis.session",
    "canopsis.topology",
    "canopsis.vevent",
    "canopsis.old",
]

setup(description="Canopsis WebCore", install_requires=install_requires, keywords="webcore")
Ejemplo n.º 19
0
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.old'
]

setup(
    description='Canopsis command line',
    install_requires=install_requires,
    keywords='canopsis command line ccli')
Ejemplo n.º 20
0
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.storage',
    'canopsis.timeserie',
    'canopsis.old',
    'influxdb'
]

setup(
    description='Influxdb for Canopsis',
    install_requires=install_requires,
    keywords='influxdb'
)
Ejemplo n.º 21
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.storage', 'canopsis.task', 'canopsis.graph']

setup(
    description='Canopsis topology',
    install_requires=install_requires,
    keywords='topology'
)
Ejemplo n.º 22
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.storage']

setup(
    description='SLA for Canopsis',
    install_requires=install_requires,
    keywords='sla')
Ejemplo n.º 23
0
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.old'
]

setup(
    name='schemas',
    description='Canopsis schemas',
    install_requires=install_requires,
    keywords='schema',
    author='Capensis',
    author_email='*****@*****.**',
    test_suite='test',
    )
Ejemplo n.º 24
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.common', 'canopsis.middleware']

setup(
    description='Canopsis messsage oriented middleware',
    install_requires=install_requires,
    keywords='mom middleware message')
Ejemplo n.º 25
0
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.timeserie',
    'canopsis.task',
    'canopsis.engines',
    'canopsis.old'
]

setup(
    description='Canopsis stats library',
    install_requires=install_requires,
    keywords='stats')
Ejemplo n.º 26
0
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.storage',
    'canopsis.context',
    'canopsis.ctxprop',
    'canopsis.monitoring',
    'canopsis.timeserie',
    'canopsis.task'
]

setup(
    description='Canopsis perfdata',
    install_requires=install_requires,
    keywords='perfdata')
Ejemplo n.º 27
0
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.old'
]

setup(
    description='Canopsis schemas',
    install_requires=install_requires,
    keywords='schema'
)
Ejemplo n.º 28
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.storage']

setup(
    description='Canopsis context',
    install_requires=install_requires,
    keywords='context')
Ejemplo n.º 29
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.storage']

setup(
    description='Canopsis organisation',
    install_requires=install_requires,
    keywords='organisation')
Ejemplo n.º 30
0
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

"""engines project building script."""

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.context',
    'canopsis.event',
    'canopsis.check',
    'canopsis.pbehavior',
    'canopsis.schema',
    'canopsis.sla',
    'canopsis.tools',
    'canopsis.old'
]

setup(
    description='Engines library',
    install_requires=install_requires,
    keywords='engines'
)