Advertisement
Guest User

Untitled

a guest
May 23rd, 2011
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. ==3640== Memcheck, a memory error detector
  2. ==3640== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
  3. ==3640== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info
  4. ==3640== Command: ./nagios -v /usr/local/nagios/etc/nagios.cfg
  5. ==3640==
  6.  
  7. Nagios Core 3.2.3
  8. Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors
  9. Copyright (c) 1999-2009 Ethan Galstad
  10. Last Modified: 10-03-2010
  11. License: GPL
  12.  
  13. Website: http://www.nagios.org
  14. Reading configuration data...
  15. Read main config file okay...
  16. [truncated]
  17. Processing object config file '/usr/local/nagios/etc/globals/commands.cfg'...
  18. ==3640== Invalid read of size 1
  19. ==3640== at 0x40E3FB7: strtok (in /lib/libc-2.5.so)
  20. ==3640== by 0x809E5C3: xodtemplate_register_objects (xodtemplate.c:9836)
  21. ==3640== by 0x80B3154: xodtemplate_read_config_data (xodtemplate.c:403)
  22. ==3640== by 0x8092F3A: read_object_config_data (objects.c:83)
  23. ==3640== by 0x8062D53: read_all_object_data (config.c:240)
  24. ==3640== by 0x80570DB: main (nagios.c:495)
  25. ==3640== Address 0x43851d0 is 16 bytes inside a block of size 17 free'd
  26. ==3640== at 0x402251D: free (vg_replace_malloc.c:325)
  27. ==3640== by 0x809FB89: xodtemplate_expand_hosts (xodtemplate.c:14009)
  28. ==3640== by 0x80A2721: xodtemplate_expand_hostgroups_and_hosts (xodtemplate.c:13734)
  29. ==3640== by 0x80A4686: xodtemplate_duplicate_objects (xodtemplate.c:5563)
  30. ==3640== by 0x80B3326: xodtemplate_read_config_data (xodtemplate.c:359)
  31. ==3640== by 0x8092F3A: read_object_config_data (objects.c:83)
  32. ==3640== by 0x8062D53: read_all_object_data (config.c:240)
  33. ==3640== by 0x80570DB: main (nagios.c:495)
  34. ==3640==
  35. ==3640== Invalid read of size 1
  36. ==3640== at 0x40E3FDF: strtok (in /lib/libc-2.5.so)
  37. ==3640== by 0x809E5C3: xodtemplate_register_objects (xodtemplate.c:9836)
  38. ==3640== by 0x80B3154: xodtemplate_read_config_data (xodtemplate.c:403)
  39. ==3640== by 0x8092F3A: read_object_config_data (objects.c:83)
  40. ==3640== by 0x8062D53: read_all_object_data (config.c:240)
  41. ==3640== by 0x80570DB: main (nagios.c:495)
  42. ==3640== Address 0x43851d0 is 16 bytes inside a block of size 17 free'd
  43. ==3640== at 0x402251D: free (vg_replace_malloc.c:325)
  44. ==3640== by 0x809FB89: xodtemplate_expand_hosts (xodtemplate.c:14009)
  45. ==3640== by 0x80A2721: xodtemplate_expand_hostgroups_and_hosts (xodtemplate.c:13734)
  46. ==3640== by 0x80A4686: xodtemplate_duplicate_objects (xodtemplate.c:5563)
  47. ==3640== by 0x80B3326: xodtemplate_read_config_data (xodtemplate.c:359)
  48. ==3640== by 0x8092F3A: read_object_config_data (objects.c:83)
  49. ==3640== by 0x8062D53: read_all_object_data (config.c:240)
  50. ==3640== by 0x80570DB: main (nagios.c:495)
  51. ==3640==
  52. Read object config files okay...
  53.  
  54. Running pre-flight check on configuration data...
  55.  
  56. Checking services...
  57. Checked 46 services.
  58. Checking hosts...
  59. Checked 15 hosts.
  60. Checking host groups...
  61. Checked 11 host groups.
  62. Checking service groups...
  63. Checked 0 service groups.
  64. Checking contacts...
  65. Checked 1 contacts.
  66. Checking contact groups...
  67. Checked 0 contact groups.
  68. Checking service escalations...
  69. Checked 0 service escalations.
  70. Checking service dependencies...
  71. Checked 0 service dependencies.
  72. Checking host escalations...
  73. Checked 0 host escalations.
  74. Checking host dependencies...
  75. Checked 14 host dependencies.
  76. Checking commands...
  77. Checked 141 commands.
  78. Checking time periods...
  79. Checked 3 time periods.
  80. Checking for circular paths between hosts...
  81. Checking for circular host and service dependencies...
  82. Checking global event handlers...
  83. Checking obsessive compulsive processor commands...
  84. Checking misc settings...
  85.  
  86. Total Warnings: 0
  87. Total Errors: 0
  88.  
  89. Things look okay - No serious problems were detected during the pre-flight check
  90. ==3640==
  91. ==3640== HEAP SUMMARY:
  92. ==3640== in use at exit: 1,076 bytes in 61 blocks
  93. ==3640== total heap usage: 21,137 allocs, 21,076 frees, 912,117 bytes allocated
  94. ==3640==
  95. ==3640== 177 bytes in 15 blocks are definitely lost in loss record 1 of 2
  96. ==3640== at 0x4022903: malloc (vg_replace_malloc.c:195)
  97. ==3640== by 0x40E319F: strdup (in /lib/libc-2.5.so)
  98. ==3640== by 0x80AADCE: xodtemplate_add_object_property (xodtemplate.c:3356)
  99. ==3640== by 0x80B2126: xodtemplate_process_config_file (xodtemplate.c:795)
  100. ==3640== by 0x80B1DAC: xodtemplate_process_config_dir (xodtemplate.c:607)
  101. ==3640== by 0x80B2AF6: xodtemplate_read_config_data (xodtemplate.c:298)
  102. ==3640== by 0x8092F3A: read_object_config_data (objects.c:83)
  103. ==3640== by 0x8062D53: read_all_object_data (config.c:240)
  104. ==3640== by 0x80570DB: main (nagios.c:495)
  105. ==3640==
  106. ==3640== 899 bytes in 46 blocks are definitely lost in loss record 2 of 2
  107. ==3640== at 0x4022903: malloc (vg_replace_malloc.c:195)
  108. ==3640== by 0x40E319F: strdup (in /lib/libc-2.5.so)
  109. ==3640== by 0x80AE343: xodtemplate_add_object_property (xodtemplate.c:3837)
  110. ==3640== by 0x80B2126: xodtemplate_process_config_file (xodtemplate.c:795)
  111. ==3640== by 0x80B1DAC: xodtemplate_process_config_dir (xodtemplate.c:607)
  112. ==3640== by 0x80B2AF6: xodtemplate_read_config_data (xodtemplate.c:298)
  113. ==3640== by 0x8092F3A: read_object_config_data (objects.c:83)
  114. ==3640== by 0x8062D53: read_all_object_data (config.c:240)
  115. ==3640== by 0x80570DB: main (nagios.c:495)
  116. ==3640==
  117. ==3640== LEAK SUMMARY:
  118. ==3640== definitely lost: 1,076 bytes in 61 blocks
  119. ==3640== indirectly lost: 0 bytes in 0 blocks
  120. ==3640== possibly lost: 0 bytes in 0 blocks
  121. ==3640== still reachable: 0 bytes in 0 blocks
  122. ==3640== suppressed: 0 bytes in 0 blocks
  123. ==3640==
  124. ==3640== For counts of detected and suppressed errors, rerun with: -v
  125. ==3640== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 21 from 10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement