Wednesday, May 22nd 2013, 3:03am UTC+2
You are not logged in.
Dear visitor, welcome to Monitoring-Portal.
Although this is a german monitoring forum, please don't hesitate to post in
English. Nearly everybody here understands you and will answer in English as well.
If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form to register here or read more information about the registration process. If you are already registered, please login here.
Beginner
Number of monitoring servers: 2
Nagios Version: Icinga 1.0RC1
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 83
Number of services: 452
OS: CentOS 5.3
Plugin Version: 1.4.14
NDO Version: 2
Gender: male
Occupation: ChefChoch-Engineer
Number of monitoring servers: ~5
Nagios Version: 3.x, icinga
Distributed monitoring: Ja
Redundant monitoring: Nein
Number of hosts: ~200
Number of services: ~2000
OS: Ubuntu 9.04 LTS / Debian Stable
Plugin Version: up to date
NagVis Version: up to date
NDO Version: up to date
Other Addons: snmptt, nagtrap, nconf
Birthday: May 30th 1983 (29)
Gender: male
Location: Nürnberg
Occupation: Consultant / Developer beim besten Arbeitgeber der Welt @netways
Number of monitoring servers: Icinga: 4x dev, 10++ prod, Icinga2: 2x dev
Nagios Version: s/nagios/icinga/
Icinga Version: 1.9.0 / GIT
Distributed monitoring: Ja
Redundant monitoring: Ja
Number of hosts: 1000+
Number of services: 15000+
OS: RHEL, Debian, SUSE
Plugin Version: 1.4.16
IDO-Version: 1.9.0 / GIT MySQL/Postgresql/Oracle
Other Addons: Icinga Web, PNP, check_multi, inGraph, EventDB, LConf
Beginner
Number of monitoring servers: 2
Nagios Version: Icinga 1.0RC1
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 83
Number of services: 452
OS: CentOS 5.3
Plugin Version: 1.4.14
NDO Version: 2
Birthday: May 30th 1983 (29)
Gender: male
Location: Nürnberg
Occupation: Consultant / Developer beim besten Arbeitgeber der Welt @netways
Number of monitoring servers: Icinga: 4x dev, 10++ prod, Icinga2: 2x dev
Nagios Version: s/nagios/icinga/
Icinga Version: 1.9.0 / GIT
Distributed monitoring: Ja
Redundant monitoring: Ja
Number of hosts: 1000+
Number of services: 15000+
OS: RHEL, Debian, SUSE
Plugin Version: 1.4.16
IDO-Version: 1.9.0 / GIT MySQL/Postgresql/Oracle
Other Addons: Icinga Web, PNP, check_multi, inGraph, EventDB, LConf
Beginner
Number of monitoring servers: 2
Nagios Version: Icinga 1.0RC1
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 83
Number of services: 452
OS: CentOS 5.3
Plugin Version: 1.4.14
NDO Version: 2
Birthday: May 30th 1983 (29)
Gender: male
Location: Nürnberg
Occupation: Consultant / Developer beim besten Arbeitgeber der Welt @netways
Number of monitoring servers: Icinga: 4x dev, 10++ prod, Icinga2: 2x dev
Nagios Version: s/nagios/icinga/
Icinga Version: 1.9.0 / GIT
Distributed monitoring: Ja
Redundant monitoring: Ja
Number of hosts: 1000+
Number of services: 15000+
OS: RHEL, Debian, SUSE
Plugin Version: 1.4.16
IDO-Version: 1.9.0 / GIT MySQL/Postgresql/Oracle
Other Addons: Icinga Web, PNP, check_multi, inGraph, EventDB, LConf
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
[1257248253.907117] [001.2] [pid=32763] ndo2db_handle_servicecheckdata() start
ndo2db_log_debug_info(NDO2DB_DEBUGL_PROCESSINFO, 2, "ndo2db_handle_servicecheckdata() start\n");
if (idi == NULL)
return NDO_ERROR;
/* convert timestamp, etc */
result = ndo2db_convert_standard_data_elements(idi, &type, &flags, &attr,
&tstamp);
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[1257248253.907122] [001.2] [pid=32763] ndo2db_convert_standard_data_elements() start
[1257248253.907127] [001.2] [pid=32763] ndo2db_convert_string_to_int() start
[1257248253.907133] [001.2] [pid=32763] ndo2db_convert_string_to_int() end
[1257248253.907138] [001.2] [pid=32763] ndo2db_convert_string_to_int() start
[1257248253.907143] [001.2] [pid=32763] ndo2db_convert_string_to_int() end
[1257248253.907148] [001.2] [pid=32763] ndo2db_convert_string_to_int() start
[1257248253.907154] [001.2] [pid=32763] ndo2db_convert_string_to_int() end
[1257248253.907159] [001.2] [pid=32763] ndo2db_convert_string_to_timeval() start
[1257248253.907165] [001.2] [pid=32763] ndo2db_convert_string_to_unsignedlong() start
[1257248253.907176] [001.2] [pid=32763] ndo2db_convert_string_to_unsignedlong() end
[1257248253.907182] [001.2] [pid=32763] ndo2db_convert_string_to_unsignedlong() start
[1257248253.907187] [001.2] [pid=32763] ndo2db_convert_string_to_unsignedlong() end
[1257248253.907192] [001.2] [pid=32763] ndo2db_convert_string_to_timeval() end
[1257248253.907198] [001.2] [pid=32763] ndo2db_convert_standard_data_elements() end
/* only process some types of service checks... */
if (type != NEBTYPE_SERVICECHECK_INITIATE && type
!= NEBTYPE_SERVICECHECK_PROCESSED)
return NDO_OK;
/* skip precheck events - they aren't useful to us */
if (type == NEBTYPE_SERVICECHECK_ASYNC_PRECHECK)
return NDO_OK;
|
|
|
Source code |
1 2 3 4 |
result = ndo2db_convert_string_to_int(idi->buffered_input[NDO_DATA_CHECKTYPE], &check_type); [1257248253.907203] [001.2] [pid=32763] ndo2db_convert_string_to_int() start [1257248253.907208] [001.2] [pid=32763] ndo2db_convert_string_to_int() end |
|
|
Source code |
1 |
result = ndo2db_convert_string_to_int(idi->buffered_input[NDO_DATA_CURRENTCHECKATTEMPT], ¤t_check_attempt); |
Beginner
Number of monitoring servers: 2
Nagios Version: Icinga 1.0RC1
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 83
Number of services: 452
OS: CentOS 5.3
Plugin Version: 1.4.14
NDO Version: 2
Birthday: May 30th 1983 (29)
Gender: male
Location: Nürnberg
Occupation: Consultant / Developer beim besten Arbeitgeber der Welt @netways
Number of monitoring servers: Icinga: 4x dev, 10++ prod, Icinga2: 2x dev
Nagios Version: s/nagios/icinga/
Icinga Version: 1.9.0 / GIT
Distributed monitoring: Ja
Redundant monitoring: Ja
Number of hosts: 1000+
Number of services: 15000+
OS: RHEL, Debian, SUSE
Plugin Version: 1.4.16
IDO-Version: 1.9.0 / GIT MySQL/Postgresql/Oracle
Other Addons: Icinga Web, PNP, check_multi, inGraph, EventDB, LConf
Beginner
Number of monitoring servers: 2
Nagios Version: Icinga 1.0RC1
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 83
Number of services: 452
OS: CentOS 5.3
Plugin Version: 1.4.14
NDO Version: 2
Birthday: May 30th 1983 (29)
Gender: male
Location: Nürnberg
Occupation: Consultant / Developer beim besten Arbeitgeber der Welt @netways
Number of monitoring servers: Icinga: 4x dev, 10++ prod, Icinga2: 2x dev
Nagios Version: s/nagios/icinga/
Icinga Version: 1.9.0 / GIT
Distributed monitoring: Ja
Redundant monitoring: Ja
Number of hosts: 1000+
Number of services: 15000+
OS: RHEL, Debian, SUSE
Plugin Version: 1.4.16
IDO-Version: 1.9.0 / GIT MySQL/Postgresql/Oracle
Other Addons: Icinga Web, PNP, check_multi, inGraph, EventDB, LConf
This post has been edited 1 times, last edit by "dnsmichi" (Nov 10th 2009, 9:17pm)
Birthday: May 30th 1983 (29)
Gender: male
Location: Nürnberg
Occupation: Consultant / Developer beim besten Arbeitgeber der Welt @netways
Number of monitoring servers: Icinga: 4x dev, 10++ prod, Icinga2: 2x dev
Nagios Version: s/nagios/icinga/
Icinga Version: 1.9.0 / GIT
Distributed monitoring: Ja
Redundant monitoring: Ja
Number of hosts: 1000+
Number of services: 15000+
OS: RHEL, Debian, SUSE
Plugin Version: 1.4.16
IDO-Version: 1.9.0 / GIT MySQL/Postgresql/Oracle
Other Addons: Icinga Web, PNP, check_multi, inGraph, EventDB, LConf
Beginner
Number of monitoring servers: 2
Nagios Version: Icinga 1.0RC1
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 83
Number of services: 452
OS: CentOS 5.3
Plugin Version: 1.4.14
NDO Version: 2