-
Notifications
You must be signed in to change notification settings - Fork 333
Open
Labels
Milestone
Description
we have configuration like this:
almost 2500 hosts, 20 services, almost 36000 contacts, 1 escalation.
what makes me feel frustrated is that configuration check takes above 30 seconds which Nagios will only use almost 2 seconds. I use shinken-arbiter -v -p profile -c /etc/shinken/shinken.cfg to dump a profile and after use pstats to analyse which part consume the longest time. it comes with that get_property_by_inheritance
takes the most time part. Below is the profile output:
Fri Apr 24 14:33:27 2015 profile
45184087 function calls (43891507 primitive calls) in 49.628 seconds
Ordered by: internal time
ncalls tottime percall cumtime percall filename:lineno(function)
2945942/1737778 7.325 0.000 15.877 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:268(get_property_by_inheritance)
10994962 5.625 0.000 5.625 0.000 {hasattr}
2904057 3.945 0.000 3.945 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:391(has_plus)
81292 3.161 0.000 7.915 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:76(__init__)
300 2.820 0.009 19.309 0.064 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1077(apply_partial_inheritance)
6130458 2.516 0.000 2.516 0.000 {getattr}
1 2.248 2.248 10.009 10.009 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:585(read_config_buf)
1805970 1.757 0.000 2.379 0.000 /home/shinken/lib/python2.7/re.py:226(_compile)
1513934 1.347 0.000 4.597 0.000 /home/shinken/lib/python2.7/re.py:139(search)
1513934 1.323 0.000 1.323 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
81256 1.202 0.000 2.534 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:211(fill_default)
2911623 1.139 0.000 1.139 0.000 {setattr}
81243 0.922 0.000 1.042 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/commandcall.py:94(get_command_and_args)
39353 0.779 0.000 1.072 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/contact.py:165(is_correct)
2400600 0.770 0.000 0.770 0.000 {method 'get' of 'dict' objects}
81453 0.754 0.000 2.131 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:165(init_running_properties)
861821 0.746 0.000 0.746 0.000 {method 'split' of 'unicode' objects}
2185023 0.726 0.000 0.726 0.000 {isinstance}
249915 0.680 0.000 1.762 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:478(_cut_line)
292018 0.536 0.000 0.536 0.000 {method 'split' of '_sre.SRE_Pattern' objects}
81243 0.486 0.000 1.633 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/commandcall.py:64(__init__)
39354 0.433 0.000 0.636 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/notificationway.py:152(is_correct)
1 0.413 0.413 7.140 7.140 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/contact.py:253(explode)
305247 0.367 0.000 0.607 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/util.py:78(split_semicolon)
334985 0.363 0.000 0.670 0.000 /home/q/python27/lib/python2.7/copy.py:66(copy)
120679 0.306 0.000 1.153 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/property.py:224(pythonize)
2 0.306 0.153 2.774 1.387 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1239(linkify_command_list_with_commands)
120678 0.305 0.000 0.761 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/util.py:256(list_split)
292018 0.303 0.000 1.290 0.000 /home/shinken/lib/python2.7/re.py:164(split)
2515 0.286 0.000 0.477 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/schedulingitem.py:62(__getstate__)
130755 0.283 0.000 0.338 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/util.py:484(strip_and_uniq)
81243 0.271 0.000 2.118 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1212(create_commandcall)
25 0.266 0.011 2.394 0.096 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1015(is_correct)
404187 0.257 0.000 0.384 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/util.py:402(unique_value)
125710 0.252 0.000 0.414 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:259(get_templates)
2717 0.241 0.000 0.718 0.000 {cPickle.dumps}
334985 0.231 0.000 0.231 0.000 /home/q/python27/lib/python2.7/copy.py:113(_copy_with_constructor)
1168116 0.229 0.000 0.229 0.000 {method 'strip' of 'unicode' objects}
364524 0.220 0.000 0.566 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/property.py:207(pythonize)
845396 0.212 0.000 0.212 0.000 {method 'append' of 'list' objects}
306445 0.210 0.000 0.210 0.000 {method 'startswith' of 'unicode' objects}
83780/41894 0.200 0.000 0.501 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:987(get_all_tags)
13 0.162 0.012 0.324 0.025 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1193(linkify_with_timeperiods)
286270 0.158 0.000 0.158 0.000 {method 'items' of 'dict' objects}
83957 0.151 0.000 0.195 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:858(index_item)
1 0.142 0.142 0.345 0.345 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/contact.py:230(linkify_with_notificationways)
214710 0.129 0.000 0.202 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:946(find_by_name)
83918 0.125 0.000 0.340 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:845(add_item)
561577/561433 0.122 0.000 0.122 0.000 {len}
83780/41894 0.122 0.000 0.193 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:362(get_customs_properties_by_inheritance)
2515 0.111 0.000 0.161 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:429(is_correct)
292047 0.110 0.000 0.110 0.000 {method 'join' of 'str' objects}
42107 0.101 0.000 0.190 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:438(old_properties_names_to_new)
30 0.100 0.003 4.465 0.149 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:720(create_objects_for_type)
39510 0.099 0.000 0.187 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/property.py:165(pythonize)
39351 0.087 0.000 4.265 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/notificationway.py:235(new_inner_member)
361914 0.081 0.000 0.081 0.000 {method 'extend' of 'list' objects}
41930 0.079 0.000 0.254 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:995(linkify_item_templates)
78744 0.076 0.000 0.076 0.000 {method 'replace' of 'unicode' objects}
17/16 0.072 0.004 0.163 0.010 {__import__}
11 0.066 0.006 0.822 0.075 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1007(linkify_templates)
22 0.061 0.003 2.594 0.118 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1065(fill_default)
83780 0.056 0.000 0.071 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:399(get_all_plus_and_delete)
36 0.046 0.001 0.247 0.007 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:730(add_items)
135844 0.035 0.000 0.035 0.000 {method 'add' of 'set' objects}
123294 0.032 0.000 0.032 0.000 {method 'keys' of 'dict' objects}
1 0.027 0.027 49.627 49.627 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daemons/arbiterdaemon.py:272(load_config_file)
81243 0.025 0.000 0.025 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/commandcall.py:115(is_valid)
1 0.025 0.025 0.052 0.052 /var/lib/shinken/modules/livestatus/livestatus_query.py:25(<module>)
308 0.024 0.000 0.024 0.000 {_codecs.utf_8_decode}
7 0.024 0.003 17.404 2.486 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1088(apply_inheritance)
49678 0.024 0.000 0.043 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:206(is_tpl)
2515 0.024 0.000 0.024 0.000 {method 'update' of '_hashlib.HASH' objects}
41909 0.024 0.000 0.036 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:984(find_tpl_by_name)
46957 0.020 0.000 0.020 0.000 {method 'split' of 'str' objects}
70 0.019 0.000 0.019 0.000 {method 'read' of 'file' objects}
1 0.016 0.016 0.022 0.022 /var/lib/shinken/modules/livestatus/mapping.py:25(<module>)
1 0.014 0.014 0.037 0.037 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1640(create_packs)
39510 0.013 0.000 0.013 0.000 {method 'lower' of 'unicode' objects}
7 0.011 0.002 0.054 0.008 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1225(linkify_one_command_with_commands)
57105 0.011 0.000 0.011 0.000 {method 'strip' of 'str' objects}
155 0.010 0.000 0.015 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/command.py:58(__init__)
1 0.010 0.010 0.068 0.068 /var/lib/shinken/modules/livestatus/livestatus_obj.py:25(<module>)
2515 0.010 0.000 0.756 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:247(compute_hash)
2569 0.008 0.000 0.030 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1168(explode_contact_groups_into_contacts)
3 0.008 0.003 0.017 0.006 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1100(linkify_with_contacts)
1 0.008 0.008 0.077 0.077 /var/lib/shinken/modules/livestatus/module.py:29(<module>)
1 0.006 0.006 0.058 0.058 /var/lib/shinken/modules/livestatus/livestatus_request.py:25(<module>)
1 0.006 0.006 0.056 0.056 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1851(cut_into_parts)
2515 0.006 0.000 0.007 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/graph.py:139(dfs_get_all_childs)
1 0.005 0.005 0.082 0.082 /var/lib/shinken/modules/livestatus/__init__.py:26(<module>)
2515 0.005 0.000 0.010 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1132(find_srvs_by_hostname)
3 0.005 0.002 0.012 0.004 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1400(no_loop_in_parents)
1 0.004 0.004 0.760 0.760 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:941(compute_hash)
2549 0.004 0.000 0.005 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/contactgroup.py:53(get_contacts)
3 0.004 0.001 0.005 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/graph.py:58(loop_check)
1 0.004 0.004 0.004 0.004 /var/lib/shinken/modules/livestatus/livestatus_query_metainfo.py:25(<module>)
5030 0.003 0.000 0.007 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:517(get_name)
2535 0.003 0.000 0.004 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:682(linkify_with_triggers)
2515 0.003 0.000 0.003 0.000 {method 'digest' of '_hashlib.HASH' objects}
2515 0.003 0.000 0.006 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:420(fill_predictive_missing_parameters)
1 0.003 0.003 0.039 0.039 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:1214(explode)
202/28 0.003 0.000 0.006 0.000 /home/shinken/lib/python2.7/sre_compile.py:33(_compile)
2 0.003 0.001 0.005 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1150(linkify_with_business_impact_modulations)
2546 0.003 0.000 0.010 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/contactgroup.py:106(get_members_by_name)
2 0.003 0.001 0.005 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1119(linkify_with_escalations)
202 0.002 0.000 0.006 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:242(__init__)
2535 0.002 0.000 0.004 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/schedulingitem.py:1473(create_business_rules)
5030 0.002 0.000 0.002 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/graph.py:37(add_node)
1 0.002 0.002 0.082 0.082 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:484(read_config)
1 0.002 0.002 0.010 0.010 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/graph.py:121(get_accessibility_packs)
2 0.002 0.001 0.005 0.003 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1134(linkify_with_resultmodulations)
1 0.002 0.002 0.015 0.015 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/escalation.py:205(linkify_es_by_s)
202 0.002 0.000 0.002 0.000 {print}
404 0.002 0.000 0.002 0.000 /home/q/python27/lib/python2.7/threading.py:186(release)
105/30 0.002 0.000 0.005 0.000 /home/shinken/lib/python2.7/sre_parse.py:380(_parse)
2515 0.002 0.000 0.002 0.000 {_hashlib.openssl_md5}
404 0.002 0.000 0.004 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:451(format)
404 0.002 0.000 0.020 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:736(handle)
404 0.002 0.000 0.002 0.000 /home/q/python27/lib/python2.7/threading.py:146(acquire)
1 0.002 0.002 0.004 0.004 /var/lib/shinken/modules/webui/module.py:29(<module>)
2515 0.002 0.000 0.002 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:512(get_services)
3508 0.002 0.000 0.002 0.000 {method 'replace' of 'str' objects}
101 0.002 0.000 0.002 0.000 /home/shinken/lib/python2.7/sre_compile.py:208(_optimize_charset)
21 0.002 0.000 0.003 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1353(explode_host_groups_into_hosts)
2 0.002 0.001 0.004 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1394(explode_trigger_string_into_triggers)
2 0.002 0.001 0.002 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1280(linkify_with_macromodulations)
10 0.002 0.000 0.004 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:221(load_global_conf)
202 0.002 0.000 0.002 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/misc/termcolor.py:86(colored)
2515 0.002 0.000 0.002 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/graph.py:84(dfs_loop_search)
1 0.002 0.002 0.008 0.008 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:1151(fill_predictive_missing_parameters)
2 0.002 0.001 0.002 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1262(linkify_with_checkmodulations)
162 0.002 0.000 0.024 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1139(info)
20 0.001 0.000 0.002 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:424(is_correct)
202 0.001 0.000 0.008 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/log.py:80(emit)
2515 0.001 0.000 0.001 0.000 {method 'update' of 'set' objects}
298/124 0.001 0.000 0.002 0.000 /home/shinken/lib/python2.7/sre_parse.py:141(getwidth)
202 0.001 0.000 0.001 0.000 /home/shinken/lib/python2.7/posixpath.py:119(basename)
2 0.001 0.001 0.005 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1255(linkify_with_triggers)
1 0.001 0.001 0.005 0.005 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:1266(create_business_rules)
2535 0.001 0.000 0.002 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:669(explode_trigger_string_into_triggers)
1 0.001 0.001 0.002 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:1196(linkify_h_by_hg)
404 0.001 0.000 0.001 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:311(getMessage)
362 0.001 0.000 0.002 0.000 /home/q/python27/lib/python2.7/StringIO.py:208(write)
1 0.001 0.001 0.002 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:1272(create_business_rules_dependencies)
1 0.001 0.001 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:1156(linkify_h_by_h)
1 0.001 0.001 0.002 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1173(override_properties)
1 0.001 0.001 0.002 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:13(<module>)
202 0.001 0.000 0.001 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1215(findCaller)
336 0.001 0.000 0.001 0.000 /home/shinken/lib/python2.7/posixpath.py:68(join)
890 0.001 0.000 0.001 0.000 /home/shinken/lib/python2.7/sre_parse.py:183(__next)
1 0.001 0.001 0.001 0.001 /home/q/python27/lib/python2.7/sqlite3/dbapi2.py:24(<module>)
1 0.001 0.001 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:1175(linkify_h_by_realms)
1 0.001 0.001 0.002 0.002 /var/lib/shinken/modules/livestatus/livestatus_response.py:26(<module>)
2535 0.001 0.000 0.001 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/schedulingitem.py:1642(create_business_rules_dependencies)
1 0.001 0.001 0.001 0.001 /var/lib/shinken/modules/booster-nrpe/module.py:30(<module>)
1 0.001 0.001 2.416 2.416 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1488(is_correct)
71 0.001 0.000 0.001 0.000 {open}
202 0.001 0.000 0.004 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/log.py:70(emit)
466 0.001 0.000 0.001 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:154(compact_unique_attr_value)
202 0.001 0.000 0.020 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1302(callHandlers)
71 0.001 0.000 0.001 0.000 {method 'close' of 'file' objects}
1 0.001 0.001 0.001 0.001 /var/lib/shinken/modules/webui/helper.py:25(<module>)
112 0.001 0.000 0.001 0.000 {posix.stat}
707 0.001 0.000 0.001 0.000 /home/shinken/lib/python2.7/sre_parse.py:202(get)
2515 0.001 0.000 0.001 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:900(fill_parents_dependency)
158 0.001 0.000 0.001 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:415(is_correct)
771 0.000 0.000 0.001 0.000 /home/shinken/lib/python2.7/sre_parse.py:131(__getitem__)
23 0.000 0.000 0.001 0.000 {posix.listdir}
1 0.000 0.000 0.001 0.001 /home/q/python27/lib/python2.7/collections.py:284(namedtuple)
1 0.000 0.000 4.465 4.465 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:704(create_objects)
202 0.000 0.000 0.028 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1249(_log)
220 0.000 0.000 0.025 0.000 {method 'decode' of 'str' objects}
13 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_compile.py:259(_mk_bitmap)
162 0.000 0.000 0.025 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/log.py:217(info)
202 0.000 0.000 0.001 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/brok.py:37(__init__)
1148 0.000 0.000 0.000 0.000 {method 'startswith' of 'str' objects}
606 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:598(filter)
2515 0.000 0.000 0.000 0.000 {method 'pop' of 'set' objects}
404 0.000 0.000 0.000 0.000 {method 'acquire' of 'thread.lock' objects}
408 0.000 0.000 0.000 0.000 {min}
578 0.000 0.000 0.000 0.000 {method 'endswith' of 'unicode' objects}
202 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daemons/arbiterdaemon.py:203(add)
1 0.000 0.000 0.017 0.017 /home/q/python27/lib/python2.7/StringIO.py:258(getvalue)
1 0.000 0.000 0.084 0.084 /var/lib/shinken/modules/logstore-sqlite/module.py:30(<module>)
329 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:139(append)
2 0.000 0.000 0.000 0.000 {_socket.gethostbyaddr}
404 0.000 0.000 0.003 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:693(acquire)
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:1254(apply_dependencies)
17 0.000 0.000 0.000 0.000 {sorted}
1212 0.000 0.000 0.000 0.000 {thread.get_ident}
202 0.000 0.000 0.006 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1236(makeRecord)
404 0.000 0.000 0.004 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:713(format)
101 0.000 0.000 0.003 0.000 /home/shinken/lib/python2.7/sre_compile.py:179(_compile_charset)
404 0.000 0.000 0.002 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:700(release)
202 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/genericpath.py:85(_splitext)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/csv.py:4(<module>)
164 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlecore.py:1449(find_module)
208 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/log.py:194(_stack)
202 0.000 0.000 0.005 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/misc/termcolor.py:119(cprint)
202 0.000 0.000 0.021 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1270(handle)
404 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:445(usesTime)
153 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/util.py:233(to_int)
103/28 0.000 0.000 0.005 0.000 /home/shinken/lib/python2.7/sre_parse.py:302(_parse_sub)
202 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:153(getLevelName)
308 0.000 0.000 0.025 0.000 /home/shinken/lib/python2.7/encodings/utf_8.py:15(decode)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_regenerator.py:25(<module>)
202 0.000 0.000 0.001 0.000 /home/shinken/lib/python2.7/os.py:510(getenv)
28 0.000 0.000 0.002 0.000 /home/shinken/lib/python2.7/sre_compile.py:362(_compile_info)
609 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects}
1 0.000 0.000 0.006 0.006 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1019(notice_about_useless_parameters)
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1475(explode)
202 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:81(<lambda>)
202 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/UserDict.py:58(get)
1 0.000 0.000 0.002 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/graph.py:41(add_nodes)
404 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects}
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1275(apply_implicit_inheritance)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/retention-redis/module.py:28(<module>)
17 0.000 0.000 0.013 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:459(resolve_daterange)
44 0.000 0.000 0.002 0.000 /home/shinken/lib/python2.7/os.py:209(walk)
645 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:196(match)
1 0.000 0.000 0.003 0.003 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1029(warn_about_unmanaged_parameters)
208 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1342(isEnabledFor)
217 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:916(__iter__)
40 0.000 0.000 0.006 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/log.py:224(warning)
6 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:120(__init__)
110 0.000 0.000 0.001 0.000 /home/shinken/lib/python2.7/genericpath.py:38(isdir)
362 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/mapping.py:4396(ref_redirect_factory)
808 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/threading.py:63(_note)
187 0.000 0.000 0.000 0.000 {method 'rsplit' of 'str' objects}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/misc/datamanager.py:26(<module>)
17 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/posixpath.py:321(normpath)
28 0.000 0.000 0.014 0.001 /home/shinken/lib/python2.7/sre_compile.py:496(compile)
153 0.000 0.000 0.001 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/property.py:180(pythonize)
202 0.000 0.000 0.001 0.000 /home/shinken/lib/python2.7/posixpath.py:104(splitext)
841 0.000 0.000 0.000 0.000 {method 'itervalues' of 'dict' objects}
96 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_compile.py:355(_simple)
202 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/threading.py:1152(currentThread)
1 0.000 0.000 0.035 0.035 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1286(apply_inheritance)
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:450(load_params)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_stack.py:25(<module>)
1 0.000 0.000 3.560 3.560 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:783(linkify)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/ui-graphite/module.py:29(<module>)
28 0.000 0.000 0.006 0.000 /home/shinken/lib/python2.7/sre_parse.py:674(parse)
418 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:127(__len__)
7 0.000 0.000 0.000 0.000 {built-in method __new__ of type object at 0x7f33fcb559c0}
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_query_cache.py:26(<module>)
36 0.000 0.000 0.247 0.007 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:714(__init__)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/shinken_api/module.py:7(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/graphite/module.py:29(<module>)
15 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/_weakrefset.py:36(__init__)
1 0.000 0.000 0.164 0.164 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesmanager.py:83(load)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_poller/module.py:29(<module>)
202 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/threading.py:967(name)
40 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1071(add_item)
16 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/importlib/__init__.py:6(_resolve_name)
208 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1328(getEffectiveLevel)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:29(Error)
203 0.000 0.000 0.000 0.000 {sys._getframe}
16/15 0.000 0.000 0.163 0.011 /home/q/python27/lib/python2.7/importlib/__init__.py:20(import_module)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/misc/regenerator.py:26(<module>)
1 0.000 0.000 0.001 0.001 /home/q/python27/lib/python2.7/sqlite3/__init__.py:24(<module>)
202 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:91(__init__)
28 0.000 0.000 0.009 0.000 /home/shinken/lib/python2.7/sre_compile.py:481(_code)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/abc.py:86(__new__)
363 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/StringIO.py:38(_complain_ifclosed)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/webui/helper.py:46(Helper)
40 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1102(index_item)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/sqlitedb/module.py:28(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:434(clean_params)
110 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/stat.py:40(S_ISDIR)
214 0.000 0.000 0.000 0.000 {time.time}
202 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/UserDict.py:70(__contains__)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/log_line.py:25(<module>)
1 0.000 0.000 2.603 2.603 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1138(fill_default)
18 0.000 0.000 0.000 0.000 {map}
25 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/functools.py:17(update_wrapper)
404 0.000 0.000 0.000 0.000 {method 'release' of 'thread.lock' objects}
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:3(<module>)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/asyncore.py:47(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/auth-cfg-password/module.py:28(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_broker_external/module.py:28(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_arbiter/module.py:29(<module>)
32 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1051(add_template)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_scheduler/module.py:29(<module>)
20 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:507(fill_daddy_dependency)
28 0.000 0.000 0.000 0.000 {_sre.compile}
6 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/itemgroup.py:49(__init__)
105 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/mapping.py:4391(host_redirect_factory)
1 0.000 0.000 7.197 7.197 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1056(explode)
77 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/mapping.py:4400(log_service_redirect_factory)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/itemgroup.py:95(fill_default)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_broker/module.py:28(<module>)
202 0.000 0.000 0.000 0.000 {posix.getpid}
104 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/mapping.py:4404(log_host_redirect_factory)
17 0.000 0.000 0.001 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daterange.py:79(__init__)
43 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2720(<genexpr>)
61 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1450(find_module)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_wait_query.py:25(<module>)
12 0.000 0.000 0.001 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daterange.py:395(__init__)
6 0.000 0.000 0.001 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/satellitelink.py:77(__init__)
75 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:73(opengroup)
40 0.000 0.000 0.006 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1151(warning)
202 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/multiprocessing/process.py:161(name)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daterange.py:122(__init__)
72 0.000 0.000 0.000 0.000 {method 'values' of 'dict' objects}
75 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:84(closegroup)
56 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_compile.py:475(isstring)
1 0.000 0.000 17.440 17.440 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1106(apply_inheritance)
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:210(prepare_for_satellites_conf)
1 0.000 0.000 0.127 0.127 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:1126(linkify)
202 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/multiprocessing/process.py:59(current_process)
36 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:804(index_template)
1 0.000 0.000 0.822 0.822 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1450(linkify_templates)
12 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/property.py:56(__init__)
110 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/stat.py:24(S_IFMT)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:425(fill_resource_macros_names_macros)
6 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/log.py:212(debug)
202 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/posixpath.py:51(normcase)
1 0.000 0.000 0.003 0.003 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/escalation.py:245(explode)
33 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:919(__len__)
5 0.000 0.000 0.013 0.003 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:641(explode)
277 0.000 0.000 0.000 0.000 {ord}
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/abc.py:89(<genexpr>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_command_query.py:25(<module>)
4 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:723(get_source)
39 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/posixpath.py:59(isabs)
42 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:258(_escape)
28 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:179(__init__)
21 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/util.py:884(is_complex_expr)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:648(linkify)
20 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/property.py:302(pythonize)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:745(manage_conflict)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:802(BaseRequest)
11 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1845(make_default_app_wrapper)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/satellitelink.py:478(linkify_s_by_p)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_query_error.py:3(<module>)
12 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daterange.py:404(is_correct)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/getopt.py:15(<module>)
37 0.000 0.000 0.000 0.000 {method 'groups' of '_sre.SRE_Match' objects}
50 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/mapping.py:4412(hostgroup_redirect_factory)
1 0.000 0.000 0.000 0.000 {method 'readlines' of 'file' objects}
20 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1425(register_service_into_servicegroups)
6 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1297(linkify_s_by_plug)
1 0.000 0.000 0.000 0.000 <string>:1(<module>)
17 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/posixpath.py:350(abspath)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1218(linkify_s_by_hst)
9 0.000 0.000 0.000 0.000 {method 'format' of 'str' objects}
75 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects}
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/counter.py:26(<module>)
96 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:135(__setitem__)
32 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1363(explode_services_from_templates)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:720(is_correct)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/serviceescalation.py:62(explode)
15 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daterange.py:145(is_correct)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:431(is_correct)
17 0.000 0.000 0.000 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
17 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/re.py:134(match)
28 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:68(__init__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/contactgroup.py:120(linkify_cg_by_cont)
31 0.000 0.000 0.000 0.000 {range}
1 0.000 0.000 3.070 3.070 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/notificationway.py:228(linkify)
20 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/schedulingitem.py:89(register_son_in_parent_child_dependencies)
186 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_compile.py:25(_identityfunction)
40 0.000 0.000 0.000 0.000 {method 'upper' of 'unicode' objects}
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1150(linkify)
28 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:226(_class_escape)
15 0.000 0.000 0.000 0.000 {method 'join' of 'unicode' objects}
20 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/host.py:645(add_service_link)
2 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/socket.py:124(getfqdn)
1 0.000 0.000 49.628 49.628 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daemons/arbiterdaemon.py:589(main)
4 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/itemgroup.py:170(fill_default)
32 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/collections.py:325(<genexpr>)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/pprint.py:35(<module>)
1 0.000 0.000 0.082 0.082 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesctx.py:49(get_module)
4 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:178(fill_potential_satellites_by_type)
1 0.000 0.000 0.004 0.004 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1593(explode_global_conf)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1130(BaseResponse)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1540(create_business_rules)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/escalation.py:142(is_correct)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daemon.py:988(hook_point)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/contactgroup.py:152(explode)
1 0.000 0.000 0.008 0.008 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1190(fill_predictive_missing_parameters)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/module.py:61(linkify_s_by_plug)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/webui/perfdata_guess.py:26(<module>)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/satellitelink.py:474(linkify)
12 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:142(__call__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/encodings/__init__.py:71(search_function)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1298(apply_dependencies)
1 0.000 0.000 0.000 0.000 <string>:1(Separators)
1 0.000 0.000 0.015 0.015 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/escalation.py:193(linkify)
20 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1445(register_service_dependencies)
4 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:650(linkify_one_command_with_commands)
5 0.000 0.000 0.000 0.000 {all}
11 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/functools.py:39(wraps)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicedependency.py:256(apply_inheritance)
23 0.000 0.000 0.000 0.000 {method 'endswith' of 'str' objects}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1602(remove_templates)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_counters.py:24(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daemon.py:368(load_modules_manager)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1242(linkify_s_by_sg)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:490(install)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/posixpath.py:127(dirname)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:703(linkify)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/itemgroup.py:74(copy_shell)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/logstore-sqlite/module.py:96(LiveStatusLogStoreSqlite)
6 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:1127(debug)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostgroup.py:119(linkify_hg_by_hst)
22 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/mapping.py:4408(log_contact_redirect_factory)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:708(apply_inheritance)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:337(linkify_p_by_p)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:746(early_arbiter_linking)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:443(__init__)
18 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/mapping.py:4416(servicegroup_redirect_factory)
2 0.000 0.000 0.000 0.000 {_csv.register_dialect}
2 0.000 0.000 0.000 0.000 {function seed at 0x2801a28}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicedependency.py:201(linkify)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1546(create_business_rules_dependencies)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/stats.py:115(incr)
12 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:139(__init__)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/csv.py:73(DictReader)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/misc/datamanager.py:30(DataManager)
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/arbiterlink.py:68(is_me)
1 0.000 0.000 0.013 0.013 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:698(explode)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:321(linkify)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostdependency.py:178(apply_inheritance)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/log.py:103(setLevel)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:368(explode)
1 0.000 0.000 0.164 0.164 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daemon.py:340(do_load_modules)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/encodings/__init__.py:49(normalize_encoding)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostgroup.py:195(explode)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/asyncore.py:223(dispatcher)
4 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/itemgroup.py:128(is_correct)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1149(__init__)
21 0.000 0.000 0.000 0.000 {delattr}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/message.py:27(<module>)
1 0.000 0.000 0.164 0.164 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesmanager.py:76(load_and_init)
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:186(__init__)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/module.py:101(LiveStatus_broker)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/misc/regenerator.py:50(Regenerator)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicedependency.py:267(is_correct)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1441(__init__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesmanager.py:48(__init__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:440(Bottle)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2484(SimpleTemplate)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_query.py:68(LiveStatusQuery)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/webui/module.py:98(Webui_broker)
12 0.000 0.000 0.000 0.000 {method 'update' of 'dict' objects}
1 0.000 0.000 0.002 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1050(override_properties)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/codecs.py:77(__new__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1293(hack_old_nagios_parameters)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_response.py:103(LiveStatusResponse)
1 0.000 0.000 0.345 0.345 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/contact.py:221(linkify)
1 0.000 0.000 0.760 0.760 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1615(compute_hash)
27 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/checkmodulation.py:111(linkify)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/escalation.py:229(linkify_es_by_h)
1 0.000 0.000 0.002 0.002 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1284(create_business_rules_dependencies)
4 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:795(add_template)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1214(fill_default_satellites)
5 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/collections.py:349(<genexpr>)
20 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:206(tell)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_constraints.py:26(<module>)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:884(remove_item)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostdependency.py:130(linkify)
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:166(cached_property)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/sqlite3/dbapi2.py:55(register_adapters_and_converters)
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:175(__init__)
1 0.000 0.000 0.000 0.000 {repr}
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1099(apply_dependencies)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:521(reset)
2 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/random.py:100(seed)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/StringIO.py:54(__init__)
1 0.000 0.000 0.005 0.005 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1278(create_business_rules)
15 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daterange.py:102(is_correct)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:898(unindex_item)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:662(check_exclude_rec)
2 0.000 0.000 0.000 0.000 {_socket.gethostname}
2 0.000 0.000 0.000 0.000 {_sqlite3.register_converter}
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1304(clean)
3 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects}
8 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/item.py:1054(remove_templates)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostgroup.py:150(linkify_hg_by_realms)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2314(BaseTemplate)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:263(Router)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/arbiterlink.py:141(linkify)
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daterange.py:430(is_correct)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/encodings/utf_8.py:33(getregentry)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/util.py:245(to_split)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:51(LiveStatusClientThread)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesmanager.py:169(get_instances)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/logstore-sqlite/module.py:691(LiveStatusSqlStack)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:153(get_name)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/StringIO.py:81(close)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostgroup.py:112(linkify)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1405(hack_old_nagios_parameters_for_arbiter)
19 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/itemgroup.py:144(has)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:694(add_ghost_objects)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicedependency.py:208(linkify_sd_by_s)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicegroup.py:108(linkify)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/log_line.py:45(Logline)
10 0.000 0.000 0.000 0.000 {globals}
4 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/itemgroup.py:91(replace_members)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/module.py:58(linkify)
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1132(apply_implicit_inheritance)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_query_cache.py:92(LiveStatusQueryCache)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/escalation.py:200(add_escalation)
5 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/collections.py:351(<genexpr>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/graphite/module.py:59(Graphite_broker)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/csv.py:162(Sniffer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostdependency.py:78(explode)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:77(get_realm_members)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/businessimpactmodulation.py:57(linkify)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicedependency.py:119(explode)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/message.py:27(Message)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:128(count_reactionners)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:426(has)
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:395(prepare_for_satellites_conf)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:136(DictProperty)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/booster-nrpe/module.py:166(NRPEAsyncClient)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_poller/module.py:54(Dummy_poller)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1473(MultiDict)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostdependency.py:166(linkify_h_by_hd)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1197(fill_default_realm)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/resultmodulation.py:90(linkify_rm_by_tp)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicegroup.py:115(linkify_sg_by_srv)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/misc/filter.py:28(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/booster-nrpe/module.py:349(Nrpe_poller)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostgroup.py:59(get_hosts)
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/genericpath.py:15(exists)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/pollerlink.py:52(register_to_my_realm)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/ui-graphite/module.py:57(Graphite_Webui)
5 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/timeperiod.py:158(get_unresolved_properties_by_inheritance)
1 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicegroup.py:159(explode)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_stack.py:29(MyLifoQueue)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/pprint.py:81(PrettyPrinter)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/misc/sorter.py:28(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_stack.py:56(LiveStatusStack)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostescalation.py:61(explode)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:182(_checkLevel)
5 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects}
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/retention-redis/module.py:57(Redis_retention_scheduler)
2 0.000 0.000 0.000 0.000 {method 'title' of 'str' objects}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:138(count_pollers)
3 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects}
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:65(get_name)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1179(_set_status)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_regenerator.py:128(LiveStatusRegenerator)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_obj.py:57(LiveStatus)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostdependency.py:135(linkify_hd_by_h)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_response.py:58(LiveStatusListResponse)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1555(WSGIHeaderDict)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/asyncore.py:529(dispatcher_with_send)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/resultmodulation.py:85(linkify)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/reactionnerlink.py:48(register_to_my_realm)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1611(push)
2 0.000 0.000 0.000 0.000 {_sqlite3.register_adapter}
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/shinken_api/module.py:41(ShinkenApi)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_wait_query.py:35(LiveStatusWaitQuery)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/csv.py:123(DictWriter)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/counter.py:26(Counter)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:148(count_brokers)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_query_error.py:3(LiveStatusQueryError)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/contactgroup.py:115(linkify)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:129(__delitem__)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/sqlitedb/module.py:64(SQLite_generic)
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daemon.py:704(find_modules_path)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_query_metainfo.py:135(LiveStatusQueryMetainfo)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_query_cache.py:39(LFU)
1 0.000 0.000 0.000 0.000 <string>:8(__new__)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/csv.py:26(Dialect)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/logstore-sqlite/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/asyncore.py:610(file_wrapper)
5 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/discoveryrun.py:143(linkify)
1 0.000 0.000 0.001 0.001 /home/shinken/lib/python2.7/re.py:188(compile)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostextinfo.py:131(merge)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:158(count_receivers)
1 0.000 0.000 0.000 0.000 {imp.new_module}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1944(PasteServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2309(TemplateError)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:230(HTTPError)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/sqlitedb/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1955(MeinheldServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1440(_ImportRedirect)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/macromodulation.py:93(linkify)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1999(AppEngineServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:209(BottleException)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1523(HeaderDict)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:185(HeaderProperty)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesmanager.py:153(clear_instances)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostgroup.py:56(get_name)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1962(FapwsServer)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/logging/__init__.py:707(setLevel)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1117(LocalRequest)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_query_cache.py:35(LFUCacheMiss)
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:888(clean)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_broker/module.py:46(Dummy_broker)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:33(ClientReadError)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2456(SimpleTALTemplate)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:255(RouteSyntaxError)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1312(LocalResponse)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostdependency.py:156(linkify_hd_by_tp)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesmanager.py:66(set_modules)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/serviceextinfo.py:125(merge)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/graphite/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_scheduler/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_poller/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1342(HooksPlugin)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:294(__init__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/misc/datamanager.py:31(__init__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1986(TornadoServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1436(propagate_timezone_option)
3 0.000 0.000 0.000 0.000 {max}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:214(HTTPResponse)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_counters.py:29(LiveStatusCounters)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1322(JSONPlugin)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostdependency.py:73(delete_hostsdep_by_id)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:770(load_triggers)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_broker_external/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/log_line.py:41(LoglineWrongFormat)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_query_metainfo.py:93(LiveStatusQueryMetainfoFilterStack)
3 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/arbiterlink.py:44(get_name)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1699(debug)
1 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects}
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/booster-nrpe/module.py:77(NRPE)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/webui/helper.py:47(__init__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2082(BjoernServer)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_broker_external/module.py:48(Dummy_broker)
1 0.000 0.000 0.000 0.000 {method 'iteritems' of 'dict' objects}
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_arbiter/module.py:50(Dummy_arbiter)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:172(lazy_attribute)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1604(AppStack)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/getopt.py:38(GetoptError)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2385(MakoTemplate)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/service.py:1212(optimize_service_search)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1345(__init__)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_scheduler/module.py:48(Dummy_scheduler)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_broker/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1419(TemplatePlugin)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_constraints.py:26(LiveStatusConstraints)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:250(RouteReset)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:35(ClientWriteError)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/asyncore.py:641(file_dispatcher)
2 0.000 0.000 0.000 0.000 {sys.exit}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicedependency.py:236(linkify_sd_by_tp)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/dummy_arbiter/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2426(Jinja2Template)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1619(WSGIFileWrapper)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1899(FlupSCGIServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/businessimpactmodulation.py:62(linkify_cm_by_tp)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_command_query.py:30(LiveStatusCommandQuery)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1864(ServerAdapter)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/csv.py:57(excel)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1325(__init__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/brokerlink.py:43(register_to_my_realm)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/webui/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/daemon.py:868(get_header)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2222(FileCheckerThread)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:259(RouteBuildError)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/auth-cfg-password/module.py:50(Cfg_Password_Webui)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/auth-cfg-password/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/shinken_api/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1933(CherryPyServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicedependency.py:246(linkify_s_by_sd)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/servicedependency.py:70(delete_servicesdep_by_id)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2013(TwistedServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1389(TypeFilterPlugin)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2090(AutoServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1920(WSGIRefServerSelect)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/schedulerlink.py:75(register_to_my_realm)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1907(WSGIRefServer)
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/receiverlink.py:53(register_to_my_realm)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2064(EventletServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:246(RouteError)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/random.py:237(randint)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:26(LiveStatusClientError)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:39(ClientLeft)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_request.py:32(LiveStatusRequest)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/ui-graphite/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2072(RocketServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesctx.py:45(get_modulesdir)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1352(setup)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/hostdependency.py:189(is_correct)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/stats.py:80(register)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:1470(check_error_on_hard_unmanaged_parameters)
3 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesctx.py:42(set_modulesdir)
2 0.000 0.000 0.000 0.000 {method 'issubset' of 'set' objects}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2405(CheetahTemplate)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/booster-nrpe/__init__.py:1(<module>)
3 0.000 0.000 0.000 0.000 {callable}
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2053(GunicornServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1120(__init__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/arbiterlink.py:52(is_correct)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:37(ClientTimeout)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_stack.py:52(TopBaseLiveStatusStack)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/random.py:173(randrange)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:42(Interrupted)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1892(FlupFCGIServer)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/retention-redis/__init__.py:1(<module>)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/realm.py:360(recur_higer_realms)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2037(GeventServer)
1 0.000 0.000 0.000 0.000 {method 'random' of '_random.Random' objects}
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/logstore-sqlite/module.py:83(LiveStatusLogStoreError)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesmanager.py:61(load_manager)
1 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects}
2 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/sre_parse.py:208(seek)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/livestatus_client_thread.py:31(ClientError)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/http_client.py:93(set_proxy)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:1880(CGIServer)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/modulesmanager.py:71(set_max_queue_size)
1 0.000 0.000 0.000 0.000 /var/lib/shinken/modules/livestatus/mapping.py:55(Problem)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/csv.py:67(excel_tab)
4 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/graph.py:33(__init__)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/objects/config.py:405(__init__)
1 0.000 0.000 0.000 0.000 /home/q/python27/lib/python2.7/asyncore.py:76(ExitNow)
1 0.000 0.000 0.000 0.000 /home/shinken/lib/python2.7/site-packages/Shinken-2.2-py2.7.egg/shinken/webui/bottlewebui.py:2028(DieselServer)
<pstats.Stats instance at 0x7fecdad2e638>