COPYING
Changelog
FROM_NAGIOS_TO_SHINKEN
MANIFEST.in
README
THANKS
setup.cfg
setup.py
Shinken.egg-info/PKG-INFO
Shinken.egg-info/SOURCES.txt
Shinken.egg-info/dependency_links.txt
Shinken.egg-info/not-zip-safe
Shinken.egg-info/requires.txt
Shinken.egg-info/top_level.txt
bin/launch_all.sh
bin/launch_all_debug.sh
bin/launch_arbiter.sh
bin/launch_arbiter_debug.sh
bin/launch_broker.sh
bin/launch_broker_debug.sh
bin/launch_poller.sh
bin/launch_poller_debug.sh
bin/launch_reactionner.sh
bin/launch_reactionner_debug.sh
bin/launch_receiver.sh
bin/launch_receiver_debug.sh
bin/launch_scheduler.sh
bin/launch_scheduler_debug.sh
bin/shinken-arbiter
bin/shinken-arbiter.py
bin/shinken-broker
bin/shinken-broker.py
bin/shinken-discovery
bin/shinken-poller
bin/shinken-poller.py
bin/shinken-reactionner
bin/shinken-reactionner.py
bin/shinken-receiver
bin/shinken-receiver.py
bin/shinken-scheduler
bin/shinken-scheduler.py
bin/stop_all.sh
bin/stop_arbiter.sh
bin/stop_broker.sh
bin/stop_poller.sh
bin/stop_reactionner.sh
bin/stop_receiver.sh
bin/stop_scheduler.sh
bin/default/.gitignore
bin/default/shinken.in
bin/init.d/shinken-arbiter
bin/init.d/shinken-broker
bin/init.d/shinken-poller
bin/init.d/shinken-reactionner
bin/init.d/shinken-receiver
bin/init.d/shinken-scheduler
doc/shinken-128x128.png
doc/shinken.png
doc/images/Shinken_Legende.png
doc/images/broker-modules.png
doc/images/check-depandencies.png
doc/images/checkmark.png
doc/images/important.png
doc/images/logofullsize.png
doc/images/merlin-architecture.png
doc/images/nagios-architecture.png
doc/images/note.png
doc/images/pack-agregation.png
doc/images/pack-creation.png
doc/images/shinken-action-queues.png
doc/images/shinken-architecture-global-realm.png
doc/images/shinken-architecture-isolated-realms.png
doc/images/shinken-architecture.png
doc/images/shinken-conf-dispatching.png
doc/images/shinken-external-commands.png
doc/images/shinken-logo-rotated.png
doc/images/shinken-on-windows.png
doc/images/shinken-scheduler-lost.png
doc/images/warning.png
etc/brokerd-windows.ini
etc/brokerd.ini
etc/commands.cfg
etc/contactgroups.cfg
etc/dependencies.cfg
etc/discovery.cfg
etc/discovery_rules.cfg
etc/discovery_runs.cfg
etc/escalations.cfg
etc/host-150.cfg
etc/hostgroups.cfg
etc/nagios-windows.cfg
etc/nagios.cfg
etc/pollerd-windows.ini
etc/pollerd.ini
etc/reactionnerd-windows.ini
etc/reactionnerd.ini
etc/receiverd-windows.ini
etc/receiverd.ini
etc/resource.cfg
etc/schedulerd-windows.ini
etc/schedulerd.ini
etc/servicegroups.cfg
etc/services-150h-1500srv.cfg
etc/shinken-specific-high-availability.cfg
etc/shinken-specific-load-balanced-only.cfg
etc/shinken-specific-windows.cfg
etc/shinken-specific.cfg
etc/templates.cfg
etc/timeperiods.cfg
etc/objects/contacts/linux_admin.cfg
etc/objects/contacts/windows_admin.cfg
etc/objects/hosts/applications.cfg
etc/objects/hosts/databasehost-asia.cfg
etc/objects/hosts/databasehost-us.cfg
etc/objects/hosts/databasehost1.cfg
etc/objects/hosts/databasehost2.cfg
etc/objects/hosts/databasehost3.cfg
etc/objects/hosts/localhost.cfg
etc/objects/hosts/router-asia.cfg
etc/objects/hosts/router-us.cfg
etc/objects/hosts/router1.cfg
etc/objects/hosts/srv-ipvs-1.cfg
etc/objects/hosts/srv-ipvs-2.cfg
etc/objects/hosts/srv-nfs-1.cfg
etc/objects/hosts/srv-nfs-2.cfg
etc/objects/hosts/srv-web-1.cfg
etc/objects/hosts/srv-web-2.cfg
etc/objects/hosts/srv-web-3.cfg
etc/objects/hosts/srv-web-asia.cfg
etc/objects/hosts/srv-web-us.cfg
etc/objects/services/apache-asia.cfg
etc/objects/services/apache-us.cfg
etc/objects/services/apache.cfg
etc/objects/services/dotcomsite.cfg
etc/objects/services/erp.cfg
etc/objects/services/ipvs.cfg
etc/objects/services/linux_disks.cfg
etc/objects/services/mysql.cfg
etc/objects/services/nfs.cfg
etc/objects/services/router_ports.cfg
libexec/check.bat
libexec/check.sh
libexec/check_dummy.sh
libexec/check_shinken.py
libexec/getwmic.sh
libexec/link_vmware_host_vm.py
libexec/nmap_discovery_runner.py
libexec/notify.sh
libexec/nsca_client.py
libexec/sendmailhost.pl
libexec/sendmailservices.pl
libexec/vmware_discovery_runner.py
shinken/.gitignore
shinken/__init__.py
shinken/acknowledge.py
shinken/action.py
shinken/arbiterlink.py
shinken/autoslots.py
shinken/basemodule.py
shinken/bin.py
shinken/borg.py
shinken/brok.py
shinken/brokerlink.py
shinken/check.py
shinken/commandcall.py
shinken/comment.py
shinken/contactdowntime.py
shinken/daemon.py
shinken/daterange.py
shinken/db.py
shinken/db_mysql.py
shinken/db_oracle.py
shinken/db_sqlite.py
shinken/dependancies
shinken/dependencynode.py
shinken/dispatcher.py
shinken/downtime.py
shinken/easter.py
shinken/eventhandler.py
shinken/external_command.py
shinken/graph.py
shinken/load.py
shinken/log.py
shinken/macroresolver.py
shinken/memoized.py
shinken/message.py
shinken/modulesmanager.py
shinken/notification.py
shinken/pollerlink.py
shinken/property.py
shinken/pyro_wrapper.py
shinken/reactionnerlink.py
shinken/receiverlink.py
shinken/satellite.py
shinken/satellitelink.py
shinken/scheduler.py
shinken/schedulerlink.py
shinken/singleton.py
shinken/util.py
shinken/worker.py
shinken/core/__init__.py
shinken/daemons/__init__.py
shinken/daemons/arbiterdaemon.py
shinken/daemons/brokerdaemon.py
shinken/daemons/pollerdaemon.py
shinken/daemons/reactionnerdaemon.py
shinken/daemons/receiverdaemon.py
shinken/daemons/schedulerdaemon.py
shinken/modules/.gitignore
shinken/modules/__init__.py
shinken/modules/dummy_arbiter.py
shinken/modules/dummy_poller.py
shinken/modules/dummy_scheduler.py
shinken/modules/glpi_import_arbiter.py
shinken/modules/hack_commands_poller_tag_arbiter.py
shinken/modules/hot_dependencies_arbiter.py
shinken/modules/memcache_retention_scheduler.py
shinken/modules/nagios_retention_file_scheduler.py
shinken/modules/named_pipe.py
shinken/modules/npcdmod_broker.py
shinken/modules/nrpe_poller.py
shinken/modules/nsca.py
shinken/modules/pickle_retention_file_generic.py
shinken/modules/pickle_retention_file_scheduler.py
shinken/modules/redis_retention_scheduler.py
shinken/modules/simplelog_broker.py
shinken/modules/syslog_broker.py
shinken/modules/couchdb_broker/.gitignore
shinken/modules/couchdb_broker/__init__.py
shinken/modules/couchdb_broker/couchdb_broker.py
shinken/modules/host_perfdata_broker/.gitignore
shinken/modules/host_perfdata_broker/__init__.py
shinken/modules/host_perfdata_broker/host_perfdata_broker.py
shinken/modules/livestatus_broker/.gitignore
shinken/modules/livestatus_broker/__init__.py
shinken/modules/livestatus_broker/livestatus.py
shinken/modules/livestatus_broker/livestatus_broker.py
shinken/modules/merlindb_broker/.gitignore
shinken/modules/merlindb_broker/__init__.py
shinken/modules/merlindb_broker/merlindb_broker.py
shinken/modules/ndodb_mysql_broker/.gitignore
shinken/modules/ndodb_mysql_broker/__init__.py
shinken/modules/ndodb_mysql_broker/ndodb_mysql_broker.py
shinken/modules/ndodb_oracle_broker/.gitignore
shinken/modules/ndodb_oracle_broker/__init__.py
shinken/modules/ndodb_oracle_broker/ndodb_oracle_broker.py
shinken/modules/service_perfdata_broker/.gitignore
shinken/modules/service_perfdata_broker/__init__.py
shinken/modules/service_perfdata_broker/service_perfdata_broker.py
shinken/modules/status_dat_broker/.gitignore
shinken/modules/status_dat_broker/__init__.py
shinken/modules/status_dat_broker/objectscache.py
shinken/modules/status_dat_broker/status.py
shinken/modules/status_dat_broker/status_dat_broker.py
shinken/objects/__init__.py
shinken/objects/command.py
shinken/objects/config.py
shinken/objects/contact.py
shinken/objects/contactgroup.py
shinken/objects/discoveryrule.py
shinken/objects/discoveryrun.py
shinken/objects/escalation.py
shinken/objects/host.py
shinken/objects/hostdependency.py
shinken/objects/hostescalation.py
shinken/objects/hostgroup.py
shinken/objects/item.py
shinken/objects/itemgroup.py
shinken/objects/module.py
shinken/objects/notificationway.py
shinken/objects/realm.py
shinken/objects/resultmodulation.py
shinken/objects/schedulingitem.py
shinken/objects/service.py
shinken/objects/servicedependency.py
shinken/objects/serviceescalation.py
shinken/objects/servicegroup.py
shinken/objects/timeperiod.py
shinken/plugins/__init__.py
skonf/__init__.py
skonf/manage.py
skonf/settings.py
skonf/urls.py
skonf/arbiters/__init__.py
skonf/arbiters/models.py
skonf/arbiters/tests.py
skonf/arbiters/views.py
skonf/brokers/__init__.py
skonf/brokers/models.py
skonf/brokers/tests.py
skonf/brokers/views.py
skonf/common/__init__.py
skonf/common/render.py
skonf/pollers/__init__.py
skonf/pollers/models.py
skonf/pollers/tests.py
skonf/pollers/views.py
skonf/reactionners/__init__.py
skonf/reactionners/models.py
skonf/reactionners/tests.py
skonf/reactionners/views.py
skonf/realms/__init__.py
skonf/realms/models.py
skonf/realms/tests.py
skonf/realms/views.py
skonf/schedulers/__init__.py
skonf/schedulers/models.py
skonf/schedulers/tests.py
skonf/schedulers/views.py
test/test_acknowledge.py
test/test_action.py
test/test_bad_contact_call.py
test/test_bad_notification_period.py
test/test_bad_start.py
test/test_bad_timeperiods.py
test/test_business_correlator.py
test/test_clean_sched_queues.py
test/test_command.py
test/test_commands_perfdata.py
test/test_complex_hostgroups.py
test/test_config.py
test/test_contactdowntimes.py
test/test_contactgroup_nomembers.py
test/test_create_link_from_ext_cmd.py
test/test_customs_on_service_hosgroups.py
test/test_db.py
test/test_db_mysql.py
test/test_db_sqlite.py
test/test_dependencies.py
test/test_discovery_def.py
test/test_dispatcher.py
test/test_downtimes.py
test/test_dummy.py
test/test_escalations.py
test/test_eventids.py
test/test_external_commands.py
test/test_host_missing_adress.py
test/test_host_without_cmd.py
test/test_hostgroup_no_host.py
test/test_hosts.py
test/test_illegal_names.py
test/test_livestatus.py
test/test_livestatus_trigger.py
test/test_macroresolver.py
test/test_maintenance_period.py
test/test_module_hack_cmd_poller_tag.py
test/test_module_host_perfdata.py
test/test_module_hot_dependencies_arbiter.py
test/test_module_memcache_retention.py
test/test_module_merlin_sqlite.py
test/test_module_nagios_retention.py
test/test_module_named_pipe_arbiter.py
test/test_module_pickle_retention.py
test/test_module_pickle_retention_arbiter.py
test/test_module_pickle_retention_broker.py
test/test_module_redis_retention.py
test/test_module_service_perfdata.py
test/test_module_simplelog.py
test/test_module_status_dat.py
test/test_modulemanager.py
test/test_modules_nrpe_poller.py
test/test_nested_hostgroups.py
test/test_no_notification_period.py
test/test_nocontacts.py
test/test_nohostsched.py
test/test_not_hostname.py
test/test_notification_warning.py
test/test_notifications.py
test/test_notifway.py
test/test_npcdmod.py
test/test_nullinheritance.py
test/test_obsess.py
test/test_on_demand_event_handlers.py
test/test_orphaned.py
test/test_passive_pollers.py
test/test_poller_addition.py
test/test_poller_tag_get_checks.py
test/test_problem_impact.py
test/test_properties.py
test/test_reactionner_tag_get_notif.py
test/test_realms.py
test/test_resultmodulation.py
test/test_satellites.py
test/test_service_generators.py
test/test_service_tpl_on_host_tpl.py
test/test_services.py
test/test_srv_badhost.py
test/test_srv_nohost.py
test/test_startmember_group.py
test/test_strange_characters_commands.py
test/test_system_time_change.py
test/test_timeperiod_inheritance.py
test/test_timeperiods.py
test/test_unknown_do_not_change.py
test/test_utf8_log.py
var/void_for_git
windows/install-all.bat
windows/shinken-arbiter-service.reg
windows/shinken-broker-service.reg
windows/shinken-poller-service.reg
windows/shinken-reactionner-service.reg
windows/shinken-receiver-service.reg
windows/shinken-scheduler-service.reg
windows/uninstall-all.bat