· 6 years ago · Sep 24, 2019, 12:34 PM
1 ./poller.php -dd -m ports -h x.x.x.x
2DEBUG!
3Load class 'Console_Color2' from '/opt/observium/libs/pear/Console/Color2.php': OK
4
5CMD[/usr/bin/svn info /opt/observium]
6
7CMD EXITCODE[0]
8CMD RUNTIME[0.0062s]
9CMD EXITDELAY[10ms]
10STDOUT[
11Path: .
12Working Copy Root Path: /opt/observium
13URL: http://svn.observium.org/svn/observium/trunk
14Relative URL: ^/observium/trunk
15Repository Root: http://svn.observium.org/svn
16Repository UUID: 61d68cd4-352d-0410-923a-c4978735b2b8
17Revision: 10040
18Node Kind: directory
19Schedule: normal
20Last Changed Author: adama
21Last Changed Rev: 10040
22Last Changed Date: 2019-09-23 23:18:39 +0300 (Mon, 23 Sep 2019)
23
24]
25
26SQL[SELECT `attrib_value` FROM `observium_attribs` WHERE `attrib_type` = 'dbSchema';]
27ROWS[1]
28SQL RUNTIME[0.00037313s]
29
30SQL[SELECT @@SESSION.sql_mode;]
31ROWS[1]
32SQL RUNTIME[0.00015092s]
33
34SQL[SET SESSION `sql_mode` = 'NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION']
35ROWS[0]
36SQL RUNTIME[0.00007606s]
37SQL WARNINGS[
38 3135: 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
39]
40DB mode(s) disabled: STRICT_TRANS_TABLES, ONLY_FULL_GROUP_BY
41
42SQL[SELECT `attrib_value` FROM `observium_attribs` WHERE `attrib_type` = 'current_rev';]
43ROWS[1]
44SQL RUNTIME[0.00012898s]
45
46SQL[SELECT * FROM `config`]
47ROWS[19]
48SQL RUNTIME[0.00016689s]
49
50CMD[/bin/hostname -f]
51
52CMD EXITCODE[0]
53CMD RUNTIME[0.0012s]
54STDOUT[
55mgts-observ01
56]
57Load class 'Net_IPv6' from '/opt/observium/libs/pear/Net/IPv6.php': OK
58
59 ___ _ _
60 / _ \ | |__ ___ ___ _ __ __ __(_) _ _ _ __ ___
61| | | || '_ \ / __| / _ \| '__|\ \ / /| || | | || '_ ` _ \
62| |_| || |_) |\__ \| __/| | \ V / | || |_| || | | | | |
63 \___/ |_.__/ |___/ \___||_| \_/ |_| \__,_||_| |_| |_|
64 Observium Professional 19.9.10040
65 http://www.observium.org
66
67
68SQL[SELECT `attrib_value` FROM `observium_attribs` WHERE `attrib_type` = 'latest_ver';]
69ROWS[1]
70SQL RUNTIME[0.00028014s]
71
72SQL[SELECT `attrib_value` FROM `observium_attribs` WHERE `attrib_type` = 'latest_rev';]
73ROWS[1]
74SQL RUNTIME[0.00013494s]
75
76SQL[SELECT `attrib_value` FROM `observium_attribs` WHERE `attrib_type` = 'latest_rev_date';]
77ROWS[1]
78SQL RUNTIME[0.00011897s]
79
80CMD[/opt/observium/scripts/distro]
81
82CMD EXITCODE[0]
83CMD RUNTIME[0.0099s]
84STDOUT[
85Linux|4.4.0-87-generic|amd64|Ubuntu|16.04|vmware|
86]
87
88CMD[/usr/bin/env python --version 2>&1]
89
90CMD EXITCODE[0]
91CMD RUNTIME[0.0016s]
92STDOUT[
93Python 2.7.12
94]
95
96SQL[SELECT version();]
97ROWS[1]
98SQL RUNTIME[0.00014901s]
99
100CMD[/usr/bin/snmpget --version 2>&1]
101
102CMD EXITCODE[0]
103CMD RUNTIME[0.002s]
104STDOUT[
105NET-SNMP version: 5.7.3
106]
107
108CMD[/usr/bin/rrdtool --version | head -n1]
109
110CMD EXITCODE[0]
111CMD RUNTIME[0.007s]
112STDOUT[
113RRDtool 1.5.5 Copyright by Tobias Oetiker <tobi@oetiker.ch>
114]
115
116CMD[/usr/bin/fping -v 2>&1]
117
118Wrong process status! Issue in proc_get_status(), see: https://bugs.php.net/bug.php?id=69014
119CMD EXITCODE[0]
120CMD RUNTIME[0.0004s]
121STDOUT[
122/usr/bin/fping: Version 3.13
123/usr/bin/fping: comments to david@schweikert.ch
124]
125
126CMD[/usr/sbin/apache2 -v | awk '/Server version:/ {print $3}']
127
128Wrong process status! Issue in proc_get_status(), see: https://bugs.php.net/bug.php?id=69014
129CMD EXITCODE[0]
130CMD RUNTIME[0.026s]
131STDOUT[
132Apache/2.4.18
133]
134
135CMD[date "+%:z"]
136
137CMD EXITCODE[0]
138CMD RUNTIME[0.0008s]
139CMD EXITDELAY[10ms]
140STDOUT[
141+03:00
142]
143
144SQL[SELECT TIMEDIFF(NOW(), UTC_TIMESTAMP);]
145ROWS[1]
146SQL RUNTIME[0.00014210s]
147
148SQL[SELECT @@SESSION.sql_mode;]
149ROWS[1]
150SQL RUNTIME[0.00010300s]
151
152SQL[SHOW VARIABLES LIKE 'character_set_connection']
153ROWS[1]
154SQL RUNTIME[0.00302911s]
155
156##### Software versions #####
157
158 o OS Linux 4.4.0-87-generic [amd64] (Ubuntu 16.04)
159 o Apache 2.4.18
160 o PHP 7.0.30-0ubuntu0.16.04.1 (OPcache: DISABLED)
161 o Python 2.7.12
162 o MySQL 5.7.22-0ubuntu0.16.04.1 (extension: mysqli 5.0.12-dev)
163 o SNMP NET-SNMP 5.7.3
164 o RRDtool 1.5.5
165 o Fping 3.13 (IPv4 and IPv6)
166
167##### Memory Limit #####
168
169 o PHP Unlimited
170
171##### MySQL mode #####
172
173 o MySQL NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
174
175##### Charset info #####
176
177 o PHP UTF-8
178 o MySQL utf8
179
180##### Timezones info #####
181
182 o Date Tuesday, 24-Sep-19 15:02:29 MSK
183 o PHP +03:00
184 o MySQL +03:00
185
186
187SQL[SELECT * FROM `alerts_maint` WHERE `maint_start` < '1569326549' AND `maint_end` > '1569326549']
188ROWS[0]
189SQL RUNTIME[0.00028992s]
190RRD PIPE OPEN[TRUE]
191##### Starting polling run at 2019-09-24 15:02:29 #####
192
193
194SQL[SELECT `device_id` FROM `devices` WHERE `disabled` = 0 AND `hostname` LIKE 'x.x.x.x' AND `poller_id` = '0' ORDER BY `device_id` ASC]
195ROWS[1]
196SQL RUNTIME[0.00032496s]
197
198SQL[SELECT * FROM `devices` WHERE `device_id` = '1120']
199ROWS[1]
200SQL RUNTIME[0.00028992s]
201
202SQL[SELECT * FROM `entity_attribs` WHERE `entity_type` = 'device' AND `entity_id` = '1120']
203ROWS[2]
204SQL RUNTIME[0.00021601s]
205
206
207 > $device /opt/observium/includes/polling/functions.inc.php:119
208array(
209 [device_id] => string(4) "1120"
210 [poller_id] => string(1) "0"
211 [hostname] => string(12) "x.x.x.x"
212 [sysName] => string(13) ""
213 [snmp_community] => string(0) ""
214 [snmp_authlevel] => string(8) "authPriv"
215 [snmp_authname] => string(6) "x.x.x.x"
216 [snmp_authpass] => string(8) "x.x.x.x"
217 [snmp_authalgo] => string(3) "MD5"
218 [snmp_cryptopass] => string(8) "x.x.x.x"
219 [snmp_cryptoalgo] => string(3) "DES"
220 [snmp_context] => null
221 [snmp_version] => string(2) "v3"
222 [snmp_port] => string(3) "161"
223 [snmp_timeout] => null
224 [snmp_retries] => null
225 [snmp_maxrep] => null
226 [ssh_port] => string(2) "22"
227 [agent_version] => null
228 [snmp_transport] => string(3) "udp"
229 [bgpLocalAs] => null
230 [snmpEngineID] => string(34) "80001F88805137E949EBA8775D00000000"
231 [sysObjectID] => string(24) ".1.3.6.1.4.1.8072.3.2.10"
232 [sysDescr] => string(93) "Linux 4.14.35-1902.5.2.el7uek.x86_64 #2 SMP Wed Aug 28 21:39:33 GMT 2019 x86_64"
233 [sysContact] => string(31) ""
234 [version] => string(30) "4.14.35-1902.5.2.el7uek.x86_64"
235 [hardware] => string(28) "Virtual Platform x86 [64bit]"
236 [vendor] => string(6) "VMware"
237 [features] => string(25) "/usr/local/bin/distro: No"
238 [location] => string(7) "CL-0210"
239 [os] => string(5) "linux"
240 [status] => string(1) "1"
241 [status_type] => string(2) "ok"
242 [ignore] => string(1) "0"
243 [ignore_until] => null
244 [asset_tag] => null
245 [disabled] => string(1) "0"
246 [uptime] => string(7) "1192228"
247 [last_rebooted] => string(10) "1568134229"
248 [force_discovery] => string(1) "0"
249 [last_polled] => string(19) "2019-09-24 15:00:59"
250 [last_discovered] => string(19) "2019-09-24 14:54:53"
251 [last_alerter] => string(19) "2019-09-24 14:57:39"
252 [last_polled_timetaken] => string(4) "1.41"
253 [last_discovered_timetaken] => string(4) "0.27"
254 [purpose] => null
255 [type] => string(6) "server"
256 [serial] => string(54) ""
257 [icon] => null
258 [device_state] => string(14158) "a:9:{s:15:"poller_mod_perf";a:29:{s:10:"unix-agent";d:0.51390000000000002;s:6:"system";d:0.25230000000000002;s:2:"os";d:0.63639999999999997;s:4:"ipmi";d:0.0097999999999999997;s:7:"sensors";d:0.1426;s:6:"status";d:0.00040000000000000002;s:7:"counter";d:0.00029999999999999997;s:10:"processors";d:0.50039999999999996;s:8:"mempools";d:0.26640000000000003;s:7:"storage";d:0.029000000000000001;s:8:"netstats";d:0.50870000000000004;s:7:"ucd-mib";d:0.11219999999999999;s:13:"ipSystemStats";d:0.061400000000000003;s:5:"ports";d:0.50480000000000003;s:9:"bgp-peers";d:0.059499999999999997;s:15:"printersupplies";d:0.00050000000000000001;s:10:"ucd-diskio";d:0.057799999999999997;s:4:"wifi";d:0.00020000000000000001;s:10:"p2p-radios";d:0.00059999999999999995;s:4:"ospf";d:0.053699999999999998;s:3:"sla";d:0.00069999999999999999;s:11:"pseudowires";d:0.00050000000000000001;s:14:"mac-accounting";d:0.00069999999999999999;s:12:"loadbalancer";d:0.00029999999999999997;s:15:"entity-physical";d:0.00020000000000000001;s:12:"applications";d:0.064799999999999996;s:9:"fdb-table";d:0.089099999999999999;s:6:"graphs";d:0.093799999999999994;s:4:"oids";d:0.00059999999999999995;}s:2:"la";a:3:{s:4:"1min";d:4.5899999999999999;s:4:"5min";d:4.6299999999999999;s:5:"15min";d:4.7199999999999998;}s:8:"ucd_load";d:4.6299999999999999;s:10:"ucd_ss_cpu";a:8:{s:12:"ssCpuRawUser";a:1:{s:4:"perc";d:14.267852101746175;}s:12:"ssCpuRawNice";a:1:{s:4:"perc";d:4.1100879697417693E-6;}s:14:"ssCpuRawSystem";a:1:{s:4:"perc";d:9.5839152389030744;}s:12:"ssCpuRawIdle";a:1:{s:4:"perc";d:72.850145231958649;}s:17:"ssCpuRawInterrupt";a:1:{s:4:"perc";i:0;}s:15:"ssCpuRawSoftIRQ";a:1:{s:4:"perc";d:3.2980133362062958;}s:14:"ssCpuRawKernel";a:1:{s:4:"perc";i:0;}s:12:"ssCpuRawWait";a:1:{s:4:"perc";d:6.998109783146986E-5;}}s:7:"ucd_mem";a:8:{s:10:"swap_total";s:7:"2097148";s:10:"swap_avail";s:7:"2097148";s:9:"mem_total";s:8:"65690408";s:9:"mem_avail";s:8:"36101640";s:10:"mem_shared";s:6:"721588";s:10:"mem_buffer";s:4:"2108";s:10:"mem_cached";s:6:"973224";s:8:"mem_used";i:29588768;}s:17:"poller_ports_perf";a:1:{s:4:"vlan";d:0.18493008613586426;}s:14:"poller_history";a:288:{i:1569326253;d:4.0568999999999997;i:1569325976;d:6.0895999999999999;i:1569325698;d:5.2275;i:1569325406;d:4.4260000000000002;i:1569325101;d:4.0674000000000001;i:1569324835;d:4.1437999999999997;i:1569324493;d:3.7829000000000002;i:1569324202;d:4.5662000000000003;i:1569323910;d:4.0255000000000001;i:1569323628;d:3.9758;i:1569323242;d:3.7803;i:1569323020;d:7.5076000000000001;i:1569322705;d:3.7403;i:1569322394;d:3.8170000000000002;i:1569322093;d:4.2205000000000004;i:1569321785;d:4.0744999999999996;i:1569321521;d:4.2180999999999997;i:1569321195;d:4.2550999999999997;i:1569320902;d:4.2609000000000004;i:1569320601;d:3.6537000000000002;i:1569320304;d:3.839;i:1569319994;d:4.1604999999999999;i:1569319697;d:4.0857999999999999;i:1569319429;d:4.0915999999999997;i:1569319108;d:4.048;i:1569318819;d:3.7052;i:1569318497;d:3.7208999999999999;i:1569318189;d:3.9965000000000002;i:1569317891;d:4.1342999999999996;i:1569317594;d:4.1167999999999996;i:1569317288;d:4.0666000000000002;i:1569317001;d:4.4073000000000002;i:1569316698;d:3.6995;i:1569316394;d:3.9584999999999999;i:1569316089;d:4.3574000000000002;i:1569315812;d:4.7671999999999999;i:1569315504;d:3.8374000000000001;i:1569315208;d:3.8092999999999999;i:1569314893;d:3.9556;i:1569314602;d:4.2251000000000003;i:1569314271;d:3.9424000000000001;i:1569313998;d:5.25;i:1569313696;d:4.0462999999999996;i:1569313404;d:4.0517000000000003;i:1569313062;d:4.1193999999999997;i:1569312804;d:5.4333;i:1569312442;d:3.8696999999999999;i:1569312211;d:7.0608000000000004;i:1569311898;d:4.0660999999999996;i:1569311573;d:3.9504000000000001;i:1569311300;d:4.6820000000000004;i:1569310996;d:3.8942000000000001;i:1569310684;d:4.0685000000000002;i:1569310403;d:4.6148999999999996;i:1569310087;d:3.7345999999999999;i:1569309794;d:4.3388999999999998;i:1569309498;d:4.0941000000000001;i:1569309189;d:3.8304999999999998;i:1569308898;d:4.0540000000000003;i:1569308587;d:4.2690000000000001;i:1569308302;d:4.5019999999999998;i:1569307989;d:3.7799;i:1569307694;d:4.1863000000000001;i:1569307386;d:4.1886999999999999;i:1569307134;d:4.8105000000000002;i:1569306805;d:4.4617000000000004;i:1569306493;d:3.9958999999999998;i:1569306195;d:4.1637000000000004;i:1569305899;d:4.1780999999999997;i:1569305587;d:4.0183;i:1569305286;d:4.4726999999999997;i:1569304992;d:4.7813999999999997;i:1569304684;d:4.5260999999999996;i:1569304399;d:4.4325999999999999;i:1569304094;d:3.9007000000000001;i:1569303790;d:4.1703999999999999;i:1569303485;d:4.2187999999999999;i:1569303201;d:4.5115999999999996;i:1569302882;d:4.0185000000000004;i:1569302597;d:4.5602;i:1569302287;d:3.8357000000000001;i:1569301992;d:4.2854000000000001;i:1569301690;d:3.9523999999999999;i:1569301381;d:4.9691999999999998;i:1569301095;d:4.6314000000000002;i:1569300760;d:3.8593999999999999;i:1569300493;d:4.8518999999999997;i:1569300190;d:4.0381999999999998;i:1569299878;d:4.0909000000000004;i:1569299593;d:4.7074999999999996;i:1569299293;d:4.2297000000000002;i:1569298994;d:4.2858000000000001;i:1569298679;d:4.1843000000000004;i:1569298380;d:4.7522000000000002;i:1569298090;d:4.4126000000000003;i:1569297822;d:4.2256999999999998;i:1569297460;d:3.8429000000000002;i:1569297187;d:4.9180999999999999;i:1569296888;d:4.1196000000000002;i:1569296588;d:4.2645;i:1569296294;d:3.9981;i:1569295991;d:4.0118;i:1569295685;d:4.1417999999999999;i:1569295395;d:4.2625000000000002;i:1569295094;d:3.9037999999999999;i:1569294783;d:4.1250999999999998;i:1569294491;d:4.1818;i:1569294200;d:4.2107000000000001;i:1569293882;d:4.0102000000000002;i:1569293594;d:4.3997000000000002;i:1569293289;d:3.9716;i:1569292994;d:4.1634000000000002;i:1569292679;d:3.8552;i:1569292387;d:5.2473000000000001;i:1569292090;d:4.5182000000000002;i:1569291789;d:4.0160999999999998;i:1569291493;d:4.3124000000000002;i:1569291188;d:4.1096000000000004;i:1569290867;d:4.0594999999999999;i:1569290607;d:5.79;i:1569290292;d:4.0552000000000001;i:1569289990;d:4.1900000000000004;i:1569289697;d:4.3133999999999997;i:1569289354;d:3.8136000000000001;i:1569289093;d:5.1742999999999997;i:1569288804;d:4.3295000000000003;i:1569288500;d:4.1982999999999997;i:1569288191;d:3.9355000000000002;i:1569287898;d:4.3930999999999996;i:1569287595;d:4.2873999999999999;i:1569287306;d:4.4629000000000003;i:1569286976;d:4.1913999999999998;i:1569286699;d:5.1349;i:1569286376;d:3.819;i:1569286099;d:4.6498999999999997;i:1569285793;d:3.8835000000000002;i:1569285471;d:3.8079999999999998;i:1569285201;d:5.2622999999999998;i:1569284894;d:4.3383000000000003;i:1569284586;d:4.0217000000000001;i:1569284291;d:4.4608999999999996;i:1569283982;d:4.2222999999999997;i:1569283694;d:4.3457999999999997;i:1569283432;d:4.2793000000000001;i:1569283081;d:4.0171999999999999;i:1569282797;d:4.5664999999999996;i:1569282495;d:3.9611000000000001;i:1569282190;d:3.903;i:1569281898;d:4.1654;i:1569281574;d:4.4105999999999996;i:1569281294;d:4.8666999999999998;i:1569280967;d:3.9617;i:1569280696;d:4.9264999999999999;i:1569280394;d:3.8700999999999999;i:1569280077;d:4.0635000000000003;i:1569279798;d:5.1101000000000001;i:1569279494;d:4.3766999999999996;i:1569279182;d:3.9679000000000002;i:1569278889;d:4.5031999999999996;i:1569278593;d:4.1471;i:1569278321;d:4.0987;i:1569278012;d:4.5251000000000001;i:1569277692;d:4.1021000000000001;i:1569277396;d:4.4424000000000001;i:1569277060;d:4.1246999999999998;i:1569276802;d:5.4452999999999996;i:1569276466;d:3.9872000000000001;i:1569276228;d:6.4046000000000003;i:1569275889;d:4.3468;i:1569275596;d:4.5271999999999997;i:1569275292;d:4.2192999999999996;i:1569274986;d:4.4450000000000003;i:1569274692;d:4.6032000000000002;i:1569274410;d:5.0838999999999999;i:1569274086;d:4.0548999999999999;i:1569273802;d:4.5349000000000004;i:1569273482;d:3.9100999999999999;i:1569273186;d:4.9446000000000003;i:1569272870;d:4.5789;i:1569272630;d:6.7911000000000001;i:1569272289;d:4.149;i:1569271994;d:4.3507999999999996;i:1569271696;d:4.2225999999999999;i:1569271396;d:4.0754999999999999;i:1569271090;d:4.1412000000000004;i:1569270805;d:4.4936999999999996;i:1569270472;d:4.0564;i:1569270199;d:4.8514999999999997;i:1569269871;d:4.0431999999999997;i:1569269590;d:5.1047000000000002;i:1569269293;d:4.2861000000000002;i:1569269004;d:4.4984999999999999;i:1569268688;d:4.4542000000000002;i:1569268380;d:4.3186999999999998;i:1569268089;d:4.6353;i:1569267793;d:4.5149999999999997;i:1569267498;d:4.2283999999999997;i:1569267201;d:4.2885999999999997;i:1569266885;d:4.1372999999999998;i:1569266592;d:4.4295;i:1569266307;d:4.4375;i:1569265983;d:4.0060000000000002;i:1569265694;d:4.5495000000000001;i:1569265392;d:4.4897;i:1569265074;d:4.4180999999999999;i:1569264797;d:5.1078000000000001;i:1569264494;d:4.3776999999999999;i:1569264199;d:4.4127000000000001;i:1569263894;d:4.1041999999999996;i:1569263598;d:6.2050999999999998;i:1569263298;d:4.6706000000000003;i:1569262976;d:4.0976999999999997;i:1569262685;d:4.7679;i:1569262366;d:4.7550999999999997;i:1569262098;d:4.9553000000000003;i:1569261841;d:4.4512;i:1569261457;d:3.9781;i:1569261184;d:5.1657999999999999;i:1569260895;d:4.5640000000000001;i:1569260575;d:3.9102000000000001;i:1569260293;d:4.6238999999999999;i:1569260002;d:4.3354999999999997;i:1569259696;d:4.4032;i:1569259386;d:4.0914999999999999;i:1569259055;d:4.5221999999999998;i:1569258770;d:5.5434999999999999;i:1569258496;d:4.9748999999999999;i:1569258206;d:4.4900000000000002;i:1569257906;d:4.6185999999999998;i:1569257568;d:4.1839000000000004;i:1569257300;d:5;i:1569256995;d:4.0803000000000003;i:1569256689;d:4.1196000000000002;i:1569256418;d:4.4696999999999996;i:1569256076;d:3.9112;i:1569255794;d:4.7923999999999998;i:1569255477;d:4.3662999999999998;i:1569255192;d:5.2504999999999997;i:1569254887;d:4.5926;i:1569254630;d:5.9170999999999996;i:1569254291;d:4.0218999999999996;i:1569253985;d:4.3902000000000001;i:1569253694;d:4.4991000000000003;i:1569253380;d:4.516;i:1569253094;d:4.6799999999999997;i:1569252799;d:4.5693999999999999;i:1569252489;d:4.4931999999999999;i:1569252197;d:4.5613999999999999;i:1569251887;d:4.2026000000000003;i:1569251568;d:4.6778000000000004;i:1569251297;d:4.7977999999999996;i:1569250991;d:4.2907000000000002;i:1569250686;d:4.3395000000000001;i:1569250401;d:4.5293999999999999;i:1569250074;d:4.4245000000000001;i:1569249786;d:5.4292999999999996;i:1569249525;d:4.4218999999999999;i:1569249205;d:4.0483000000000002;i:1569248889;d:4.0655999999999999;i:1569248595;d:4.3539000000000003;i:1569248295;d:4.1783000000000001;i:1569247984;d:4.0182000000000002;i:1569247695;d:4.4833999999999996;i:1569247403;d:4.4443999999999999;i:1569247103;d:4.3451000000000004;i:1569246798;d:3.9030999999999998;i:1569246494;d:4.0884999999999998;i:1569246193;d:4.2187999999999999;i:1569245879;d:4.1342999999999996;i:1569245589;d:5.1111000000000004;i:1569245306;d:4.6228999999999996;i:1569244971;d:3.8329;i:1569244688;d:4.9390000000000001;i:1569244386;d:4.6542000000000003;i:1569244102;d:4.2685000000000004;i:1569243815;d:4.4165999999999999;i:1569243479;d:4.3150000000000004;i:1569243198;d:4.7388000000000003;i:1569242884;d:4.3152999999999997;i:1569242603;d:4.6699000000000002;i:1569242261;d:3.9590000000000001;i:1569241971;d:5.9817999999999998;i:1569241699;d:4.9504999999999999;i:1569241399;d:4.1913;i:1569241094;d:4.3060999999999998;i:1569240761;d:4.4844999999999997;i:1569240507;d:5.4138000000000002;i:1569240204;d:4.7671000000000001;}s:17:"discovery_history";a:54:{i:1569317767;d:4.7958999999999996;i:1569296155;d:4.6867000000000001;i:1569274547;d:4.6387;i:1569252968;d:4.9646999999999997;i:1569231352;d:4.6322999999999999;i:1569209779;d:4.7915999999999999;i:1569188164;d:5.0782999999999996;i:1569166570;d:4.7159000000000004;i:1569144959;d:4.915;i:1569123358;d:4.7634999999999996;i:1569101771;d:4.8506999999999998;i:1569080146;d:4.7712000000000003;i:1569058547;d:4.7789000000000001;i:1569036944;d:4.7438000000000002;i:1569015390;d:4.7901999999999996;i:1568993760;d:5.0075000000000003;i:1568972145;d:4.9112999999999998;i:1568950585;d:4.8379000000000003;i:1568928985;d:4.7945000000000002;i:1568907361;d:4.9386000000000001;i:1568885765;d:5.0707000000000004;i:1568864155;d:4.6074999999999999;i:1568842563;d:4.7976000000000001;i:1568820964;d:4.9652000000000003;i:1568799369;d:4.9420000000000002;i:1568777744;d:4.6867999999999999;i:1568756171;d:4.6844000000000001;i:1568734551;d:4.7041000000000004;i:1568712978;d:4.8648999999999996;i:1568691357;d:4.8532000000000002;i:1568669729;d:4.3601000000000001;i:1568648119;d:4.5178000000000003;i:1568627894;d:4.0877999999999997;i:1568626560;d:4.8609999999999998;i:1568604950;d:4.6116000000000001;i:1568583375;d:4.6349;i:1568561783;d:4.7023999999999999;i:1568540145;d:5.2560000000000002;i:1568518553;d:4.6426999999999996;i:1568496952;d:4.6839000000000004;i:1568475350;d:4.6578999999999997;i:1568453754;d:4.6163999999999996;i:1568432188;d:4.7324000000000002;i:1568410562;d:4.9448999999999996;i:1568388956;d:4.6818999999999997;i:1568367373;d:4.7393999999999998;i:1568345762;d:4.9996999999999998;i:1568324167;d:4.9279000000000002;i:1568302554;d:4.6326000000000001;i:1568280960;d:4.9316000000000004;i:1568259335;d:4.5324;i:1568237752;d:4.7648000000000001;i:1568216163;d:4.8856000000000002;i:1568203501;d:5.1788999999999996;}s:18:"discovery_mod_perf";a:27:{s:2:"os";d:1.1665000000000001;s:5:"ports";d:0.29680000000000001;s:11:"ports-stack";d:0.056500000000000002;s:5:"vlans";d:0.1091;s:11:"ports_vlans";N;s:4:"oids";d:0.13639999999999999;s:12:"ip-addresses";d:0.3347;s:10:"processors";d:0.1221;s:8:"mempools";d:0.15079999999999999;s:9:"inventory";d:0.25559999999999999;s:15:"printersupplies";d:0.00069999999999999999;s:7:"sensors";d:1.5840000000000001;s:7:"storage";d:0.053699999999999998;s:10:"neighbours";d:0.1434;s:9:"arp-table";d:0.066500000000000004;s:13:"junose-atm-vp";d:0.00029999999999999997;s:9:"bgp-peers";d:0.049299999999999997;s:14:"mac-accounting";d:0.00029999999999999997;s:9:"cisco-vrf";d:0.00040000000000000002;s:3:"sla";d:0.053400000000000003;s:11:"pseudowires";d:0.053400000000000003;s:16:"virtual-machines";d:0.00059999999999999995;s:11:"cisco-cbqos";d:0.1007;s:10:"ucd-diskio";d:0.047699999999999999;s:4:"wifi";d:0.0015;s:10:"p2p-radios";d:0.0001;s:6:"graphs";d:0.00040000000000000002;}}"
259 [distro] => string(22) "/usr/local/bin/distro:"
260 [distro_ver] => string(2) "No"
261 [kernel] => string(30) "4.14.35-1902.5.2.el7uek.x86_64"
262 [arch] => null
263)
264
265
266 > $attribs /opt/observium/includes/polling/functions.inc.php:120
267array(
268 [sysORID] => string(21) "["TCP-MIB","UDP-MIB"]"
269 [ucd_memory_bad] => string(1) "1"
270)
271
272SQL[SELECT * FROM `observium_processes` WHERE `process_name` = 'poller.php' AND `device_id` = '1120']
273ROWS[0]
274SQL RUNTIME[0.00171304s]
275
276SQL[INSERT INTO `observium_processes` (`process_pid`,`process_name`,`process_ppid`,`process_uid`,`process_command`,`process_start`,`device_id`) VALUES ('17305','poller.php','24166','0','php ./poller.php -dd -m ports -h x.x.x.x','1569326549','1120')]
277ROWS[1]
278SQL RUNTIME[0.02185392s]
279
280SQL[SELECT * FROM `alert_tests` WHERE 1]
281ROWS[18]
282SQL RUNTIME[0.00024199s]
283Cached 18 alert rules.
284
285SQL[SELECT * FROM `alert_table` WHERE `device_id` = '1120']
286ROWS[64]
287SQL RUNTIME[0.00052381s]
288
289
290 > $alert_rules /opt/observium/includes/polling/functions.inc.php:128
291array(
292 [1] => array(
293 [alert_test_id] => string(1) "1"
294 [entity_type] => string(7) "mempool"
295 [alert_name] => string(19) "Memory is above 85%"
296 [alert_message] => string(31) "Memory utilisation is above 85%"
297 [alert_assoc] => null
298 [conditions] => array(
299 [0] => array(
300 [metric] => string(12) "mempool_perc"
301 [condition] => string(7) "greater"
302 [value] => string(2) "85"
303 )
304 )
305 [conditions_warn] => null
306 [and] => string(1) "1"
307 [severity] => string(4) "crit"
308 [delay] => string(1) "0"
309 [alerter] => string(7) "default"
310 [enable] => string(1) "1"
311 [show_frontpage] => string(1) "1"
312 [suppress_recovery] => string(1) "0"
313 [ignore_until] => null
314 )
315 [2] => array(
316 [alert_test_id] => string(1) "2"
317 [entity_type] => string(9) "processor"
318 [alert_name] => string(22) "Processor is above 90%"
319 [alert_message] => string(29) "Processor usage is above 90% "
320 [alert_assoc] => null
321 [conditions] => array(
322 [0] => array(
323 [metric] => string(15) "processor_usage"
324 [condition] => string(7) "greater"
325 [value] => string(2) "90"
326 )
327 )
328 [conditions_warn] => null
329 [and] => string(1) "1"
330 [severity] => string(4) "crit"
331 [delay] => string(3) "930"
332 [alerter] => string(7) "default"
333 [enable] => string(1) "1"
334 [show_frontpage] => string(1) "1"
335 [suppress_recovery] => string(1) "0"
336 [ignore_until] => null
337 )
338 [6] => array(
339 [alert_test_id] => string(1) "6"
340 [entity_type] => string(4) "port"
341 [alert_name] => string(19) "Traffic exceeds 85%"
342 [alert_message] => string(19) "Traffic exceeds 85%"
343 [alert_assoc] => null
344 [conditions] => array(
345 [0] => array(
346 [metric] => string(15) "ifInOctets_perc"
347 [condition] => string(2) "ge"
348 [value] => string(2) "85"
349 )
350 [1] => array(
351 [metric] => string(16) "ifOutOctets_perc"
352 [condition] => string(2) "ge"
353 [value] => string(2) "85"
354 )
355 )
356 [conditions_warn] => null
357 [and] => string(1) "0"
358 [severity] => string(4) "crit"
359 [delay] => string(1) "2"
360 [alerter] => string(7) "default"
361 [enable] => string(1) "1"
362 [show_frontpage] => string(1) "1"
363 [suppress_recovery] => string(1) "0"
364 [ignore_until] => null
365 )
366 [7] => array(
367 [alert_test_id] => string(1) "7"
368 [entity_type] => string(4) "port"
369 [alert_name] => string(27) "Port has encountered errors"
370 [alert_message] => string(27) "Port has encountered errors"
371 [alert_assoc] => null
372 [conditions] => array(
373 [0] => array(
374 [metric] => string(15) "ifInErrors_rate"
375 [condition] => string(2) "gt"
376 [value] => string(1) "1"
377 )
378 [1] => array(
379 [metric] => string(16) "ifOutErrors_rate"
380 [condition] => string(2) "gt"
381 [value] => string(1) "1"
382 )
383 )
384 [conditions_warn] => null
385 [and] => string(1) "0"
386 [severity] => string(4) "crit"
387 [delay] => string(1) "0"
388 [alerter] => string(7) "default"
389 [enable] => string(1) "1"
390 [show_frontpage] => string(1) "1"
391 [suppress_recovery] => string(1) "0"
392 [ignore_until] => null
393 )
394 [8] => array(
395 [alert_test_id] => string(1) "8"
396 [entity_type] => string(6) "sensor"
397 [alert_name] => string(28) "Temperature out of threshold"
398 [alert_message] => string(28) "Temperature out of threshold"
399 [alert_assoc] => null
400 [conditions] => array(
401 [0] => array(
402 [metric] => string(12) "sensor_value"
403 [condition] => string(7) "greater"
404 [value] => string(13) "@sensor_limit"
405 )
406 [1] => array(
407 [metric] => string(12) "sensor_value"
408 [condition] => string(4) "less"
409 [value] => string(17) "@sensor_limit_low"
410 )
411 )
412 [conditions_warn] => null
413 [and] => string(1) "0"
414 [severity] => string(4) "crit"
415 [delay] => string(1) "0"
416 [alerter] => string(7) "default"
417 [enable] => string(1) "1"
418 [show_frontpage] => string(1) "1"
419 [suppress_recovery] => string(1) "0"
420 [ignore_until] => null
421 )
422 [9] => array(
423 [alert_test_id] => string(1) "9"
424 [entity_type] => string(7) "storage"
425 [alert_name] => string(27) "Storage exceeds 85% of disk"
426 [alert_message] => string(27) "Storage exceeds 85% of disk"
427 [alert_assoc] => null
428 [conditions] => array(
429 [0] => array(
430 [metric] => string(12) "storage_perc"
431 [condition] => string(2) "ge"
432 [value] => string(2) "85"
433 )
434 )
435 [conditions_warn] => null
436 [and] => string(1) "1"
437 [severity] => string(4) "crit"
438 [delay] => string(1) "0"
439 [alerter] => string(7) "default"
440 [enable] => string(1) "1"
441 [show_frontpage] => string(1) "1"
442 [suppress_recovery] => string(1) "0"
443 [ignore_until] => null
444 )
445 [10] => array(
446 [alert_test_id] => string(2) "10"
447 [entity_type] => string(6) "device"
448 [alert_name] => string(15) "Device rebooted"
449 [alert_message] => string(15) "Device rebooted"
450 [alert_assoc] => null
451 [conditions] => array(
452 [0] => array(
453 [metric] => string(15) "device_rebooted"
454 [condition] => string(2) "eq"
455 [value] => string(1) "1"
456 )
457 )
458 [conditions_warn] => null
459 [and] => string(1) "1"
460 [severity] => string(4) "crit"
461 [delay] => string(1) "0"
462 [alerter] => string(7) "default"
463 [enable] => string(1) "1"
464 [show_frontpage] => string(1) "1"
465 [suppress_recovery] => string(1) "0"
466 [ignore_until] => null
467 )
468 [11] => array(
469 [alert_test_id] => string(2) "11"
470 [entity_type] => string(8) "bgp_peer"
471 [alert_name] => string(17) "BGP Session down "
472 [alert_message] => string(17) "BGP Session down "
473 [alert_assoc] => null
474 [conditions] => array(
475 [0] => array(
476 [metric] => string(18) "bgpPeerAdminStatus"
477 [condition] => string(9) "notequals"
478 [value] => string(4) "stop"
479 )
480 [1] => array(
481 [metric] => string(12) "bgpPeerState"
482 [condition] => string(9) "notequals"
483 [value] => string(11) "established"
484 )
485 )
486 [conditions_warn] => null
487 [and] => string(1) "1"
488 [severity] => string(4) "crit"
489 [delay] => string(1) "0"
490 [alerter] => string(7) "default"
491 [enable] => string(1) "1"
492 [show_frontpage] => string(1) "1"
493 [suppress_recovery] => string(1) "0"
494 [ignore_until] => null
495 )
496 [12] => array(
497 [alert_test_id] => string(2) "12"
498 [entity_type] => string(6) "device"
499 [alert_name] => string(11) "Device down"
500 [alert_message] => string(11) "Device down"
501 [alert_assoc] => null
502 [conditions] => array(
503 [0] => array(
504 [metric] => string(13) "device_status"
505 [condition] => string(6) "equals"
506 [value] => string(1) "0"
507 )
508 )
509 [conditions_warn] => null
510 [and] => string(1) "0"
511 [severity] => string(4) "crit"
512 [delay] => string(1) "0"
513 [alerter] => string(7) "default"
514 [enable] => string(1) "1"
515 [show_frontpage] => string(1) "1"
516 [suppress_recovery] => string(1) "0"
517 [ignore_until] => null
518 )
519 [13] => array(
520 [alert_test_id] => string(2) "13"
521 [entity_type] => string(4) "port"
522 [alert_name] => string(14) "Netris Traffic"
523 [alert_message] => string(26) "Netris traffic exceed 3 Gb"
524 [alert_assoc] => null
525 [conditions] => array(
526 [0] => array(
527 [metric] => string(15) "ifInOctets_perc"
528 [condition] => string(2) "ge"
529 [value] => string(2) "30"
530 )
531 [1] => array(
532 [metric] => string(16) "ifOutOctets_perc"
533 [condition] => string(2) "ge"
534 [value] => string(2) "30"
535 )
536 )
537 [conditions_warn] => null
538 [and] => string(1) "0"
539 [severity] => string(4) "crit"
540 [delay] => string(1) "0"
541 [alerter] => string(7) "default"
542 [enable] => string(1) "1"
543 [show_frontpage] => string(1) "1"
544 [suppress_recovery] => string(1) "0"
545 [ignore_until] => null
546 )
547 [14] => array(
548 [alert_test_id] => string(2) "14"
549 [entity_type] => string(4) "port"
550 [alert_name] => string(15) "L2 Link to MPTS"
551 [alert_message] => string(32) "L2 link from N7k to MPTS down!!!"
552 [alert_assoc] => null
553 [conditions] => array(
554 [0] => array(
555 [metric] => string(13) "ifAdminStatus"
556 [condition] => string(6) "equals"
557 [value] => string(2) "up"
558 )
559 [1] => array(
560 [metric] => string(12) "ifOperStatus"
561 [condition] => string(9) "notequals"
562 [value] => string(2) "up"
563 )
564 )
565 [conditions_warn] => null
566 [and] => string(1) "1"
567 [severity] => string(4) "crit"
568 [delay] => string(1) "0"
569 [alerter] => string(7) "default"
570 [enable] => string(1) "1"
571 [show_frontpage] => string(1) "1"
572 [suppress_recovery] => string(1) "0"
573 [ignore_until] => null
574 )
575 [15] => array(
576 [alert_test_id] => string(2) "15"
577 [entity_type] => string(4) "port"
578 [alert_name] => string(20) "DNS traffic too high"
579 [alert_message] => string(65) "Трафик на DNS сервер превышает 250Мбит"
580 [alert_assoc] => string(276) "{"condition":"AND","rules":[{"id":"device.sysname","field":"device.sysname","type":"string","input":"text","operator":"regexp","value":"x.x.x.x"},{"id":"entity.ifName","field":"entity.ifName","type":"string","input":"text","operator":"regexp","value":"ens"}],"valid":true}"
581 [conditions] => array(
582 [0] => array(
583 [metric] => string(15) "ifInOctets_perc"
584 [condition] => string(2) "gt"
585 [value] => string(2) "25"
586 )
587 [1] => array(
588 [metric] => string(16) "ifOutOctets_perc"
589 [condition] => string(2) "gt"
590 [value] => string(2) "25"
591 )
592 )
593 [conditions_warn] => null
594 [and] => string(1) "0"
595 [severity] => string(4) "crit"
596 [delay] => string(1) "0"
597 [alerter] => string(7) "default"
598 [enable] => string(1) "1"
599 [show_frontpage] => string(1) "1"
600 [suppress_recovery] => string(1) "0"
601 [ignore_until] => null
602 )
603 [16] => array(
604 [alert_test_id] => string(2) "16"
605 [entity_type] => string(4) "port"
606 [alert_name] => string(19) "DNS traffic too low"
607 [alert_message] => string(59) "Трафик на DNS сервер меньше 20 Мбит"
608 [alert_assoc] => string(276) "{"condition":"AND","rules":[{"id":"device.sysname","field":"device.sysname","type":"string","input":"text","operator":"regexp","value":"x.x.x.x"},{"id":"entity.ifName","field":"entity.ifName","type":"string","input":"text","operator":"regexp","value":"ens"}],"valid":true}"
609 [conditions] => array(
610 [0] => array(
611 [metric] => string(15) "ifInOctets_perc"
612 [condition] => string(2) "lt"
613 [value] => string(1) "2"
614 )
615 [1] => array(
616 [metric] => string(16) "ifOutOctets_perc"
617 [condition] => string(2) "lt"
618 [value] => string(1) "2"
619 )
620 )
621 [conditions_warn] => null
622 [and] => string(1) "0"
623 [severity] => string(4) "crit"
624 [delay] => string(1) "0"
625 [alerter] => string(7) "default"
626 [enable] => string(1) "1"
627 [show_frontpage] => string(1) "1"
628 [suppress_recovery] => string(1) "0"
629 [ignore_until] => null
630 )
631 [17] => array(
632 [alert_test_id] => string(2) "17"
633 [entity_type] => string(7) "storage"
634 [alert_name] => string(14) "DNS disk space"
635 [alert_message] => string(54) "Заканчивается место на диске!"
636 [alert_assoc] => string(164) "{"condition":"AND","rules":[{"id":"device.sysname","field":"device.sysname","type":"string","input":"text","operator":"regexp","value":"x.x.x.x"}],"valid":true}"
637 [conditions] => array(
638 [0] => array(
639 [metric] => string(12) "storage_perc"
640 [condition] => string(2) "ge"
641 [value] => string(2) "85"
642 )
643 )
644 [conditions_warn] => null
645 [and] => string(1) "1"
646 [severity] => string(4) "crit"
647 [delay] => string(1) "0"
648 [alerter] => string(7) "default"
649 [enable] => string(1) "1"
650 [show_frontpage] => string(1) "1"
651 [suppress_recovery] => string(1) "0"
652 [ignore_until] => null
653 )
654 [18] => array(
655 [alert_test_id] => string(2) "18"
656 [entity_type] => string(9) "processor"
657 [alert_name] => string(7) "DNS CPU"
658 [alert_message] => string(60) "Загрузка процессора превышает 90%"
659 [alert_assoc] => string(164) "{"condition":"AND","rules":[{"id":"device.sysname","field":"device.sysname","type":"string","input":"text","operator":"regexp","value":"x.x.x.x"}],"valid":true}"
660 [conditions] => array(
661 [0] => array(
662 [metric] => string(15) "processor_usage"
663 [condition] => string(7) "greater"
664 [value] => string(2) "90"
665 )
666 )
667 [conditions_warn] => null
668 [and] => string(1) "1"
669 [severity] => string(4) "crit"
670 [delay] => string(3) "360"
671 [alerter] => string(7) "default"
672 [enable] => string(1) "1"
673 [show_frontpage] => string(1) "1"
674 [suppress_recovery] => string(1) "0"
675 [ignore_until] => null
676 )
677 [19] => array(
678 [alert_test_id] => string(2) "19"
679 [entity_type] => string(7) "mempool"
680 [alert_name] => string(10) "DNS memory"
681 [alert_message] => string(48) "Память утилизирована на 85%"
682 [alert_assoc] => string(164) "{"condition":"AND","rules":[{"id":"device.sysname","field":"device.sysname","type":"string","input":"text","operator":"regexp","value":"x.x.x.x"}],"valid":true}"
683 [conditions] => array(
684 [0] => array(
685 [metric] => string(12) "mempool_perc"
686 [condition] => string(7) "greater"
687 [value] => string(2) "85"
688 )
689 )
690 [conditions_warn] => null
691 [and] => string(1) "1"
692 [severity] => string(4) "crit"
693 [delay] => string(1) "0"
694 [alerter] => string(7) "default"
695 [enable] => string(1) "1"
696 [show_frontpage] => string(1) "1"
697 [suppress_recovery] => string(1) "0"
698 [ignore_until] => null
699 )
700 [20] => array(
701 [alert_test_id] => string(2) "20"
702 [entity_type] => string(6) "device"
703 [alert_name] => string(8) "DNS down"
704 [alert_message] => string(39) "Сервер DNS не отвечает!"
705 [alert_assoc] => string(164) "{"condition":"AND","rules":[{"id":"device.sysname","field":"device.sysname","type":"string","input":"text","operator":"regexp","value":"x.x.x.x"}],"valid":true}"
706 [conditions] => array(
707 [0] => array(
708 [metric] => string(13) "device_status"
709 [condition] => string(6) "equals"
710 [value] => string(1) "0"
711 )
712 )
713 [conditions_warn] => null
714 [and] => string(1) "1"
715 [severity] => string(4) "crit"
716 [delay] => string(1) "0"
717 [alerter] => string(7) "default"
718 [enable] => string(1) "1"
719 [show_frontpage] => string(1) "1"
720 [suppress_recovery] => string(1) "0"
721 [ignore_until] => null
722 )
723 [21] => array(
724 [alert_test_id] => string(2) "21"
725 [entity_type] => string(4) "port"
726 [alert_name] => string(4) "Test"
727 [alert_message] => string(4) "test"
728 [alert_assoc] => string(276) "{"condition":"AND","rules":[{"id":"device.sysname","field":"device.sysname","type":"string","input":"text","operator":"regexp","value":"x.x.x.x"},{"id":"entity.ifName","field":"entity.ifName","type":"string","input":"text","operator":"regexp","value":"ens"}],"valid":true}"
729 [conditions] => array(
730 [0] => array(
731 [metric] => string(15) "ifInOctets_rate"
732 [condition] => string(2) "gt"
733 [value] => string(1) "1"
734 )
735 [1] => array(
736 [metric] => string(16) "ifOutOctets_rate"
737 [condition] => string(2) "gt"
738 [value] => string(1) "1"
739 )
740 )
741 [conditions_warn] => null
742 [and] => string(1) "1"
743 [severity] => string(4) "crit"
744 [delay] => string(1) "0"
745 [alerter] => string(7) "default"
746 [enable] => string(1) "1"
747 [show_frontpage] => string(1) "1"
748 [suppress_recovery] => string(1) "0"
749 [ignore_until] => null
750 )
751)
752
753
754 > $alert_table /opt/observium/includes/polling/functions.inc.php:129
755array(
756 [device] => array(
757 [1120] => array(
758 [10] => array(
759 [alert_table_id] => string(6) "402718"
760 [alert_test_id] => string(2) "10"
761 [device_id] => string(4) "1120"
762 [entity_type] => string(6) "device"
763 [entity_id] => string(4) "1120"
764 [alert_assocs] => string(0) ""
765 [delay] => string(1) "0"
766 [ignore_until] => null
767 [ignore_until_ok] => string(1) "0"
768 [last_checked] => string(10) "1569326459"
769 [last_changed] => string(10) "1568203722"
770 [last_recovered] => null
771 [last_ok] => string(10) "1569326459"
772 [last_failed] => null
773 [has_alerted] => string(1) "0"
774 [last_message] => string(9) "Checks OK"
775 [alert_status] => string(1) "1"
776 [last_alerted] => string(1) "0"
777 [state] => string(33) "{"metrics":{"device_rebooted":0}}"
778 [count] => string(1) "0"
779 )
780 [12] => array(
781 [alert_table_id] => string(6) "402719"
782 [alert_test_id] => string(2) "12"
783 [device_id] => string(4) "1120"
784 [entity_type] => string(6) "device"
785 [entity_id] => string(4) "1120"
786 [alert_assocs] => string(0) ""
787 [delay] => string(1) "0"
788 [ignore_until] => null
789 [ignore_until_ok] => string(1) "0"
790 [last_checked] => string(10) "1569326459"
791 [last_changed] => string(10) "1568829202"
792 [last_recovered] => string(10) "1568829203"
793 [last_ok] => string(10) "1569326459"
794 [last_failed] => string(10) "1568828955"
795 [has_alerted] => string(1) "0"
796 [last_message] => string(9) "Checks OK"
797 [alert_status] => string(1) "1"
798 [last_alerted] => string(10) "1568828641"
799 [state] => string(33) "{"metrics":{"device_status":"1"}}"
800 [count] => string(1) "0"
801 )
802 [20] => array(
803 [alert_table_id] => string(6) "402720"
804 [alert_test_id] => string(2) "20"
805 [device_id] => string(4) "1120"
806 [entity_type] => string(6) "device"
807 [entity_id] => string(4) "1120"
808 [alert_assocs] => string(0) ""
809 [delay] => string(1) "0"
810 [ignore_until] => null
811 [ignore_until_ok] => string(1) "0"
812 [last_checked] => string(10) "1569326459"
813 [last_changed] => string(10) "1568829202"
814 [last_recovered] => string(10) "1568829203"
815 [last_ok] => string(10) "1569326459"
816 [last_failed] => string(10) "1568828955"
817 [has_alerted] => string(1) "0"
818 [last_message] => string(9) "Checks OK"
819 [alert_status] => string(1) "1"
820 [last_alerted] => string(10) "1568828641"
821 [state] => string(33) "{"metrics":{"device_status":"1"}}"
822 [count] => string(1) "0"
823 )
824 )
825 )
826 [processor] => array(
827 [3395] => array(
828 [2] => array(
829 [alert_table_id] => string(6) "402721"
830 [alert_test_id] => string(1) "2"
831 [device_id] => string(4) "1120"
832 [entity_type] => string(9) "processor"
833 [entity_id] => string(4) "3395"
834 [alert_assocs] => string(0) ""
835 [delay] => string(1) "0"
836 [ignore_until] => null
837 [ignore_until_ok] => string(1) "0"
838 [last_checked] => string(10) "1569326254"
839 [last_changed] => string(10) "1568203719"
840 [last_recovered] => null
841 [last_ok] => string(10) "1569326254"
842 [last_failed] => null
843 [has_alerted] => string(1) "0"
844 [last_message] => string(9) "Checks OK"
845 [alert_status] => string(1) "1"
846 [last_alerted] => string(1) "0"
847 [state] => string(33) "{"metrics":{"processor_usage":5}}"
848 [count] => string(1) "0"
849 )
850 [18] => array(
851 [alert_table_id] => string(6) "402760"
852 [alert_test_id] => string(2) "18"
853 [device_id] => string(4) "1120"
854 [entity_type] => string(9) "processor"
855 [entity_id] => string(4) "3395"
856 [alert_assocs] => string(0) ""
857 [delay] => string(1) "0"
858 [ignore_until] => null
859 [ignore_until_ok] => string(1) "0"
860 [last_checked] => string(10) "1569326254"
861 [last_changed] => string(10) "1568203719"
862 [last_recovered] => null
863 [last_ok] => string(10) "1569326254"
864 [last_failed] => null
865 [has_alerted] => string(1) "0"
866 [last_message] => string(9) "Checks OK"
867 [alert_status] => string(1) "1"
868 [last_alerted] => string(1) "0"
869 [state] => string(33) "{"metrics":{"processor_usage":5}}"
870 [count] => string(1) "0"
871 )
872 )
873 [3396] => array(
874 [2] => array(
875 [alert_table_id] => string(6) "402722"
876 [alert_test_id] => string(1) "2"
877 [device_id] => string(4) "1120"
878 [entity_type] => string(9) "processor"
879 [entity_id] => string(4) "3396"
880 [alert_assocs] => string(0) ""
881 [delay] => string(1) "0"
882 [ignore_until] => null
883 [ignore_until_ok] => string(1) "0"
884 [last_checked] => string(10) "1569326254"
885 [last_changed] => string(10) "1568203719"
886 [last_recovered] => null
887 [last_ok] => string(10) "1569326254"
888 [last_failed] => null
889 [has_alerted] => string(1) "0"
890 [last_message] => string(9) "Checks OK"
891 [alert_status] => string(1) "1"
892 [last_alerted] => string(1) "0"
893 [state] => string(33) "{"metrics":{"processor_usage":2}}"
894 [count] => string(1) "0"
895 )
896 [18] => array(
897 [alert_table_id] => string(6) "402761"
898 [alert_test_id] => string(2) "18"
899 [device_id] => string(4) "1120"
900 [entity_type] => string(9) "processor"
901 [entity_id] => string(4) "3396"
902 [alert_assocs] => string(0) ""
903 [delay] => string(1) "0"
904 [ignore_until] => null
905 [ignore_until_ok] => string(1) "0"
906 [last_checked] => string(10) "1569326254"
907 [last_changed] => string(10) "1568203719"
908 [last_recovered] => null
909 [last_ok] => string(10) "1569326254"
910 [last_failed] => null
911 [has_alerted] => string(1) "0"
912 [last_message] => string(9) "Checks OK"
913 [alert_status] => string(1) "1"
914 [last_alerted] => string(1) "0"
915 [state] => string(33) "{"metrics":{"processor_usage":2}}"
916 [count] => string(1) "0"
917 )
918 )
919 [3397] => array(
920 [2] => array(
921 [alert_table_id] => string(6) "402723"
922 [alert_test_id] => string(1) "2"
923 [device_id] => string(4) "1120"
924 [entity_type] => string(9) "processor"
925 [entity_id] => string(4) "3397"
926 [alert_assocs] => string(0) ""
927 [delay] => string(1) "0"
928 [ignore_until] => null
929 [ignore_until_ok] => string(1) "0"
930 [last_checked] => string(10) "1569326254"
931 [last_changed] => string(10) "1568203719"
932 [last_recovered] => null
933 [last_ok] => string(10) "1569326254"
934 [last_failed] => null
935 [has_alerted] => string(1) "0"
936 [last_message] => string(9) "Checks OK"
937 [alert_status] => string(1) "1"
938 [last_alerted] => string(1) "0"
939 [state] => string(34) "{"metrics":{"processor_usage":11}}"
940 [count] => string(1) "0"
941 )
942 [18] => array(
943 [alert_table_id] => string(6) "402762"
944 [alert_test_id] => string(2) "18"
945 [device_id] => string(4) "1120"
946 [entity_type] => string(9) "processor"
947 [entity_id] => string(4) "3397"
948 [alert_assocs] => string(0) ""
949 [delay] => string(1) "0"
950 [ignore_until] => null
951 [ignore_until_ok] => string(1) "0"
952 [last_checked] => string(10) "1569326254"
953 [last_changed] => string(10) "1568203719"
954 [last_recovered] => null
955 [last_ok] => string(10) "1569326254"
956 [last_failed] => null
957 [has_alerted] => string(1) "0"
958 [last_message] => string(9) "Checks OK"
959 [alert_status] => string(1) "1"
960 [last_alerted] => string(1) "0"
961 [state] => string(34) "{"metrics":{"processor_usage":11}}"
962 [count] => string(1) "0"
963 )
964 )
965 [3398] => array(
966 [2] => array(
967 [alert_table_id] => string(6) "402724"
968 [alert_test_id] => string(1) "2"
969 [device_id] => string(4) "1120"
970 [entity_type] => string(9) "processor"
971 [entity_id] => string(4) "3398"
972 [alert_assocs] => string(0) ""
973 [delay] => string(1) "0"
974 [ignore_until] => null
975 [ignore_until_ok] => string(1) "0"
976 [last_checked] => string(10) "1569326254"
977 [last_changed] => string(10) "1568203719"
978 [last_recovered] => null
979 [last_ok] => string(10) "1569326254"
980 [last_failed] => null
981 [has_alerted] => string(1) "0"
982 [last_message] => string(9) "Checks OK"
983 [alert_status] => string(1) "1"
984 [last_alerted] => string(1) "0"
985 [state] => string(33) "{"metrics":{"processor_usage":2}}"
986 [count] => string(1) "0"
987 )
988 [18] => array(
989 [alert_table_id] => string(6) "402763"
990 [alert_test_id] => string(2) "18"
991 [device_id] => string(4) "1120"
992 [entity_type] => string(9) "processor"
993 [entity_id] => string(4) "3398"
994 [alert_assocs] => string(0) ""
995 [delay] => string(1) "0"
996 [ignore_until] => null
997 [ignore_until_ok] => string(1) "0"
998 [last_checked] => string(10) "1569326254"
999 [last_changed] => string(10) "1568203719"
1000 [last_recovered] => null
1001 [last_ok] => string(10) "1569326254"
1002 [last_failed] => null
1003 [has_alerted] => string(1) "0"
1004 [last_message] => string(9) "Checks OK"
1005 [alert_status] => string(1) "1"
1006 [last_alerted] => string(1) "0"
1007 [state] => string(33) "{"metrics":{"processor_usage":2}}"
1008 [count] => string(1) "0"
1009 )
1010 )
1011 [3399] => array(
1012 [2] => array(
1013 [alert_table_id] => string(6) "402725"
1014 [alert_test_id] => string(1) "2"
1015 [device_id] => string(4) "1120"
1016 [entity_type] => string(9) "processor"
1017 [entity_id] => string(4) "3399"
1018 [alert_assocs] => string(0) ""
1019 [delay] => string(1) "0"
1020 [ignore_until] => null
1021 [ignore_until_ok] => string(1) "0"
1022 [last_checked] => string(10) "1569326254"
1023 [last_changed] => string(10) "1568203719"
1024 [last_recovered] => null
1025 [last_ok] => string(10) "1569326254"
1026 [last_failed] => null
1027 [has_alerted] => string(1) "0"
1028 [last_message] => string(9) "Checks OK"
1029 [alert_status] => string(1) "1"
1030 [last_alerted] => string(1) "0"
1031 [state] => string(33) "{"metrics":{"processor_usage":1}}"
1032 [count] => string(1) "0"
1033 )
1034 [18] => array(
1035 [alert_table_id] => string(6) "402764"
1036 [alert_test_id] => string(2) "18"
1037 [device_id] => string(4) "1120"
1038 [entity_type] => string(9) "processor"
1039 [entity_id] => string(4) "3399"
1040 [alert_assocs] => string(0) ""
1041 [delay] => string(1) "0"
1042 [ignore_until] => null
1043 [ignore_until_ok] => string(1) "0"
1044 [last_checked] => string(10) "1569326254"
1045 [last_changed] => string(10) "1568203719"
1046 [last_recovered] => null
1047 [last_ok] => string(10) "1569326254"
1048 [last_failed] => null
1049 [has_alerted] => string(1) "0"
1050 [last_message] => string(9) "Checks OK"
1051 [alert_status] => string(1) "1"
1052 [last_alerted] => string(1) "0"
1053 [state] => string(33) "{"metrics":{"processor_usage":1}}"
1054 [count] => string(1) "0"
1055 )
1056 )
1057 [3400] => array(
1058 [2] => array(
1059 [alert_table_id] => string(6) "402726"
1060 [alert_test_id] => string(1) "2"
1061 [device_id] => string(4) "1120"
1062 [entity_type] => string(9) "processor"
1063 [entity_id] => string(4) "3400"
1064 [alert_assocs] => string(0) ""
1065 [delay] => string(1) "0"
1066 [ignore_until] => null
1067 [ignore_until_ok] => string(1) "0"
1068 [last_checked] => string(10) "1569326254"
1069 [last_changed] => string(10) "1568203719"
1070 [last_recovered] => null
1071 [last_ok] => string(10) "1569326254"
1072 [last_failed] => null
1073 [has_alerted] => string(1) "0"
1074 [last_message] => string(9) "Checks OK"
1075 [alert_status] => string(1) "1"
1076 [last_alerted] => string(1) "0"
1077 [state] => string(33) "{"metrics":{"processor_usage":0}}"
1078 [count] => string(1) "0"
1079 )
1080 [18] => array(
1081 [alert_table_id] => string(6) "402765"
1082 [alert_test_id] => string(2) "18"
1083 [device_id] => string(4) "1120"
1084 [entity_type] => string(9) "processor"
1085 [entity_id] => string(4) "3400"
1086 [alert_assocs] => string(0) ""
1087 [delay] => string(1) "0"
1088 [ignore_until] => null
1089 [ignore_until_ok] => string(1) "0"
1090 [last_checked] => string(10) "1569326254"
1091 [last_changed] => string(10) "1568203719"
1092 [last_recovered] => null
1093 [last_ok] => string(10) "1569326254"
1094 [last_failed] => null
1095 [has_alerted] => string(1) "0"
1096 [last_message] => string(9) "Checks OK"
1097 [alert_status] => string(1) "1"
1098 [last_alerted] => string(1) "0"
1099 [state] => string(33) "{"metrics":{"processor_usage":0}}"
1100 [count] => string(1) "0"
1101 )
1102 )
1103 [3401] => array(
1104 [2] => array(
1105 [alert_table_id] => string(6) "402727"
1106 [alert_test_id] => string(1) "2"
1107 [device_id] => string(4) "1120"
1108 [entity_type] => string(9) "processor"
1109 [entity_id] => string(4) "3401"
1110 [alert_assocs] => string(0) ""
1111 [delay] => string(1) "0"
1112 [ignore_until] => null
1113 [ignore_until_ok] => string(1) "0"
1114 [last_checked] => string(10) "1569326254"
1115 [last_changed] => string(10) "1568203719"
1116 [last_recovered] => null
1117 [last_ok] => string(10) "1569326254"
1118 [last_failed] => null
1119 [has_alerted] => string(1) "0"
1120 [last_message] => string(9) "Checks OK"
1121 [alert_status] => string(1) "1"
1122 [last_alerted] => string(1) "0"
1123 [state] => string(34) "{"metrics":{"processor_usage":51}}"
1124 [count] => string(1) "0"
1125 )
1126 [18] => array(
1127 [alert_table_id] => string(6) "402766"
1128 [alert_test_id] => string(2) "18"
1129 [device_id] => string(4) "1120"
1130 [entity_type] => string(9) "processor"
1131 [entity_id] => string(4) "3401"
1132 [alert_assocs] => string(0) ""
1133 [delay] => string(1) "0"
1134 [ignore_until] => null
1135 [ignore_until_ok] => string(1) "0"
1136 [last_checked] => string(10) "1569326254"
1137 [last_changed] => string(10) "1568203719"
1138 [last_recovered] => null
1139 [last_ok] => string(10) "1569326254"
1140 [last_failed] => null
1141 [has_alerted] => string(1) "0"
1142 [last_message] => string(9) "Checks OK"
1143 [alert_status] => string(1) "1"
1144 [last_alerted] => string(1) "0"
1145 [state] => string(34) "{"metrics":{"processor_usage":51}}"
1146 [count] => string(1) "0"
1147 )
1148 )
1149 [3402] => array(
1150 [2] => array(
1151 [alert_table_id] => string(6) "402728"
1152 [alert_test_id] => string(1) "2"
1153 [device_id] => string(4) "1120"
1154 [entity_type] => string(9) "processor"
1155 [entity_id] => string(4) "3402"
1156 [alert_assocs] => string(0) ""
1157 [delay] => string(1) "0"
1158 [ignore_until] => null
1159 [ignore_until_ok] => string(1) "0"
1160 [last_checked] => string(10) "1569326254"
1161 [last_changed] => string(10) "1568203719"
1162 [last_recovered] => null
1163 [last_ok] => string(10) "1569326254"
1164 [last_failed] => null
1165 [has_alerted] => string(1) "0"
1166 [last_message] => string(9) "Checks OK"
1167 [alert_status] => string(1) "1"
1168 [last_alerted] => string(1) "0"
1169 [state] => string(34) "{"metrics":{"processor_usage":48}}"
1170 [count] => string(1) "0"
1171 )
1172 [18] => array(
1173 [alert_table_id] => string(6) "402767"
1174 [alert_test_id] => string(2) "18"
1175 [device_id] => string(4) "1120"
1176 [entity_type] => string(9) "processor"
1177 [entity_id] => string(4) "3402"
1178 [alert_assocs] => string(0) ""
1179 [delay] => string(1) "0"
1180 [ignore_until] => null
1181 [ignore_until_ok] => string(1) "0"
1182 [last_checked] => string(10) "1569326254"
1183 [last_changed] => string(10) "1568203719"
1184 [last_recovered] => null
1185 [last_ok] => string(10) "1569326254"
1186 [last_failed] => null
1187 [has_alerted] => string(1) "0"
1188 [last_message] => string(9) "Checks OK"
1189 [alert_status] => string(1) "1"
1190 [last_alerted] => string(1) "0"
1191 [state] => string(34) "{"metrics":{"processor_usage":48}}"
1192 [count] => string(1) "0"
1193 )
1194 )
1195 [3403] => array(
1196 [2] => array(
1197 [alert_table_id] => string(6) "402729"
1198 [alert_test_id] => string(1) "2"
1199 [device_id] => string(4) "1120"
1200 [entity_type] => string(9) "processor"
1201 [entity_id] => string(4) "3403"
1202 [alert_assocs] => string(0) ""
1203 [delay] => string(1) "0"
1204 [ignore_until] => null
1205 [ignore_until_ok] => string(1) "0"
1206 [last_checked] => string(10) "1569326254"
1207 [last_changed] => string(10) "1568203719"
1208 [last_recovered] => null
1209 [last_ok] => string(10) "1569326254"
1210 [last_failed] => null
1211 [has_alerted] => string(1) "0"
1212 [last_message] => string(9) "Checks OK"
1213 [alert_status] => string(1) "1"
1214 [last_alerted] => string(1) "0"
1215 [state] => string(34) "{"metrics":{"processor_usage":50}}"
1216 [count] => string(1) "0"
1217 )
1218 [18] => array(
1219 [alert_table_id] => string(6) "402768"
1220 [alert_test_id] => string(2) "18"
1221 [device_id] => string(4) "1120"
1222 [entity_type] => string(9) "processor"
1223 [entity_id] => string(4) "3403"
1224 [alert_assocs] => string(0) ""
1225 [delay] => string(1) "0"
1226 [ignore_until] => null
1227 [ignore_until_ok] => string(1) "0"
1228 [last_checked] => string(10) "1569326254"
1229 [last_changed] => string(10) "1568203719"
1230 [last_recovered] => null
1231 [last_ok] => string(10) "1569326254"
1232 [last_failed] => null
1233 [has_alerted] => string(1) "0"
1234 [last_message] => string(9) "Checks OK"
1235 [alert_status] => string(1) "1"
1236 [last_alerted] => string(1) "0"
1237 [state] => string(34) "{"metrics":{"processor_usage":50}}"
1238 [count] => string(1) "0"
1239 )
1240 )
1241 [3404] => array(
1242 [2] => array(
1243 [alert_table_id] => string(6) "402730"
1244 [alert_test_id] => string(1) "2"
1245 [device_id] => string(4) "1120"
1246 [entity_type] => string(9) "processor"
1247 [entity_id] => string(4) "3404"
1248 [alert_assocs] => string(0) ""
1249 [delay] => string(1) "0"
1250 [ignore_until] => null
1251 [ignore_until_ok] => string(1) "0"
1252 [last_checked] => string(10) "1569326254"
1253 [last_changed] => string(10) "1568203719"
1254 [last_recovered] => null
1255 [last_ok] => string(10) "1569326254"
1256 [last_failed] => null
1257 [has_alerted] => string(1) "0"
1258 [last_message] => string(9) "Checks OK"
1259 [alert_status] => string(1) "1"
1260 [last_alerted] => string(1) "0"
1261 [state] => string(34) "{"metrics":{"processor_usage":60}}"
1262 [count] => string(1) "0"
1263 )
1264 [18] => array(
1265 [alert_table_id] => string(6) "402769"
1266 [alert_test_id] => string(2) "18"
1267 [device_id] => string(4) "1120"
1268 [entity_type] => string(9) "processor"
1269 [entity_id] => string(4) "3404"
1270 [alert_assocs] => string(0) ""
1271 [delay] => string(1) "0"
1272 [ignore_until] => null
1273 [ignore_until_ok] => string(1) "0"
1274 [last_checked] => string(10) "1569326254"
1275 [last_changed] => string(10) "1568203719"
1276 [last_recovered] => null
1277 [last_ok] => string(10) "1569326254"
1278 [last_failed] => null
1279 [has_alerted] => string(1) "0"
1280 [last_message] => string(9) "Checks OK"
1281 [alert_status] => string(1) "1"
1282 [last_alerted] => string(1) "0"
1283 [state] => string(34) "{"metrics":{"processor_usage":60}}"
1284 [count] => string(1) "0"
1285 )
1286 )
1287 [3405] => array(
1288 [2] => array(
1289 [alert_table_id] => string(6) "402731"
1290 [alert_test_id] => string(1) "2"
1291 [device_id] => string(4) "1120"
1292 [entity_type] => string(9) "processor"
1293 [entity_id] => string(4) "3405"
1294 [alert_assocs] => string(0) ""
1295 [delay] => string(1) "0"
1296 [ignore_until] => null
1297 [ignore_until_ok] => string(1) "0"
1298 [last_checked] => string(10) "1569326254"
1299 [last_changed] => string(10) "1568203719"
1300 [last_recovered] => null
1301 [last_ok] => string(10) "1569326254"
1302 [last_failed] => null
1303 [has_alerted] => string(1) "0"
1304 [last_message] => string(9) "Checks OK"
1305 [alert_status] => string(1) "1"
1306 [last_alerted] => string(1) "0"
1307 [state] => string(34) "{"metrics":{"processor_usage":60}}"
1308 [count] => string(1) "0"
1309 )
1310 [18] => array(
1311 [alert_table_id] => string(6) "402770"
1312 [alert_test_id] => string(2) "18"
1313 [device_id] => string(4) "1120"
1314 [entity_type] => string(9) "processor"
1315 [entity_id] => string(4) "3405"
1316 [alert_assocs] => string(0) ""
1317 [delay] => string(1) "0"
1318 [ignore_until] => null
1319 [ignore_until_ok] => string(1) "0"
1320 [last_checked] => string(10) "1569326254"
1321 [last_changed] => string(10) "1568203719"
1322 [last_recovered] => null
1323 [last_ok] => string(10) "1569326254"
1324 [last_failed] => null
1325 [has_alerted] => string(1) "0"
1326 [last_message] => string(9) "Checks OK"
1327 [alert_status] => string(1) "1"
1328 [last_alerted] => string(1) "0"
1329 [state] => string(34) "{"metrics":{"processor_usage":60}}"
1330 [count] => string(1) "0"
1331 )
1332 )
1333 [3406] => array(
1334 [2] => array(
1335 [alert_table_id] => string(6) "402732"
1336 [alert_test_id] => string(1) "2"
1337 [device_id] => string(4) "1120"
1338 [entity_type] => string(9) "processor"
1339 [entity_id] => string(4) "3406"
1340 [alert_assocs] => string(0) ""
1341 [delay] => string(1) "0"
1342 [ignore_until] => null
1343 [ignore_until_ok] => string(1) "0"
1344 [last_checked] => string(10) "1569326254"
1345 [last_changed] => string(10) "1568203719"
1346 [last_recovered] => null
1347 [last_ok] => string(10) "1569326254"
1348 [last_failed] => null
1349 [has_alerted] => string(1) "0"
1350 [last_message] => string(9) "Checks OK"
1351 [alert_status] => string(1) "1"
1352 [last_alerted] => string(1) "0"
1353 [state] => string(34) "{"metrics":{"processor_usage":50}}"
1354 [count] => string(1) "0"
1355 )
1356 [18] => array(
1357 [alert_table_id] => string(6) "402771"
1358 [alert_test_id] => string(2) "18"
1359 [device_id] => string(4) "1120"
1360 [entity_type] => string(9) "processor"
1361 [entity_id] => string(4) "3406"
1362 [alert_assocs] => string(0) ""
1363 [delay] => string(1) "0"
1364 [ignore_until] => null
1365 [ignore_until_ok] => string(1) "0"
1366 [last_checked] => string(10) "1569326254"
1367 [last_changed] => string(10) "1568203719"
1368 [last_recovered] => null
1369 [last_ok] => string(10) "1569326254"
1370 [last_failed] => null
1371 [has_alerted] => string(1) "0"
1372 [last_message] => string(9) "Checks OK"
1373 [alert_status] => string(1) "1"
1374 [last_alerted] => string(1) "0"
1375 [state] => string(34) "{"metrics":{"processor_usage":50}}"
1376 [count] => string(1) "0"
1377 )
1378 )
1379 [3407] => array(
1380 [2] => array(
1381 [alert_table_id] => string(6) "402733"
1382 [alert_test_id] => string(1) "2"
1383 [device_id] => string(4) "1120"
1384 [entity_type] => string(9) "processor"
1385 [entity_id] => string(4) "3407"
1386 [alert_assocs] => string(0) ""
1387 [delay] => string(1) "0"
1388 [ignore_until] => null
1389 [ignore_until_ok] => string(1) "0"
1390 [last_checked] => string(10) "1569326254"
1391 [last_changed] => string(10) "1568203719"
1392 [last_recovered] => null
1393 [last_ok] => string(10) "1569326254"
1394 [last_failed] => null
1395 [has_alerted] => string(1) "0"
1396 [last_message] => string(9) "Checks OK"
1397 [alert_status] => string(1) "1"
1398 [last_alerted] => string(1) "0"
1399 [state] => string(34) "{"metrics":{"processor_usage":40}}"
1400 [count] => string(1) "0"
1401 )
1402 [18] => array(
1403 [alert_table_id] => string(6) "402772"
1404 [alert_test_id] => string(2) "18"
1405 [device_id] => string(4) "1120"
1406 [entity_type] => string(9) "processor"
1407 [entity_id] => string(4) "3407"
1408 [alert_assocs] => string(0) ""
1409 [delay] => string(1) "0"
1410 [ignore_until] => null
1411 [ignore_until_ok] => string(1) "0"
1412 [last_checked] => string(10) "1569326254"
1413 [last_changed] => string(10) "1568203719"
1414 [last_recovered] => null
1415 [last_ok] => string(10) "1569326254"
1416 [last_failed] => null
1417 [has_alerted] => string(1) "0"
1418 [last_message] => string(9) "Checks OK"
1419 [alert_status] => string(1) "1"
1420 [last_alerted] => string(1) "0"
1421 [state] => string(34) "{"metrics":{"processor_usage":40}}"
1422 [count] => string(1) "0"
1423 )
1424 )
1425 [3408] => array(
1426 [2] => array(
1427 [alert_table_id] => string(6) "402734"
1428 [alert_test_id] => string(1) "2"
1429 [device_id] => string(4) "1120"
1430 [entity_type] => string(9) "processor"
1431 [entity_id] => string(4) "3408"
1432 [alert_assocs] => string(0) ""
1433 [delay] => string(1) "0"
1434 [ignore_until] => null
1435 [ignore_until_ok] => string(1) "0"
1436 [last_checked] => string(10) "1569326254"
1437 [last_changed] => string(10) "1568203719"
1438 [last_recovered] => null
1439 [last_ok] => string(10) "1569326254"
1440 [last_failed] => null
1441 [has_alerted] => string(1) "0"
1442 [last_message] => string(9) "Checks OK"
1443 [alert_status] => string(1) "1"
1444 [last_alerted] => string(1) "0"
1445 [state] => string(34) "{"metrics":{"processor_usage":58}}"
1446 [count] => string(1) "0"
1447 )
1448 [18] => array(
1449 [alert_table_id] => string(6) "402773"
1450 [alert_test_id] => string(2) "18"
1451 [device_id] => string(4) "1120"
1452 [entity_type] => string(9) "processor"
1453 [entity_id] => string(4) "3408"
1454 [alert_assocs] => string(0) ""
1455 [delay] => string(1) "0"
1456 [ignore_until] => null
1457 [ignore_until_ok] => string(1) "0"
1458 [last_checked] => string(10) "1569326254"
1459 [last_changed] => string(10) "1568203719"
1460 [last_recovered] => null
1461 [last_ok] => string(10) "1569326254"
1462 [last_failed] => null
1463 [has_alerted] => string(1) "0"
1464 [last_message] => string(9) "Checks OK"
1465 [alert_status] => string(1) "1"
1466 [last_alerted] => string(1) "0"
1467 [state] => string(34) "{"metrics":{"processor_usage":58}}"
1468 [count] => string(1) "0"
1469 )
1470 )
1471 [3409] => array(
1472 [2] => array(
1473 [alert_table_id] => string(6) "402735"
1474 [alert_test_id] => string(1) "2"
1475 [device_id] => string(4) "1120"
1476 [entity_type] => string(9) "processor"
1477 [entity_id] => string(4) "3409"
1478 [alert_assocs] => string(0) ""
1479 [delay] => string(1) "0"
1480 [ignore_until] => null
1481 [ignore_until_ok] => string(1) "0"
1482 [last_checked] => string(10) "1569326254"
1483 [last_changed] => string(10) "1568203719"
1484 [last_recovered] => null
1485 [last_ok] => string(10) "1569326254"
1486 [last_failed] => null
1487 [has_alerted] => string(1) "0"
1488 [last_message] => string(9) "Checks OK"
1489 [alert_status] => string(1) "1"
1490 [last_alerted] => string(1) "0"
1491 [state] => string(34) "{"metrics":{"processor_usage":27}}"
1492 [count] => string(1) "0"
1493 )
1494 [18] => array(
1495 [alert_table_id] => string(6) "402774"
1496 [alert_test_id] => string(2) "18"
1497 [device_id] => string(4) "1120"
1498 [entity_type] => string(9) "processor"
1499 [entity_id] => string(4) "3409"
1500 [alert_assocs] => string(0) ""
1501 [delay] => string(1) "0"
1502 [ignore_until] => null
1503 [ignore_until_ok] => string(1) "0"
1504 [last_checked] => string(10) "1569326254"
1505 [last_changed] => string(10) "1568203719"
1506 [last_recovered] => null
1507 [last_ok] => string(10) "1569326254"
1508 [last_failed] => null
1509 [has_alerted] => string(1) "0"
1510 [last_message] => string(9) "Checks OK"
1511 [alert_status] => string(1) "1"
1512 [last_alerted] => string(1) "0"
1513 [state] => string(34) "{"metrics":{"processor_usage":27}}"
1514 [count] => string(1) "0"
1515 )
1516 )
1517 [3410] => array(
1518 [2] => array(
1519 [alert_table_id] => string(6) "402736"
1520 [alert_test_id] => string(1) "2"
1521 [device_id] => string(4) "1120"
1522 [entity_type] => string(9) "processor"
1523 [entity_id] => string(4) "3410"
1524 [alert_assocs] => string(0) ""
1525 [delay] => string(1) "0"
1526 [ignore_until] => null
1527 [ignore_until_ok] => string(1) "0"
1528 [last_checked] => string(10) "1569326254"
1529 [last_changed] => string(10) "1568203719"
1530 [last_recovered] => null
1531 [last_ok] => string(10) "1569326254"
1532 [last_failed] => null
1533 [has_alerted] => string(1) "0"
1534 [last_message] => string(9) "Checks OK"
1535 [alert_status] => string(1) "1"
1536 [last_alerted] => string(1) "0"
1537 [state] => string(34) "{"metrics":{"processor_usage":12}}"
1538 [count] => string(1) "0"
1539 )
1540 [18] => array(
1541 [alert_table_id] => string(6) "402775"
1542 [alert_test_id] => string(2) "18"
1543 [device_id] => string(4) "1120"
1544 [entity_type] => string(9) "processor"
1545 [entity_id] => string(4) "3410"
1546 [alert_assocs] => string(0) ""
1547 [delay] => string(1) "0"
1548 [ignore_until] => null
1549 [ignore_until_ok] => string(1) "0"
1550 [last_checked] => string(10) "1569326254"
1551 [last_changed] => string(10) "1568203719"
1552 [last_recovered] => null
1553 [last_ok] => string(10) "1569326254"
1554 [last_failed] => null
1555 [has_alerted] => string(1) "0"
1556 [last_message] => string(9) "Checks OK"
1557 [alert_status] => string(1) "1"
1558 [last_alerted] => string(1) "0"
1559 [state] => string(34) "{"metrics":{"processor_usage":12}}"
1560 [count] => string(1) "0"
1561 )
1562 )
1563 [3411] => array(
1564 [2] => array(
1565 [alert_table_id] => string(6) "402737"
1566 [alert_test_id] => string(1) "2"
1567 [device_id] => string(4) "1120"
1568 [entity_type] => string(9) "processor"
1569 [entity_id] => string(4) "3411"
1570 [alert_assocs] => string(0) ""
1571 [delay] => string(1) "0"
1572 [ignore_until] => null
1573 [ignore_until_ok] => string(1) "0"
1574 [last_checked] => string(10) "1569326255"
1575 [last_changed] => string(10) "1568203719"
1576 [last_recovered] => null
1577 [last_ok] => string(10) "1569326255"
1578 [last_failed] => null
1579 [has_alerted] => string(1) "0"
1580 [last_message] => string(9) "Checks OK"
1581 [alert_status] => string(1) "1"
1582 [last_alerted] => string(1) "0"
1583 [state] => string(37) "{"metrics":{"processor_usage":29.81}}"
1584 [count] => string(1) "0"
1585 )
1586 [18] => array(
1587 [alert_table_id] => string(6) "402776"
1588 [alert_test_id] => string(2) "18"
1589 [device_id] => string(4) "1120"
1590 [entity_type] => string(9) "processor"
1591 [entity_id] => string(4) "3411"
1592 [alert_assocs] => string(0) ""
1593 [delay] => string(1) "0"
1594 [ignore_until] => null
1595 [ignore_until_ok] => string(1) "0"
1596 [last_checked] => string(10) "1569326255"
1597 [last_changed] => string(10) "1568203720"
1598 [last_recovered] => null
1599 [last_ok] => string(10) "1569326255"
1600 [last_failed] => null
1601 [has_alerted] => string(1) "0"
1602 [last_message] => string(9) "Checks OK"
1603 [alert_status] => string(1) "1"
1604 [last_alerted] => string(1) "0"
1605 [state] => string(37) "{"metrics":{"processor_usage":29.81}}"
1606 [count] => string(1) "0"
1607 )
1608 )
1609 )
1610 [port] => array(
1611 [59940] => array(
1612 [6] => array(
1613 [alert_table_id] => string(6) "402738"
1614 [alert_test_id] => string(1) "6"
1615 [device_id] => string(4) "1120"
1616 [entity_type] => string(4) "port"
1617 [entity_id] => string(5) "59940"
1618 [alert_assocs] => string(0) ""
1619 [delay] => string(1) "0"
1620 [ignore_until] => null
1621 [ignore_until_ok] => string(1) "0"
1622 [last_checked] => string(10) "1569326458"
1623 [last_changed] => string(10) "1568204302"
1624 [last_recovered] => null
1625 [last_ok] => string(10) "1569326458"
1626 [last_failed] => string(10) "1568203970"
1627 [has_alerted] => string(1) "0"
1628 [last_message] => string(9) "Checks OK"
1629 [alert_status] => string(1) "1"
1630 [last_alerted] => string(1) "0"
1631 [state] => string(54) "{"metrics":{"ifInOctets_perc":6,"ifOutOctets_perc":8}}"
1632 [count] => string(1) "0"
1633 )
1634 [7] => array(
1635 [alert_table_id] => string(6) "402739"
1636 [alert_test_id] => string(1) "7"
1637 [device_id] => string(4) "1120"
1638 [entity_type] => string(4) "port"
1639 [entity_id] => string(5) "59940"
1640 [alert_assocs] => string(0) ""
1641 [delay] => string(1) "0"
1642 [ignore_until] => null
1643 [ignore_until_ok] => string(1) "0"
1644 [last_checked] => string(10) "1569326459"
1645 [last_changed] => string(10) "1568203721"
1646 [last_recovered] => null
1647 [last_ok] => string(10) "1569326459"
1648 [last_failed] => null
1649 [has_alerted] => string(1) "0"
1650 [last_message] => string(9) "Checks OK"
1651 [alert_status] => string(1) "1"
1652 [last_alerted] => string(1) "0"
1653 [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}"
1654 [count] => string(1) "0"
1655 )
1656 [15] => array(
1657 [alert_table_id] => string(6) "402756"
1658 [alert_test_id] => string(2) "15"
1659 [device_id] => string(4) "1120"
1660 [entity_type] => string(4) "port"
1661 [entity_id] => string(5) "59940"
1662 [alert_assocs] => string(0) ""
1663 [delay] => string(1) "0"
1664 [ignore_until] => null
1665 [ignore_until_ok] => string(1) "0"
1666 [last_checked] => string(10) "1569326459"
1667 [last_changed] => string(10) "1568204302"
1668 [last_recovered] => string(10) "1568204303"
1669 [last_ok] => string(10) "1569326459"
1670 [last_failed] => string(10) "1568203970"
1671 [has_alerted] => string(1) "0"
1672 [last_message] => string(9) "Checks OK"
1673 [alert_status] => string(1) "1"
1674 [last_alerted] => string(10) "1568203971"
1675 [state] => string(54) "{"metrics":{"ifInOctets_perc":6,"ifOutOctets_perc":8}}"
1676 [count] => string(1) "0"
1677 )
1678 [16] => array(
1679 [alert_table_id] => string(6) "402757"
1680 [alert_test_id] => string(2) "16"
1681 [device_id] => string(4) "1120"
1682 [entity_type] => string(4) "port"
1683 [entity_id] => string(5) "59940"
1684 [alert_assocs] => string(0) ""
1685 [delay] => string(1) "0"
1686 [ignore_until] => null
1687 [ignore_until_ok] => string(1) "0"
1688 [last_checked] => string(10) "1569326459"
1689 [last_changed] => string(10) "1569326256"
1690 [last_recovered] => string(10) "1569326258"
1691 [last_ok] => string(10) "1569326459"
1692 [last_failed] => string(10) "1569325982"
1693 [has_alerted] => string(1) "0"
1694 [last_message] => string(9) "Checks OK"
1695 [alert_status] => string(1) "1"
1696 [last_alerted] => string(10) "1569290871"
1697 [state] => string(54) "{"metrics":{"ifInOctets_perc":6,"ifOutOctets_perc":8}}"
1698 [count] => string(1) "0"
1699 )
1700 [21] => array(
1701 [alert_table_id] => string(6) "403171"
1702 [alert_test_id] => string(2) "21"
1703 [device_id] => string(4) "1120"
1704 [entity_type] => string(4) "port"
1705 [entity_id] => string(5) "59940"
1706 [alert_assocs] => string(0) ""
1707 [delay] => string(1) "0"
1708 [ignore_until] => null
1709 [ignore_until_ok] => null
1710 [last_checked] => string(10) "1569326459"
1711 [last_changed] => string(10) "1569322397"
1712 [last_recovered] => null
1713 [last_ok] => null
1714 [last_failed] => string(10) "1569326459"
1715 [has_alerted] => string(1) "1"
1716 [last_message] => string(13) "Checks failed"
1717 [alert_status] => string(1) "0"
1718 [last_alerted] => string(10) "1569322398"
1719 [state] => string(210) "{"metrics":{"ifInOctets_rate":7215869.1485149,"ifOutOctets_rate":10233806.277228},"failed":[{"metric":"ifInOctets_rate","condition":"gt","value":"1"},{"metric":"ifOutOctets_rate","condition":"gt","value":"1"}]}"
1720 [count] => string(2) "15"
1721 )
1722 )
1723 )
1724 [sensor] => array(
1725 [27199] => array(
1726 [8] => array(
1727 [alert_table_id] => string(6) "402740"
1728 [alert_test_id] => string(1) "8"
1729 [device_id] => string(4) "1120"
1730 [entity_type] => string(6) "sensor"
1731 [entity_id] => string(5) "27199"
1732 [alert_assocs] => string(0) ""
1733 [delay] => string(1) "0"
1734 [ignore_until] => null
1735 [ignore_until_ok] => string(1) "0"
1736 [last_checked] => string(10) "1569326254"
1737 [last_changed] => string(10) "1568203719"
1738 [last_recovered] => null
1739 [last_ok] => string(10) "1569326254"
1740 [last_failed] => null
1741 [has_alerted] => string(1) "0"
1742 [last_message] => string(9) "Checks OK"
1743 [alert_status] => string(1) "1"
1744 [last_alerted] => string(1) "0"
1745 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1746 [count] => string(1) "0"
1747 )
1748 )
1749 [27200] => array(
1750 [8] => array(
1751 [alert_table_id] => string(6) "402741"
1752 [alert_test_id] => string(1) "8"
1753 [device_id] => string(4) "1120"
1754 [entity_type] => string(6) "sensor"
1755 [entity_id] => string(5) "27200"
1756 [alert_assocs] => string(0) ""
1757 [delay] => string(1) "0"
1758 [ignore_until] => null
1759 [ignore_until_ok] => string(1) "0"
1760 [last_checked] => string(10) "1569326254"
1761 [last_changed] => string(10) "1568203719"
1762 [last_recovered] => null
1763 [last_ok] => string(10) "1569326254"
1764 [last_failed] => null
1765 [has_alerted] => string(1) "0"
1766 [last_message] => string(9) "Checks OK"
1767 [alert_status] => string(1) "1"
1768 [last_alerted] => string(1) "0"
1769 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1770 [count] => string(1) "0"
1771 )
1772 )
1773 [27201] => array(
1774 [8] => array(
1775 [alert_table_id] => string(6) "402742"
1776 [alert_test_id] => string(1) "8"
1777 [device_id] => string(4) "1120"
1778 [entity_type] => string(6) "sensor"
1779 [entity_id] => string(5) "27201"
1780 [alert_assocs] => string(0) ""
1781 [delay] => string(1) "0"
1782 [ignore_until] => null
1783 [ignore_until_ok] => string(1) "0"
1784 [last_checked] => string(10) "1569326254"
1785 [last_changed] => string(10) "1568203719"
1786 [last_recovered] => null
1787 [last_ok] => string(10) "1569326254"
1788 [last_failed] => null
1789 [has_alerted] => string(1) "0"
1790 [last_message] => string(9) "Checks OK"
1791 [alert_status] => string(1) "1"
1792 [last_alerted] => string(1) "0"
1793 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1794 [count] => string(1) "0"
1795 )
1796 )
1797 [27202] => array(
1798 [8] => array(
1799 [alert_table_id] => string(6) "402743"
1800 [alert_test_id] => string(1) "8"
1801 [device_id] => string(4) "1120"
1802 [entity_type] => string(6) "sensor"
1803 [entity_id] => string(5) "27202"
1804 [alert_assocs] => string(0) ""
1805 [delay] => string(1) "0"
1806 [ignore_until] => null
1807 [ignore_until_ok] => string(1) "0"
1808 [last_checked] => string(10) "1569326254"
1809 [last_changed] => string(10) "1568203719"
1810 [last_recovered] => null
1811 [last_ok] => string(10) "1569326254"
1812 [last_failed] => null
1813 [has_alerted] => string(1) "0"
1814 [last_message] => string(9) "Checks OK"
1815 [alert_status] => string(1) "1"
1816 [last_alerted] => string(1) "0"
1817 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1818 [count] => string(1) "0"
1819 )
1820 )
1821 [27203] => array(
1822 [8] => array(
1823 [alert_table_id] => string(6) "402744"
1824 [alert_test_id] => string(1) "8"
1825 [device_id] => string(4) "1120"
1826 [entity_type] => string(6) "sensor"
1827 [entity_id] => string(5) "27203"
1828 [alert_assocs] => string(0) ""
1829 [delay] => string(1) "0"
1830 [ignore_until] => null
1831 [ignore_until_ok] => string(1) "0"
1832 [last_checked] => string(10) "1569326254"
1833 [last_changed] => string(10) "1568203719"
1834 [last_recovered] => null
1835 [last_ok] => string(10) "1569326254"
1836 [last_failed] => null
1837 [has_alerted] => string(1) "0"
1838 [last_message] => string(9) "Checks OK"
1839 [alert_status] => string(1) "1"
1840 [last_alerted] => string(1) "0"
1841 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1842 [count] => string(1) "0"
1843 )
1844 )
1845 [27204] => array(
1846 [8] => array(
1847 [alert_table_id] => string(6) "402745"
1848 [alert_test_id] => string(1) "8"
1849 [device_id] => string(4) "1120"
1850 [entity_type] => string(6) "sensor"
1851 [entity_id] => string(5) "27204"
1852 [alert_assocs] => string(0) ""
1853 [delay] => string(1) "0"
1854 [ignore_until] => null
1855 [ignore_until_ok] => string(1) "0"
1856 [last_checked] => string(10) "1569326254"
1857 [last_changed] => string(10) "1568203719"
1858 [last_recovered] => null
1859 [last_ok] => string(10) "1569326254"
1860 [last_failed] => null
1861 [has_alerted] => string(1) "0"
1862 [last_message] => string(9) "Checks OK"
1863 [alert_status] => string(1) "1"
1864 [last_alerted] => string(1) "0"
1865 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1866 [count] => string(1) "0"
1867 )
1868 )
1869 [27205] => array(
1870 [8] => array(
1871 [alert_table_id] => string(6) "402746"
1872 [alert_test_id] => string(1) "8"
1873 [device_id] => string(4) "1120"
1874 [entity_type] => string(6) "sensor"
1875 [entity_id] => string(5) "27205"
1876 [alert_assocs] => string(0) ""
1877 [delay] => string(1) "0"
1878 [ignore_until] => null
1879 [ignore_until_ok] => string(1) "0"
1880 [last_checked] => string(10) "1569326254"
1881 [last_changed] => string(10) "1568203719"
1882 [last_recovered] => null
1883 [last_ok] => string(10) "1569326254"
1884 [last_failed] => null
1885 [has_alerted] => string(1) "0"
1886 [last_message] => string(9) "Checks OK"
1887 [alert_status] => string(1) "1"
1888 [last_alerted] => string(1) "0"
1889 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1890 [count] => string(1) "0"
1891 )
1892 )
1893 [27206] => array(
1894 [8] => array(
1895 [alert_table_id] => string(6) "402747"
1896 [alert_test_id] => string(1) "8"
1897 [device_id] => string(4) "1120"
1898 [entity_type] => string(6) "sensor"
1899 [entity_id] => string(5) "27206"
1900 [alert_assocs] => string(0) ""
1901 [delay] => string(1) "0"
1902 [ignore_until] => null
1903 [ignore_until_ok] => string(1) "0"
1904 [last_checked] => string(10) "1569326254"
1905 [last_changed] => string(10) "1568203719"
1906 [last_recovered] => null
1907 [last_ok] => string(10) "1569326254"
1908 [last_failed] => null
1909 [has_alerted] => string(1) "0"
1910 [last_message] => string(9) "Checks OK"
1911 [alert_status] => string(1) "1"
1912 [last_alerted] => string(1) "0"
1913 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1914 [count] => string(1) "0"
1915 )
1916 )
1917 [27207] => array(
1918 [8] => array(
1919 [alert_table_id] => string(6) "402748"
1920 [alert_test_id] => string(1) "8"
1921 [device_id] => string(4) "1120"
1922 [entity_type] => string(6) "sensor"
1923 [entity_id] => string(5) "27207"
1924 [alert_assocs] => string(0) ""
1925 [delay] => string(1) "0"
1926 [ignore_until] => null
1927 [ignore_until_ok] => string(1) "0"
1928 [last_checked] => string(10) "1569326254"
1929 [last_changed] => string(10) "1568203719"
1930 [last_recovered] => null
1931 [last_ok] => string(10) "1569326254"
1932 [last_failed] => null
1933 [has_alerted] => string(1) "0"
1934 [last_message] => string(9) "Checks OK"
1935 [alert_status] => string(1) "1"
1936 [last_alerted] => string(1) "0"
1937 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1938 [count] => string(1) "0"
1939 )
1940 )
1941 [27208] => array(
1942 [8] => array(
1943 [alert_table_id] => string(6) "402749"
1944 [alert_test_id] => string(1) "8"
1945 [device_id] => string(4) "1120"
1946 [entity_type] => string(6) "sensor"
1947 [entity_id] => string(5) "27208"
1948 [alert_assocs] => string(0) ""
1949 [delay] => string(1) "0"
1950 [ignore_until] => null
1951 [ignore_until_ok] => string(1) "0"
1952 [last_checked] => string(10) "1569326254"
1953 [last_changed] => string(10) "1568203719"
1954 [last_recovered] => null
1955 [last_ok] => string(10) "1569326254"
1956 [last_failed] => null
1957 [has_alerted] => string(1) "0"
1958 [last_message] => string(9) "Checks OK"
1959 [alert_status] => string(1) "1"
1960 [last_alerted] => string(1) "0"
1961 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1962 [count] => string(1) "0"
1963 )
1964 )
1965 [27209] => array(
1966 [8] => array(
1967 [alert_table_id] => string(6) "402750"
1968 [alert_test_id] => string(1) "8"
1969 [device_id] => string(4) "1120"
1970 [entity_type] => string(6) "sensor"
1971 [entity_id] => string(5) "27209"
1972 [alert_assocs] => string(0) ""
1973 [delay] => string(1) "0"
1974 [ignore_until] => null
1975 [ignore_until_ok] => string(1) "0"
1976 [last_checked] => string(10) "1569326254"
1977 [last_changed] => string(10) "1568203719"
1978 [last_recovered] => null
1979 [last_ok] => string(10) "1569326254"
1980 [last_failed] => null
1981 [has_alerted] => string(1) "0"
1982 [last_message] => string(9) "Checks OK"
1983 [alert_status] => string(1) "1"
1984 [last_alerted] => string(1) "0"
1985 [state] => string(32) "{"metrics":{"sensor_value":100}}"
1986 [count] => string(1) "0"
1987 )
1988 )
1989 [27210] => array(
1990 [8] => array(
1991 [alert_table_id] => string(6) "402751"
1992 [alert_test_id] => string(1) "8"
1993 [device_id] => string(4) "1120"
1994 [entity_type] => string(6) "sensor"
1995 [entity_id] => string(5) "27210"
1996 [alert_assocs] => string(0) ""
1997 [delay] => string(1) "0"
1998 [ignore_until] => null
1999 [ignore_until_ok] => string(1) "0"
2000 [last_checked] => string(10) "1569326254"
2001 [last_changed] => string(10) "1568203719"
2002 [last_recovered] => null
2003 [last_ok] => string(10) "1569326254"
2004 [last_failed] => null
2005 [has_alerted] => string(1) "0"
2006 [last_message] => string(9) "Checks OK"
2007 [alert_status] => string(1) "1"
2008 [last_alerted] => string(1) "0"
2009 [state] => string(32) "{"metrics":{"sensor_value":100}}"
2010 [count] => string(1) "0"
2011 )
2012 )
2013 [27211] => array(
2014 [8] => array(
2015 [alert_table_id] => string(6) "402752"
2016 [alert_test_id] => string(1) "8"
2017 [device_id] => string(4) "1120"
2018 [entity_type] => string(6) "sensor"
2019 [entity_id] => string(5) "27211"
2020 [alert_assocs] => string(0) ""
2021 [delay] => string(1) "0"
2022 [ignore_until] => null
2023 [ignore_until_ok] => string(1) "0"
2024 [last_checked] => string(10) "1569326254"
2025 [last_changed] => string(10) "1568203719"
2026 [last_recovered] => null
2027 [last_ok] => string(10) "1569326254"
2028 [last_failed] => null
2029 [has_alerted] => string(1) "0"
2030 [last_message] => string(9) "Checks OK"
2031 [alert_status] => string(1) "1"
2032 [last_alerted] => string(1) "0"
2033 [state] => string(32) "{"metrics":{"sensor_value":100}}"
2034 [count] => string(1) "0"
2035 )
2036 )
2037 [27212] => array(
2038 [8] => array(
2039 [alert_table_id] => string(6) "402753"
2040 [alert_test_id] => string(1) "8"
2041 [device_id] => string(4) "1120"
2042 [entity_type] => string(6) "sensor"
2043 [entity_id] => string(5) "27212"
2044 [alert_assocs] => string(0) ""
2045 [delay] => string(1) "0"
2046 [ignore_until] => null
2047 [ignore_until_ok] => string(1) "0"
2048 [last_checked] => string(10) "1569326254"
2049 [last_changed] => string(10) "1568203719"
2050 [last_recovered] => null
2051 [last_ok] => string(10) "1569326254"
2052 [last_failed] => null
2053 [has_alerted] => string(1) "0"
2054 [last_message] => string(9) "Checks OK"
2055 [alert_status] => string(1) "1"
2056 [last_alerted] => string(1) "0"
2057 [state] => string(32) "{"metrics":{"sensor_value":100}}"
2058 [count] => string(1) "0"
2059 )
2060 )
2061 [27213] => array(
2062 [8] => array(
2063 [alert_table_id] => string(6) "402754"
2064 [alert_test_id] => string(1) "8"
2065 [device_id] => string(4) "1120"
2066 [entity_type] => string(6) "sensor"
2067 [entity_id] => string(5) "27213"
2068 [alert_assocs] => string(0) ""
2069 [delay] => string(1) "0"
2070 [ignore_until] => null
2071 [ignore_until_ok] => string(1) "0"
2072 [last_checked] => string(10) "1569326254"
2073 [last_changed] => string(10) "1568203719"
2074 [last_recovered] => null
2075 [last_ok] => string(10) "1569326254"
2076 [last_failed] => null
2077 [has_alerted] => string(1) "0"
2078 [last_message] => string(9) "Checks OK"
2079 [alert_status] => string(1) "1"
2080 [last_alerted] => string(1) "0"
2081 [state] => string(32) "{"metrics":{"sensor_value":100}}"
2082 [count] => string(1) "0"
2083 )
2084 )
2085 [27214] => array(
2086 [8] => array(
2087 [alert_table_id] => string(6) "402755"
2088 [alert_test_id] => string(1) "8"
2089 [device_id] => string(4) "1120"
2090 [entity_type] => string(6) "sensor"
2091 [entity_id] => string(5) "27214"
2092 [alert_assocs] => string(0) ""
2093 [delay] => string(1) "0"
2094 [ignore_until] => null
2095 [ignore_until_ok] => string(1) "0"
2096 [last_checked] => string(10) "1569326254"
2097 [last_changed] => string(10) "1568203719"
2098 [last_recovered] => null
2099 [last_ok] => string(10) "1569326254"
2100 [last_failed] => null
2101 [has_alerted] => string(1) "0"
2102 [last_message] => string(9) "Checks OK"
2103 [alert_status] => string(1) "1"
2104 [last_alerted] => string(1) "0"
2105 [state] => string(32) "{"metrics":{"sensor_value":100}}"
2106 [count] => string(1) "0"
2107 )
2108 )
2109 )
2110 [storage] => array(
2111 [3691] => array(
2112 [17] => array(
2113 [alert_table_id] => string(6) "402758"
2114 [alert_test_id] => string(2) "17"
2115 [device_id] => string(4) "1120"
2116 [entity_type] => string(7) "storage"
2117 [entity_id] => string(4) "3691"
2118 [alert_assocs] => string(0) ""
2119 [delay] => string(1) "0"
2120 [ignore_until] => null
2121 [ignore_until_ok] => string(1) "0"
2122 [last_checked] => string(10) "1569326255"
2123 [last_changed] => string(10) "1568203720"
2124 [last_recovered] => null
2125 [last_ok] => string(10) "1569326255"
2126 [last_failed] => null
2127 [has_alerted] => string(1) "0"
2128 [last_message] => string(9) "Checks OK"
2129 [alert_status] => string(1) "1"
2130 [last_alerted] => string(1) "0"
2131 [state] => string(34) "{"metrics":{"storage_perc":10.56}}"
2132 [count] => string(1) "0"
2133 )
2134 )
2135 [3692] => array(
2136 [17] => array(
2137 [alert_table_id] => string(6) "402759"
2138 [alert_test_id] => string(2) "17"
2139 [device_id] => string(4) "1120"
2140 [entity_type] => string(7) "storage"
2141 [entity_id] => string(4) "3692"
2142 [alert_assocs] => string(0) ""
2143 [delay] => string(1) "0"
2144 [ignore_until] => null
2145 [ignore_until_ok] => string(1) "0"
2146 [last_checked] => string(10) "1569326255"
2147 [last_changed] => string(10) "1568203720"
2148 [last_recovered] => null
2149 [last_ok] => string(10) "1569326255"
2150 [last_failed] => null
2151 [has_alerted] => string(1) "0"
2152 [last_message] => string(9) "Checks OK"
2153 [alert_status] => string(1) "1"
2154 [last_alerted] => string(1) "0"
2155 [state] => string(34) "{"metrics":{"storage_perc":24.27}}"
2156 [count] => string(1) "0"
2157 )
2158 )
2159 )
2160 [mempool] => array(
2161 [3481] => array(
2162 [19] => array(
2163 [alert_table_id] => string(6) "402777"
2164 [alert_test_id] => string(2) "19"
2165 [device_id] => string(4) "1120"
2166 [entity_type] => string(7) "mempool"
2167 [entity_id] => string(4) "3481"
2168 [alert_assocs] => string(0) ""
2169 [delay] => string(1) "0"
2170 [ignore_until] => null
2171 [ignore_until_ok] => string(1) "0"
2172 [last_checked] => string(10) "1569326255"
2173 [last_changed] => string(10) "1568203720"
2174 [last_recovered] => null
2175 [last_ok] => string(10) "1569326255"
2176 [last_failed] => null
2177 [has_alerted] => string(1) "0"
2178 [last_message] => string(9) "Checks OK"
2179 [alert_status] => string(1) "1"
2180 [last_alerted] => string(1) "0"
2181 [state] => string(34) "{"metrics":{"mempool_perc":45.04}}"
2182 [count] => string(1) "0"
2183 )
2184 )
2185 [3482] => array(
2186 [19] => array(
2187 [alert_table_id] => string(6) "402778"
2188 [alert_test_id] => string(2) "19"
2189 [device_id] => string(4) "1120"
2190 [entity_type] => string(7) "mempool"
2191 [entity_id] => string(4) "3482"
2192 [alert_assocs] => string(0) ""
2193 [delay] => string(1) "0"
2194 [ignore_until] => null
2195 [ignore_until_ok] => string(1) "0"
2196 [last_checked] => string(10) "1569326255"
2197 [last_changed] => string(10) "1568203720"
2198 [last_recovered] => null
2199 [last_ok] => string(10) "1569326255"
2200 [last_failed] => null
2201 [has_alerted] => string(1) "0"
2202 [last_message] => string(9) "Checks OK"
2203 [alert_status] => string(1) "1"
2204 [last_alerted] => string(1) "0"
2205 [state] => string(34) "{"metrics":{"mempool_perc":43.65}}"
2206 [count] => string(1) "0"
2207 )
2208 )
2209 [3483] => array(
2210 [19] => array(
2211 [alert_table_id] => string(6) "402779"
2212 [alert_test_id] => string(2) "19"
2213 [device_id] => string(4) "1120"
2214 [entity_type] => string(7) "mempool"
2215 [entity_id] => string(4) "3483"
2216 [alert_assocs] => string(0) ""
2217 [delay] => string(1) "0"
2218 [ignore_until] => null
2219 [ignore_until_ok] => string(1) "0"
2220 [last_checked] => string(10) "1569326255"
2221 [last_changed] => string(10) "1568203720"
2222 [last_recovered] => null
2223 [last_ok] => string(10) "1569326255"
2224 [last_failed] => null
2225 [has_alerted] => string(1) "0"
2226 [last_message] => string(9) "Checks OK"
2227 [alert_status] => string(1) "1"
2228 [last_alerted] => string(1) "0"
2229 [state] => string(30) "{"metrics":{"mempool_perc":0}}"
2230 [count] => string(1) "0"
2231 )
2232 )
2233 [3484] => array(
2234 [19] => array(
2235 [alert_table_id] => string(6) "402780"
2236 [alert_test_id] => string(2) "19"
2237 [device_id] => string(4) "1120"
2238 [entity_type] => string(7) "mempool"
2239 [entity_id] => string(4) "3484"
2240 [alert_assocs] => string(0) ""
2241 [delay] => string(1) "0"
2242 [ignore_until] => null
2243 [ignore_until_ok] => string(1) "0"
2244 [last_checked] => string(10) "1569326255"
2245 [last_changed] => string(10) "1568203720"
2246 [last_recovered] => null
2247 [last_ok] => string(10) "1569326255"
2248 [last_failed] => null
2249 [has_alerted] => string(1) "0"
2250 [last_message] => string(9) "Checks OK"
2251 [alert_status] => string(1) "1"
2252 [last_alerted] => string(1) "0"
2253 [state] => string(30) "{"metrics":{"mempool_perc":0}}"
2254 [count] => string(1) "0"
2255 )
2256 )
2257 )
2258)
2259##### x.x.x.x [1120] #####
2260
2261 o OS linux
2262 o OS Group unix
2263 o Last poll duration 1.41 seconds
2264 o Last Polled 2019-09-24 15:00:59
2265 o SNMP Version v3
2266
2267CMD[/usr/bin/fping -t 2000 -c 1 -q x.x.x.x 2>&1]
2268
2269CMD EXITCODE[0]
2270CMD RUNTIME[0.0037s]
2271STDOUT[
2272x.x.x.x : xmt/rcv/%loss = 1/1/0%, min/avg/max = 2.48/2.48/2.48
2273]
2274
2275CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUs -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' sysObjectID.0 sysUpTime.0]
2276
2277CMD EXITCODE[0]
2278CMD RUNTIME[0.0376s]
2279STDOUT[
2280sysObjectID.0 = enterprises.8072.3.2.10
2281sysUpTime.0 = 13:19:11:54.17
2282]
2283SNMP STATUS[TRUE]
2284 o Device status Device is reachable by PING (2.48ms) and SNMP (37.61ms)
2285RRD /opt/observium/rrd/x.x.x.x/status.rrd already exists - no need to create.
2286
2287RRD CMD[update /opt/observium/rrd/x.x.x.x/status.rrd N:1]
2288RRD RUNTIME[0.0011s]
2289RRD STDOUT[OK u:0.00 s:0.00 r:0.08]
2290RRD_STATUS[TRUE]
2291
2292RRD /opt/observium/rrd/x.x.x.x/ping.rrd already exists - no need to create.
2293
2294RRD CMD[update /opt/observium/rrd/x.x.x.x/ping.rrd N:2.48]
2295RRD RUNTIME[0.0011s]
2296RRD STDOUT[OK u:0.00 s:0.00 r:0.08]
2297RRD_STATUS[TRUE]
2298
2299RRD /opt/observium/rrd/x.x.x.x/ping_snmp.rrd already exists - no need to create.
2300
2301RRD CMD[update /opt/observium/rrd/x.x.x.x/ping_snmp.rrd N:37.61]
2302RRD RUNTIME[0.0011s]
2303RRD STDOUT[OK u:0.00 s:0.00 r:0.08]
2304RRD_STATUS[TRUE]
2305
2306
2307SQL[SELECT * FROM `device_graphs` WHERE `device_id` = '1120']
2308ROWS[43]
2309SQL RUNTIME[0.00031996s]
2310 o Modules Enabled system, os, ports
2311
2312
2313including: includes/polling/system.inc.php
2314##### Module Start: system #####
2315
2316
2317SQL[SELECT `mib` FROM `devices_mibs` WHERE `device_id` = '1120' AND `use` = 'mib' AND `disabled` = '1']
2318ROWS[0]
2319SQL RUNTIME[0.00020289s]
2320 o SNMPv2-MIB
2321CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUs -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' sysUpTime.0 sysLocation.0 sysContact.0 sysName.0]
2322
2323CMD EXITCODE[0]
2324CMD RUNTIME[0.0373s]
2325CMD EXITDELAY[10ms]
2326STDOUT[
2327sysUpTime.0 = 13:19:11:54.22
2328sysLocation.0 = CL-0210
2329sysContact.0 =
2330sysName.0 = x.x.x.x02
2331]
2332SNMP STATUS[TRUE]
2333
2334CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' sysDescr.0]
2335
2336CMD EXITCODE[0]
2337CMD RUNTIME[0.0381s]
2338STDOUT[
2339Linux x.x.x.x02 4.14.35-1902.5.2.el7uek.x86_64 #2 SMP Wed Aug 28 21:39:33 GMT 2019 x86_64
2340]
2341SNMP STATUS[TRUE]
2342
2343CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUvn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' sysObjectID.0]
2344
2345CMD EXITCODE[0]
2346CMD RUNTIME[0.0371s]
2347STDOUT[
2348.1.3.6.1.4.1.8072.3.2.10
2349]
2350SNMP STATUS[TRUE]
2351
2352CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m SNMP-FRAMEWORK-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' snmpEngineID.0]
2353
2354CMD EXITCODE[0]
2355CMD RUNTIME[0.0372s]
2356STDOUT[
2357"80 00 1F 88 80 51 37 E9 49 EB A8 77 5D 00 00 00
235800 "
2359]
2360SNMP STATUS[TRUE]
2361
2362
2363
2364 > $poll_device /opt/observium/includes/polling/system.inc.php:100
2365array(
2366 [sysUpTime] => int(1192314)
2367 [sysLocation] => string(7) "CL-0210"
2368 [sysContact] => string(31)
2369 [sysName] => string(13) "x.x.x.x02"
2370 [sysDescr] => string(93) "Linux x.x.x.x02 4.14.35-1902.5.2.el7uek.x86_64 #2 SMP Wed Aug 28 21:39:33 GMT 2019 x86_64"
2371 [sysObjectID] => string(24) ".1.3.6.1.4.1.8072.3.2.10"
2372 [snmpEngineID] => string(34) "80001F88805137E949EBA8775D00000000"
2373 [sysName_original] => string(13) "x.x.x.x02"
2374)
2375
2376CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m HOST-RESOURCES-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' hrSystemUptime.0]
2377
2378CMD EXITCODE[0]
2379CMD RUNTIME[0.0389s]
2380STDOUT[
238113:19:12:01.18
2382]
2383SNMP STATUS[TRUE]
2384
2385CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m SNMP-FRAMEWORK-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' snmpEngineTime.0]
2386
2387CMD EXITCODE[0]
2388CMD RUNTIME[0.0369s]
2389STDOUT[
23901192314
2391]
2392SNMP STATUS[TRUE]
2393Using SNMP Agent hrSystemUptime (1192321 sec. => 13 days, 19h 12m 1s)
2394RRD /opt/observium/rrd/x.x.x.x/uptime.rrd already exists - no need to create.
2395
2396RRD CMD[update /opt/observium/rrd/x.x.x.x/uptime.rrd N:1192321]
2397RRD RUNTIME[0.0011s]
2398RRD STDOUT[OK u:0.00 s:0.00 r:0.33]
2399RRD_STATUS[TRUE]
2400
2401 o Uptime 13 days, 19h 12m 1s
2402 o Last reboot 2019-09-10 19:50:29
2403
2404
2405 /opt/observium/includes/polling/system.inc.php:302
2406array(
2407 [use] => string(14) "hrSystemUptime"
2408 [sysUpTime] => int(1192314)
2409 [hrSystemUptime] => int(1192321)
2410 [snmpEngineTime] => int(1192314)
2411 [uptime] => int(1192321)
2412 [formatted] => string(19) "13 days, 19h 12m 1s"
2413 [message] => string(31) "Using SNMP Agent hrSystemUptime"
2414 [previous] => string(7) "1192228"
2415 [diff] => int(-93)
2416 [last_rebooted] => string(10) "1568134229"
2417 [rebooted] => int(0)
2418)
2419
2420CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUsn -m UCD-SNMP-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' .1.3.6.1.4.1.2021.10.1.5.1 .1.3.6.1.4.1.2021.10.1.5.2 .1.3.6.1.4.1.2021.10.1.5.3]
2421
2422Wrong process status! Issue in proc_get_status(), see: https://bugs.php.net/bug.php?id=69014
2423CMD EXITCODE[0]
2424CMD RUNTIME[0.0379s]
2425STDOUT[
2426.1.3.6.1.4.1.2021.10.1.5.1 = 473
2427.1.3.6.1.4.1.2021.10.1.5.2 = 474
2428.1.3.6.1.4.1.2021.10.1.5.3 = 474
2429]
2430SNMP STATUS[TRUE]
2431
2432
2433 > $la_oids /opt/observium/includes/polling/system.inc.php:344
2434array(
2435 [1min] => string(26) ".1.3.6.1.4.1.2021.10.1.5.1"
2436 [5min] => string(26) ".1.3.6.1.4.1.2021.10.1.5.2"
2437 [15min] => string(26) ".1.3.6.1.4.1.2021.10.1.5.3"
2438)
2439
2440
2441 > $la /opt/observium/includes/polling/system.inc.php:345
2442array(
2443 [.1.3.6.1.4.1.2021.10.1.5.1] => string(3) "473"
2444 [.1.3.6.1.4.1.2021.10.1.5.2] => string(3) "474"
2445 [.1.3.6.1.4.1.2021.10.1.5.3] => string(3) "474"
2446)
2447
2448
2449 > $old_rrd /opt/observium/includes/rrdtool.inc.php:69
2450string(44) "/opt/observium/rrd/x.x.x.x/ucd_load.rrd"
2451
2452
2453 > $new_rrd /opt/observium/includes/rrdtool.inc.php:70
2454string(38) "/opt/observium/rrd/x.x.x.x/la.rrd"
2455RRD old file not found: '/opt/observium/rrd/x.x.x.x/ucd_load.rrd'
2456RRD /opt/observium/rrd/x.x.x.x/la.rrd already exists - no need to create.
2457
2458RRD CMD[update /opt/observium/rrd/x.x.x.x/la.rrd N:473:474:474]
2459RRD RUNTIME[0.0011s]
2460RRD STDOUT[OK u:0.00 s:0.00 r:0.38]
2461RRD_STATUS[TRUE]
2462
2463 o Load average 4.73, 4.74, 4.74
2464
2465
2466 > $poll_device /opt/observium/includes/polling/system.inc.php:397
2467array(
2468 [sysUpTime] => int(1192314)
2469 [sysLocation] => string(7) "CL-0210"
2470 [sysContact] => string(31)
2471 [sysName] => string(13) "x.x.x.x02"
2472 [sysDescr] => string(93) "Linux x.x.x.x02 4.14.35-1902.5.2.el7uek.x86_64 #2 SMP Wed Aug 28 21:39:33 GMT 2019 x86_64"
2473 [sysObjectID] => string(24) ".1.3.6.1.4.1.8072.3.2.10"
2474 [snmpEngineID] => string(34) "80001F88805137E949EBA8775D00000000"
2475 [sysName_original] => string(13) "x.x.x.x02"
2476)
2477 o sysObjectID .1.3.6.1.4.1.8072.3.2.10
2478 o snmpEngineID 80001F88805137E949EBA8775D00000000
2479 o sysDescr Linux x.x.x.x02 4.14.35-1902.5.2.el7uek.x86_64 #2 SMP Wed Aug 28 21:39:33 GMT 2019 x86_64
2480 o sysName x.x.x.x02
2481 o Location CL-0210
2482
2483SQL[SELECT * FROM `devices_locations` WHERE `device_id` = '1120']
2484ROWS[1]
2485SQL RUNTIME[0.00037313s]
2486
2487
2488 > $geo_db /opt/observium/includes/polling/system.inc.php:452
2489array(
2490 [location_id] => string(4) "1187"
2491 [device_id] => string(4) "1120"
2492 [location] => string(7) "CL-0210"
2493 [location_lat] => null
2494 [location_lon] => null
2495 [location_country] => null
2496 [location_state] => null
2497 [location_county] => null
2498 [location_city] => null
2499 [location_geoapi] => string(11) "geocodefarm"
2500 [location_status] => string(202) "Geocoding ENABLED, try detect device coordinates:
2501 by FORWARD query (API: GEOCODEFARM, sysLocation: CL-0210) -
2502 GEO API REQUEST: https://www.geocode.farm/v3/json/forward/?addr=CL-0210&lang=en&count=1"
2503 [location_manual] => string(1) "0"
2504 [location_updated] => string(19) "2019-09-24 09:38:54"
2505 [hostname] => string(12) "x.x.x.x"
2506)
2507 o Module time 0.2934s
2508
2509
2510including: includes/polling/os.inc.php
2511##### Module Start: os #####
2512
2513
2514SQL[SELECT * FROM `entPhysical` WHERE `device_id` = '1120' AND `entPhysicalContainedIn` = '0' AND `deleted` IS NULL]
2515ROWS[0]
2516SQL RUNTIME[0.00043201s]
2517
2518CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m MIB-Dell-10892 -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp:/opt/observium/mibs/dell 'udp':'x.x.x.x':'161' chassisServiceTagName.1]
2519
2520CMD EXITCODE[0]
2521CMD RUNTIME[0.0498s]
2522STDOUT[
2523No Such Object available on this agent at this OID
2524]
2525SNMP STATUS[FALSE]
2526SNMP ERROR - device: 1120, cmd: snmpget, options: -OQUv, mib: 'MIB-Dell-10892', oid: 'chassisServiceTagName.1', cmd exitcode: 0,
2527 snmp error code: #1000, reason: 'Failed response', runtime: 0.049773931503296
2528
2529SQL[SELECT * FROM `snmp_errors` WHERE `device_id` = '1120' AND `error_code` = '1000' AND `snmp_cmd` = 'snmpget' AND `mib` = 'MIB-Dell-10892' AND `oid` = 'chassisServiceTagName.1';]
2530ROWS[1]
2531SQL RUNTIME[0.00460100s]
2532
2533SQL[UPDATE `snmp_errors` set `error_count` ='3742',`updated` ='1569326550' WHERE `error_id` = '42043']
2534ROWS[1]
2535SQL RUNTIME[0.01203704s]
2536
2537CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m CPQSINFO-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp:/opt/observium/mibs/hp 'udp':'x.x.x.x':'161' cpqSiSysSerialNum.0]
2538
2539CMD EXITCODE[0]
2540CMD RUNTIME[0.0431s]
2541STDOUT[
2542No Such Object available on this agent at this OID
2543]
2544SNMP STATUS[FALSE]
2545SNMP ERROR - device: 1120, cmd: snmpget, options: -OQUv, mib: 'CPQSINFO-MIB', oid: 'cpqSiSysSerialNum.0', cmd exitcode: 0,
2546 snmp error code: #1000, reason: 'Failed response', runtime: 0.043056011199951
2547
2548SQL[SELECT * FROM `snmp_errors` WHERE `device_id` = '1120' AND `error_code` = '1000' AND `snmp_cmd` = 'snmpget' AND `mib` = 'CPQSINFO-MIB' AND `oid` = 'cpqSiSysSerialNum.0';]
2549ROWS[1]
2550SQL RUNTIME[0.00134683s]
2551
2552SQL[UPDATE `snmp_errors` set `error_count` ='3742',`updated` ='1569326550' WHERE `error_id` = '42044']
2553ROWS[1]
2554SQL RUNTIME[0.00956988s]
2555
2556CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m MIB-Dell-10892 -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp:/opt/observium/mibs/dell 'udp':'x.x.x.x':'161' chassisModelName.1]
2557
2558CMD EXITCODE[0]
2559CMD RUNTIME[0.0469s]
2560STDOUT[
2561No Such Object available on this agent at this OID
2562]
2563SNMP STATUS[FALSE]
2564SNMP ERROR - device: 1120, cmd: snmpget, options: -OQUv, mib: 'MIB-Dell-10892', oid: 'chassisModelName.1', cmd exitcode: 0,
2565 snmp error code: #1000, reason: 'Failed response', runtime: 0.046911954879761
2566
2567SQL[SELECT * FROM `snmp_errors` WHERE `device_id` = '1120' AND `error_code` = '1000' AND `snmp_cmd` = 'snmpget' AND `mib` = 'MIB-Dell-10892' AND `oid` = 'chassisModelName.1';]
2568ROWS[1]
2569SQL RUNTIME[0.00028300s]
2570
2571SQL[UPDATE `snmp_errors` set `error_count` ='3742',`updated` ='1569326550' WHERE `error_id` = '42045']
2572ROWS[1]
2573SQL RUNTIME[0.00608301s]
2574
2575CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m CPQSINFO-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp:/opt/observium/mibs/hp 'udp':'x.x.x.x':'161' cpqSiProductName.0]
2576
2577CMD EXITCODE[0]
2578CMD RUNTIME[0.0434s]
2579STDOUT[
2580No Such Object available on this agent at this OID
2581]
2582SNMP STATUS[FALSE]
2583SNMP ERROR - device: 1120, cmd: snmpget, options: -OQUv, mib: 'CPQSINFO-MIB', oid: 'cpqSiProductName.0', cmd exitcode: 0,
2584 snmp error code: #1000, reason: 'Failed response', runtime: 0.043410062789917
2585
2586SQL[SELECT * FROM `snmp_errors` WHERE `device_id` = '1120' AND `error_code` = '1000' AND `snmp_cmd` = 'snmpget' AND `mib` = 'CPQSINFO-MIB' AND `oid` = 'cpqSiProductName.0';]
2587ROWS[1]
2588SQL RUNTIME[0.00024796s]
2589
2590SQL[UPDATE `snmp_errors` set `error_count` ='3742',`updated` ='1569326550' WHERE `error_id` = '42046']
2591ROWS[1]
2592SQL RUNTIME[0.00369310s]
2593
2594CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m MIB-Dell-10892 -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp:/opt/observium/mibs/dell 'udp':'x.x.x.x':'161' chassisAssetTagName.1]
2595
2596CMD EXITCODE[0]
2597CMD RUNTIME[0.0481s]
2598STDOUT[
2599No Such Object available on this agent at this OID
2600]
2601SNMP STATUS[FALSE]
2602SNMP ERROR - device: 1120, cmd: snmpget, options: -OQUv, mib: 'MIB-Dell-10892', oid: 'chassisAssetTagName.1', cmd exitcode: 0,
2603 snmp error code: #1000, reason: 'Failed response', runtime: 0.04809308052063
2604
2605SQL[SELECT * FROM `snmp_errors` WHERE `device_id` = '1120' AND `error_code` = '1000' AND `snmp_cmd` = 'snmpget' AND `mib` = 'MIB-Dell-10892' AND `oid` = 'chassisAssetTagName.1';]
2606ROWS[1]
2607SQL RUNTIME[0.00025606s]
2608
2609SQL[UPDATE `snmp_errors` set `error_count` ='3742',`updated` ='1569326550' WHERE `error_id` = '42047']
2610ROWS[1]
2611SQL RUNTIME[0.00423694s]
2612
2613CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m CPQSINFO-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp:/opt/observium/mibs/hp 'udp':'x.x.x.x':'161' cpqSiAssetTag.0]
2614
2615CMD EXITCODE[0]
2616CMD RUNTIME[0.0429s]
2617STDOUT[
2618No Such Object available on this agent at this OID
2619]
2620SNMP STATUS[FALSE]
2621SNMP ERROR - device: 1120, cmd: snmpget, options: -OQUv, mib: 'CPQSINFO-MIB', oid: 'cpqSiAssetTag.0', cmd exitcode: 0,
2622 snmp error code: #1000, reason: 'Failed response', runtime: 0.042906999588013
2623
2624SQL[SELECT * FROM `snmp_errors` WHERE `device_id` = '1120' AND `error_code` = '1000' AND `snmp_cmd` = 'snmpget' AND `mib` = 'CPQSINFO-MIB' AND `oid` = 'cpqSiAssetTag.0';]
2625ROWS[1]
2626SQL RUNTIME[0.00025105s]
2627
2628SQL[UPDATE `snmp_errors` set `error_count` ='3742',`updated` ='1569326550' WHERE `error_id` = '42048']
2629ROWS[1]
2630SQL RUNTIME[0.00483012s]
2631
2632
2633 > $os_values /opt/observium/includes/polling/os.inc.php:144
2634array()
2635 o OS Poller Group
2636
2637CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m UCD-SNMP-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' .1.3.6.1.4.1.2021.7890.1.3.1.1.6.100.105.115.116.114.111]
2638
2639CMD EXITCODE[0]
2640CMD RUNTIME[0.0487s]
2641STDOUT[
2642"/usr/local/bin/distro: No such file or directory"
2643]
2644SNMP STATUS[TRUE]
2645
2646CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m UCD-SNMP-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' .1.3.6.1.4.1.2021.7890.2.3.1.1.8.104.97.114.100.119.97.114.101]
2647
2648CMD EXITCODE[0]
2649CMD RUNTIME[0.0485s]
2650STDOUT[
2651"VMware Virtual Platform"
2652]
2653SNMP STATUS[TRUE]
2654
2655CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m UCD-SNMP-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' .1.3.6.1.4.1.2021.7890.3.3.1.1.6.118.101.110.100.111.114]
2656
2657CMD EXITCODE[0]
2658CMD RUNTIME[0.0512s]
2659STDOUT[
2660"VMware, Inc."
2661]
2662SNMP STATUS[TRUE]
2663
2664CMD[/usr/bin/snmpget -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUv -m UCD-SNMP-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' .1.3.6.1.4.1.2021.7890.4.3.1.1.6.115.101.114.105.97.108]
2665
2666CMD EXITCODE[0]
2667CMD RUNTIME[0.0472s]
2668STDOUT[
2669"VMware-42 23 44 90 6c 92 e3 e8-64 79 16 14 96 3a 5a 4b"
2670]
2671SNMP STATUS[TRUE]
2672 o Vendor VMware
2673 o Hardware Virtual Platform x86 [64bit]
2674 o Version 4.14.35-1902.5.2.el7uek.x86_64
2675 o Features /usr/local/bin/distro: No
2676 o Serial VMware-42 23 44 90 6c 92 e3 e8-64 79 16 14 96 3a 5a 4b
2677 o Asset <empty>
2678
2679 o Module time 0.5391s
2680
2681
2682including: includes/polling/ports.inc.php
2683##### Module Start: ports #####
2684
2685
2686SQL[SELECT * FROM `ports` WHERE `device_id` = '1120']
2687ROWS[2]
2688SQL RUNTIME[0.00181413s]
2689
2690SQL[SELECT * FROM `entity_attribs` WHERE `device_id` = '1120' AND `entity_type` IN ('port')]
2691ROWS[4]
2692SQL RUNTIME[0.00294495s]
2693
2694SQL[SELECT `attrib_value` FROM `entity_attribs` WHERE `entity_type` = 'device' AND `entity_id` = '1120' AND `attrib_type` = 'ports_ignored_count']
2695ROWS[0]
2696SQL RUNTIME[0.00185680s]
2697 o Caching Oids Used full table ifEntry/ifXEntry snmpwalk.
2698ifEntry
2699CMD[/usr/bin/snmpbulkwalk -Cr'100' -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUs -m IF-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' ifEntry]
2700
2701CMD EXITCODE[0]
2702CMD RUNTIME[0.0498s]
2703STDOUT[
2704ifIndex.1 = 1
2705ifIndex.2 = 2
2706ifDescr.1 = lo
2707ifDescr.2 = ens160
2708ifType.1 = softwareLoopback
2709ifType.2 = ethernetCsmacd
2710ifMtu.1 = 65536
2711ifMtu.2 = 1500
2712ifSpeed.1 = 10000000
2713ifSpeed.2 = 4294967295
2714ifPhysAddress.1 =
2715ifPhysAddress.2 = 0:50:56:a3:3:de
2716ifAdminStatus.1 = up
2717ifAdminStatus.2 = up
2718ifOperStatus.1 = up
2719ifOperStatus.2 = up
2720ifLastChange.1 = 0:0:00:00.00
2721ifLastChange.2 = 0:0:00:00.00
2722ifInOctets.1 = 20619
2723ifInOctets.2 = 2050235178
2724ifInUcastPkts.1 = 218
2725ifInUcastPkts.2 = 149575275
2726ifInNUcastPkts.1 = 0
2727ifInNUcastPkts.2 = 6625
2728ifInDiscards.1 = 0
2729ifInDiscards.2 = 0
2730ifInErrors.1 = 0
2731ifInErrors.2 = 0
2732ifInUnknownProtos.1 = 0
2733ifInUnknownProtos.2 = 0
2734ifOutOctets.1 = 20619
2735ifOutOctets.2 = 3907136
2736ifOutUcastPkts.1 = 218
2737ifOutUcastPkts.2 = 2493637667
2738ifOutNUcastPkts.1 = 0
2739ifOutNUcastPkts.2 = 0
2740ifOutDiscards.1 = 0
2741ifOutDiscards.2 = 0
2742ifOutErrors.1 = 0
2743ifOutErrors.2 = 0
2744ifOutQLen.1 = 0
2745ifOutQLen.2 = 0
2746ifSpecific.1 = zeroDotZero
2747ifSpecific.2 = zeroDotZero
2748]
2749SNMP STATUS[TRUE]
2750ifXEntry
2751CMD[/usr/bin/snmpbulkwalk -Cr'100' -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUs -m IF-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' ifXEntry]
2752
2753CMD EXITCODE[0]
2754CMD RUNTIME[0.0581s]
2755STDOUT[
2756ifName.1 = lo
2757ifName.2 = ens160
2758ifInMulticastPkts.1 = 0
2759ifInMulticastPkts.2 = 6625
2760ifInBroadcastPkts.1 = 0
2761ifInBroadcastPkts.2 = 0
2762ifOutMulticastPkts.1 = 0
2763ifOutMulticastPkts.2 = 0
2764ifOutBroadcastPkts.1 = 0
2765ifOutBroadcastPkts.2 = 0
2766ifHCInOctets.1 = 20619
2767ifHCInOctets.2 = 7917674961706
2768ifHCInUcastPkts.1 = 218
2769ifHCInUcastPkts.2 = 77458986603
2770ifHCInMulticastPkts.1 = 0
2771ifHCInMulticastPkts.2 = 6625
2772ifHCInBroadcastPkts.1 = 0
2773ifHCInBroadcastPkts.2 = 0
2774ifHCOutOctets.1 = 20619
2775ifHCOutOctets.2 = 11467566587456
2776ifHCOutUcastPkts.1 = 218
2777ifHCOutUcastPkts.2 = 75508081699
2778ifHCOutMulticastPkts.1 = 0
2779ifHCOutMulticastPkts.2 = 0
2780ifHCOutBroadcastPkts.1 = 0
2781ifHCOutBroadcastPkts.2 = 0
2782ifHighSpeed.1 = 10
2783ifHighSpeed.2 = 10000
2784ifPromiscuousMode.1 = false
2785ifPromiscuousMode.2 = false
2786ifConnectorPresent.1 = false
2787ifConnectorPresent.2 = true
2788ifAlias.1 =
2789ifAlias.2 =
2790ifCounterDiscontinuityTime.1 = 0:0:00:00.00
2791ifCounterDiscontinuityTime.2 = 0:0:00:00.00
2792]
2793SNMP STATUS[TRUE]
2794
2795 o ADSL-LINE-MIB
2796SQL[SELECT COUNT(*) FROM `ports` WHERE `device_id` = '1120' AND `ifType` IN ('adsl', 'vdsl')]
2797ROWS[1]
2798SQL RUNTIME[0.00030398s]
2799
2800 o EtherLike-MIB dot3StatsDuplexStatus
2801CMD[/usr/bin/snmpbulkwalk -Cr'100' -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUs -m EtherLike-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' dot3StatsDuplexStatus]
2802
2803CMD EXITCODE[0]
2804CMD RUNTIME[0.0847s]
2805STDOUT[
2806dot3StatsDuplexStatus.2 = fullDuplex
2807]
2808SNMP STATUS[TRUE]
2809
2810 o Q-BRIDGE-MIB
2811CMD[/usr/bin/snmpbulkwalk -Cr'100' -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUs -m BRIDGE-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' dot1dBasePortIfIndex]
2812
2813CMD EXITCODE[0]
2814CMD RUNTIME[0.044s]
2815STDOUT[
2816dot1dBasePortIfIndex = No Such Object available on this agent at this OID
2817]
2818SNMP STATUS[FALSE]
2819SNMP ERROR - device: 1120, cmd: snmpwalk, options: -OQUs, mib: 'BRIDGE-MIB', oid: 'dot1dBasePortIfIndex', cmd exitcode: 0,
2820 snmp error code: #1000, reason: 'Failed response', runtime: 0.043976068496704
2821
2822SQL[SELECT * FROM `snmp_errors` WHERE `device_id` = '1120' AND `error_code` = '1000' AND `snmp_cmd` = 'snmpwalk' AND `mib` = 'BRIDGE-MIB' AND `oid` = 'dot1dBasePortIfIndex';]
2823ROWS[1]
2824SQL RUNTIME[0.00028992s]
2825
2826SQL[UPDATE `snmp_errors` set `error_count` ='3742',`updated` ='1569326551' WHERE `error_id` = '42049']
2827ROWS[1]
2828SQL RUNTIME[0.00499701s]
2829
2830CMD[/usr/bin/snmpbulkwalk -Cr'100' -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUs -m Q-BRIDGE-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' dot1qPvid]
2831
2832CMD EXITCODE[0]
2833CMD RUNTIME[0.0505s]
2834STDOUT[
2835dot1qPvid = No Such Object available on this agent at this OID
2836]
2837SNMP STATUS[FALSE]
2838SNMP ERROR - device: 1120, cmd: snmpwalk, options: -OQUs, mib: 'Q-BRIDGE-MIB', oid: 'dot1qPvid', cmd exitcode: 0,
2839 snmp error code: #1000, reason: 'Failed response', runtime: 0.050542831420898
2840
2841SQL[SELECT * FROM `snmp_errors` WHERE `device_id` = '1120' AND `error_code` = '1000' AND `snmp_cmd` = 'snmpwalk' AND `mib` = 'Q-BRIDGE-MIB' AND `oid` = 'dot1qPvid';]
2842ROWS[1]
2843SQL RUNTIME[0.00026107s]
2844
2845SQL[UPDATE `snmp_errors` set `error_count` ='3742',`updated` ='1569326551' WHERE `error_id` = '42050']
2846ROWS[1]
2847SQL RUNTIME[0.00675297s]
2848
2849CMD[/usr/bin/snmpbulkwalk -Cr'100' -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -Ih -OQUsx -m Q-BRIDGE-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' dot1qVlanStaticUntaggedPorts]
2850
2851CMD EXITCODE[0]
2852CMD RUNTIME[0.0508s]
2853STDOUT[
2854dot1qVlanStaticUntaggedPorts = No Such Object available on this agent at this OID
2855]
2856SNMP STATUS[FALSE]
2857SNMP ERROR - device: 1120, cmd: snmpwalk, options: -OQUsx, mib: 'Q-BRIDGE-MIB', oid: 'dot1qVlanStaticUntaggedPorts', cmd exitcode: 0,
2858 snmp error code: #1000, reason: 'Failed response', runtime: 0.050794839859009
2859
2860SQL[SELECT * FROM `snmp_errors` WHERE `device_id` = '1120' AND `error_code` = '1000' AND `snmp_cmd` = 'snmpwalk' AND `mib` = 'Q-BRIDGE-MIB' AND `oid` = 'dot1qVlanStaticUntaggedPorts';]
2861ROWS[1]
2862SQL RUNTIME[0.00036192s]
2863
2864SQL[UPDATE `snmp_errors` set `error_count` ='3742',`updated` ='1569326551' WHERE `error_id` = '42051']
2865ROWS[1]
2866SQL RUNTIME[0.00626707s]
2867dot1qVlanStaticUntaggedPorts print_cli_table() argument should be an array. Please report this error to developers.
2868
2869[[IP-MIB]] o IP-MIB IP-MIB ipIfStats
2870CMD[/usr/bin/snmpbulkwalk -Cr'100' -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUsX -m IP-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' ipIfStatsHCInOctets]
2871
2872CMD EXITCODE[0]
2873CMD RUNTIME[0.0423s]
2874STDOUT[
2875ipIfStatsHCInOctets[ipv6][1] = 0
2876ipIfStatsHCInOctets[ipv6][2] = 1994953877972
2877]
2878SNMP STATUS[TRUE]
2879
2880CMD[/usr/bin/snmpbulkwalk -Cr'100' -t '10' -r '7' -v3 -l 'authPriv' -n '' -x 'DES' -X 'x.x.x.x' -a 'MD5' -A 'x.x.x.x' -u 'x.x.x.x' -Pud -OQUsX -m IP-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'x.x.x.x':'161' ipIfStatsHCOutOctets]
2881
2882CMD EXITCODE[0]
2883CMD RUNTIME[0.0515s]
2884STDOUT[
2885ipIfStatsHCOutOctets[ipv6][1] = 0
2886ipIfStatsHCOutOctets[ipv6][2] = 2691416411887
2887]
2888SNMP STATUS[TRUE]
2889
2890
2891
2892 > $port_stats /opt/observium/includes/polling/ports.inc.php:311
2893array(
2894 [1] => array(
2895 [ifIndex] => string(1) "1"
2896 [ifDescr] => string(2) "lo"
2897 [ifType] => string(16) "softwareLoopback"
2898 [ifMtu] => string(5) "65536"
2899 [ifSpeed] => string(8) "10000000"
2900 [ifPhysAddress] => string(0) ""
2901 [ifAdminStatus] => string(2) "up"
2902 [ifOperStatus] => string(2) "up"
2903 [ifLastChange] => string(12) "0:0:00:00.00"
2904 [ifInOctets] => string(5) "20619"
2905 [ifInUcastPkts] => string(3) "218"
2906 [ifInNUcastPkts] => string(1) "0"
2907 [ifInDiscards] => string(1) "0"
2908 [ifInErrors] => string(1) "0"
2909 [ifInUnknownProtos] => string(1) "0"
2910 [ifOutOctets] => string(5) "20619"
2911 [ifOutUcastPkts] => string(3) "218"
2912 [ifOutNUcastPkts] => string(1) "0"
2913 [ifOutDiscards] => string(1) "0"
2914 [ifOutErrors] => string(1) "0"
2915 [ifOutQLen] => string(1) "0"
2916 [ifSpecific] => string(11) "zeroDotZero"
2917 [ifName] => string(2) "lo"
2918 [ifInMulticastPkts] => string(1) "0"
2919 [ifInBroadcastPkts] => string(1) "0"
2920 [ifOutMulticastPkts] => string(1) "0"
2921 [ifOutBroadcastPkts] => string(1) "0"
2922 [ifHCInOctets] => string(5) "20619"
2923 [ifHCInUcastPkts] => string(3) "218"
2924 [ifHCInMulticastPkts] => string(1) "0"
2925 [ifHCInBroadcastPkts] => string(1) "0"
2926 [ifHCOutOctets] => string(5) "20619"
2927 [ifHCOutUcastPkts] => string(3) "218"
2928 [ifHCOutMulticastPkts] => string(1) "0"
2929 [ifHCOutBroadcastPkts] => string(1) "0"
2930 [ifHighSpeed] => string(2) "10"
2931 [ifPromiscuousMode] => string(5) "false"
2932 [ifConnectorPresent] => string(5) "false"
2933 [ifAlias] => string(0) ""
2934 [ifCounterDiscontinuityTime] => string(12) "0:0:00:00.00"
2935 [ipIfStats] => array(
2936 [ipv6] => array(
2937 [ipIfStatsHCInOctets] => string(1) "0"
2938 [ipIfStatsHCOutOctets] => string(1) "0"
2939 )
2940 )
2941 )
2942 [2] => array(
2943 [ifIndex] => string(1) "2"
2944 [ifDescr] => string(6) "ens160"
2945 [ifType] => string(14) "ethernetCsmacd"
2946 [ifMtu] => string(4) "1500"
2947 [ifSpeed] => string(10) "4294967295"
2948 [ifPhysAddress] => string(15) "0:50:56:a3:3:de"
2949 [ifAdminStatus] => string(2) "up"
2950 [ifOperStatus] => string(2) "up"
2951 [ifLastChange] => string(12) "0:0:00:00.00"
2952 [ifInOctets] => string(10) "2050235178"
2953 [ifInUcastPkts] => string(9) "149575275"
2954 [ifInNUcastPkts] => string(4) "6625"
2955 [ifInDiscards] => string(1) "0"
2956 [ifInErrors] => string(1) "0"
2957 [ifInUnknownProtos] => string(1) "0"
2958 [ifOutOctets] => string(7) "3907136"
2959 [ifOutUcastPkts] => string(10) "2493637667"
2960 [ifOutNUcastPkts] => string(1) "0"
2961 [ifOutDiscards] => string(1) "0"
2962 [ifOutErrors] => string(1) "0"
2963 [ifOutQLen] => string(1) "0"
2964 [ifSpecific] => string(11) "zeroDotZero"
2965 [ifName] => string(6) "ens160"
2966 [ifInMulticastPkts] => string(4) "6625"
2967 [ifInBroadcastPkts] => string(1) "0"
2968 [ifOutMulticastPkts] => string(1) "0"
2969 [ifOutBroadcastPkts] => string(1) "0"
2970 [ifHCInOctets] => string(13) "7917674961706"
2971 [ifHCInUcastPkts] => string(11) "77458986603"
2972 [ifHCInMulticastPkts] => string(4) "6625"
2973 [ifHCInBroadcastPkts] => string(1) "0"
2974 [ifHCOutOctets] => string(14) "11467566587456"
2975 [ifHCOutUcastPkts] => string(11) "75508081699"
2976 [ifHCOutMulticastPkts] => string(1) "0"
2977 [ifHCOutBroadcastPkts] => string(1) "0"
2978 [ifHighSpeed] => string(5) "10000"
2979 [ifPromiscuousMode] => string(5) "false"
2980 [ifConnectorPresent] => string(4) "true"
2981 [ifAlias] => string(0) ""
2982 [ifCounterDiscontinuityTime] => string(12) "0:0:00:00.00"
2983 [dot3StatsDuplexStatus] => string(10) "fullDuplex"
2984 [ipIfStats] => array(
2985 [ipv6] => array(
2986 [ipIfStatsHCInOctets] => string(13) "1994953877972"
2987 [ipIfStatsHCOutOctets] => string(13) "2691416411887"
2988 )
2989 )
2990 )
2991)
2992
2993
2994Processing port ifIndex 1 with function process_port_label()
2995Processing port ifIndex 1 with function process_port_etherlike()
2996Processing port ifIndex 1 with function process_port_ipifstats()
2997
2998SQL[SELECT * FROM `devices` WHERE `device_id` = '']
2999ROWS[0]
3000SQL RUNTIME[0.00023484s]
3001RRD /opt/observium/rrd/x.x.x.x/port-1-ipv6-octets.rrd already exists - no need to create.
3002
3003RRD CMD[update /opt/observium/rrd/x.x.x.x/port-1-ipv6-octets.rrd N:0:0]
3004RRD RUNTIME[0.0011s]
3005RRD STDOUT[OK u:0.00 s:0.00 r:1.40]
3006RRD_STATUS[TRUE]
3007
3008
3009SQL[SELECT * FROM `ports` WHERE `ports`.`port_id` = '59939']
3010ROWS[1]
3011SQL RUNTIME[0.00035405s]
3012
3013SQL[SELECT * FROM `entity_attribs` WHERE `entity_type` = 'port' AND `entity_id` = '59939']
3014ROWS[2]
3015SQL RUNTIME[0.00022292s]
3016
3017SQL[SELECT * FROM `devices` WHERE `device_id` = '1120']
3018ROWS[1]
3019SQL RUNTIME[0.00021195s]
3020
3021SQL[SELECT * FROM `device_graphs` WHERE `device_id` = '1120']
3022ROWS[43]
3023SQL RUNTIME[0.00021911s]
3024
3025SQL[SELECT EXISTS (SELECT 1 FROM `entity_attribs` WHERE `entity_type` = 'port' AND `entity_id` = '59939' AND `attrib_type` = 'ipv6-octets')]
3026ROWS[1]
3027SQL RUNTIME[0.00022101s]
3028
3029SQL[UPDATE `entity_attribs` set `attrib_value` ='1' WHERE `entity_type` = 'port' AND `entity_id` = '59939' AND `attrib_type` = 'ipv6-octets']
3030ROWS[0]
3031SQL RUNTIME[0.00015903s]
303264-bit,
3033PHP ADD: 0 + 0 = 0
3034PHP ADD: 0 + 0 = 0
3035Port ifSpeed manually set.
3036IFLASTCHANGE = 1569326550s - 1192314s + 0s
3037
3038PHP SUB: 20619 - 20619 = 0
3039
3040 ifInOctets (0 B) 0 Bps 92 secs
3041PHP SUB: 20619 - 20619 = 0
3042
3043 ifOutOctets (0 B) 0 Bps 92 secs
3044PHP SUB: 0 - 0 = 0
3045
3046 ifInErrors (0 B) 0 Bps 92 secs
3047PHP SUB: 0 - 0 = 0
3048
3049 ifOutErrors (0 B) 0 Bps 92 secs
3050PHP SUB: 218 - 218 = 0
3051
3052 ifInUcastPkts (0 B) 0 Bps 92 secs
3053PHP SUB: 218 - 218 = 0
3054
3055 ifOutUcastPkts (0 B) 0 Bps 92 secs
3056PHP SUB: 0 - 0 = 0
3057
3058 ifInNUcastPkts (0 B) 0 Bps 92 secs
3059PHP SUB: 0 - 0 = 0
3060
3061 ifOutNUcastPkts (0 B) 0 Bps 92 secs
3062PHP SUB: 0 - 0 = 0
3063
3064 ifInBroadcastPkts (0 B) 0 Bps 92 secs
3065PHP SUB: 0 - 0 = 0
3066
3067 ifOutBroadcastPkts (0 B) 0 Bps 92 secs
3068PHP SUB: 0 - 0 = 0
3069
3070 ifInMulticastPkts (0 B) 0 Bps 92 secs
3071PHP SUB: 0 - 0 = 0
3072
3073 ifOutMulticastPkts (0 B) 0 Bps 92 secs
3074PHP SUB: 0 - 0 = 0
3075
3076 ifInDiscards (0 B) 0 Bps 92 secs
3077PHP SUB: 0 - 0 = 0
3078
3079 ifOutDiscards (0 B) 0 Bps 92 secs
3080RRD /opt/observium/rrd/x.x.x.x/port-1.rrd already exists - no need to create.
3081
3082RRD CMD[update /opt/observium/rrd/x.x.x.x/port-1.rrd N:20619:20619:0:0:218:218:0:0:0:0:0:0:0:0:0]
3083RRD RUNTIME[0.0011s]
3084RRD STDOUT[]
3085RRD_STATUS[TRUE]
3086
3087Processing port ifIndex 2 with function process_port_label()
3088Processing port ifIndex 2 with function process_port_etherlike()
3089Processing port ifIndex 2 with function process_port_ipifstats()
3090
3091SQL[SELECT * FROM `devices` WHERE `device_id` = '']
3092ROWS[0]
3093SQL RUNTIME[0.00018692s]
3094RRD /opt/observium/rrd/x.x.x.x/port-2-ipv6-octets.rrd already exists - no need to create.
3095
3096RRD CMD[update /opt/observium/rrd/x.x.x.x/port-2-ipv6-octets.rrd N:1994953877972:2691416411887]
3097RRD RUNTIME[0.0011s]
3098RRD STDOUT[OK u:0.00 s:0.00 r:1.40
3099OK u:0.00 s:0.00 r:1.40]
3100RRD_STATUS[TRUE]
3101
3102
3103SQL[SELECT * FROM `ports` WHERE `ports`.`port_id` = '59940']
3104ROWS[1]
3105SQL RUNTIME[0.00023794s]
3106
3107SQL[SELECT * FROM `entity_attribs` WHERE `entity_type` = 'port' AND `entity_id` = '59940']
3108ROWS[2]
3109SQL RUNTIME[0.00019193s]
3110
3111SQL[SELECT EXISTS (SELECT 1 FROM `entity_attribs` WHERE `entity_type` = 'port' AND `entity_id` = '59940' AND `attrib_type` = 'ipv6-octets')]
3112ROWS[1]
3113SQL RUNTIME[0.00018501s]
3114
3115SQL[UPDATE `entity_attribs` set `attrib_value` ='1' WHERE `entity_type` = 'port' AND `entity_id` = '59940' AND `attrib_type` = 'ipv6-octets']
3116ROWS[0]
3117SQL RUNTIME[0.00030398s]
311864-bit,
3119PHP ADD: 0 + 6625 = 6625
3120PHP ADD: 0 + 0 = 0
3121Port ifSpeed manually set.
3122IFLASTCHANGE = 1569326550s - 1192314s + 0s
3123
3124PHP SUB: 7917674961706 - 7916986408700 = 688553006
3125
3126 ifInOctets (688553006 B) 7484271.8043478 Bps 92 secs
3127PHP SUB: 11467566587456 - 11466585840160 = 980747296
3128
3129 ifOutOctets (980747296 B) 10660296.695652 Bps 92 secs
3130PHP SUB: 0 - 0 = 0
3131
3132 ifInErrors (0 B) 0 Bps 92 secs
3133PHP SUB: 0 - 0 = 0
3134
3135 ifOutErrors (0 B) 0 Bps 92 secs
3136PHP SUB: 77458986603 - 77452316082 = 6670521
3137
3138 ifInUcastPkts (6670521 B) 72505.663043478 Bps 92 secs
3139PHP SUB: 75508081699 - 75501621728 = 6459971
3140
3141 ifOutUcastPkts (6459971 B) 70217.076086957 Bps 92 secs
3142PHP SUB: 6625 - 6625 = 0
3143
3144 ifInNUcastPkts (0 B) 0 Bps 92 secs
3145PHP SUB: 0 - 0 = 0
3146
3147 ifOutNUcastPkts (0 B) 0 Bps 92 secs
3148PHP SUB: 0 - 0 = 0
3149
3150 ifInBroadcastPkts (0 B) 0 Bps 92 secs
3151PHP SUB: 0 - 0 = 0
3152
3153 ifOutBroadcastPkts (0 B) 0 Bps 92 secs
3154PHP SUB: 6625 - 6625 = 0
3155
3156 ifInMulticastPkts (0 B) 0 Bps 92 secs
3157PHP SUB: 0 - 0 = 0
3158
3159 ifOutMulticastPkts (0 B) 0 Bps 92 secs
3160PHP SUB: 0 - 0 = 0
3161
3162 ifInDiscards (0 B) 0 Bps 92 secs
3163PHP SUB: 0 - 0 = 0
3164
3165 ifOutDiscards (0 B) 0 Bps 92 secs
3166RRD /opt/observium/rrd/x.x.x.x/port-2.rrd already exists - no need to create.
3167
3168RRD CMD[update /opt/observium/rrd/x.x.x.x/port-2.rrd N:7917674961706:11467566587456:0:0:77458986603:75508081699:6625:0:0:0:0:0:0:6625:0]
3169RRD RUNTIME[0.0011s]
3170RRD STDOUT[OK u:0.00 s:0.00 r:1.41]
3171RRD_STATUS[TRUE]
3172
3173
3174SQL[UPDATE `alert_table` set `state` ='{\"metrics\":{\"ifInOctets_perc\":6,\"ifOutOctets_perc\":9}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1569326551',`last_ok` ='1569326551' WHERE `alert_table_id` = '402738']
3175ROWS[1]
3176SQL RUNTIME[0.01623201s]
3177RRD /opt/observium/rrd/x.x.x.x/alert-402738.rrd already exists - no need to create.
3178
3179RRD CMD[update /opt/observium/rrd/x.x.x.x/alert-402738.rrd N:1:1]
3180RRD RUNTIME[0.0011s]
3181RRD STDOUT[OK u:0.00 s:0.00 r:1.42]
3182RRD_STATUS[TRUE]
3183
3184
3185SQL[UPDATE `alert_table` set `state` ='{\"metrics\":{\"ifInErrors_rate\":0,\"ifOutErrors_rate\":0}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1569326551',`last_ok` ='1569326551' WHERE `alert_table_id` = '402739']
3186ROWS[1]
3187SQL RUNTIME[0.02336812s]
3188RRD /opt/observium/rrd/x.x.x.x/alert-402739.rrd already exists - no need to create.
3189
3190RRD CMD[update /opt/observium/rrd/x.x.x.x/alert-402739.rrd N:1:1]
3191RRD RUNTIME[0.0011s]
3192RRD STDOUT[]
3193RRD_STATUS[TRUE]
3194
3195
3196SQL[UPDATE `alert_table` set `state` ='{\"metrics\":{\"ifInOctets_perc\":6,\"ifOutOctets_perc\":9}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1569326551',`last_ok` ='1569326551' WHERE `alert_table_id` = '402756']
3197ROWS[1]
3198SQL RUNTIME[0.02265906s]
3199RRD /opt/observium/rrd/x.x.x.x/alert-402756.rrd already exists - no need to create.
3200
3201RRD CMD[update /opt/observium/rrd/x.x.x.x/alert-402756.rrd N:1:1]
3202RRD RUNTIME[0.0011s]
3203RRD STDOUT[OK u:0.00 s:0.00 r:1.45]
3204RRD_STATUS[TRUE]
3205
3206
3207SQL[UPDATE `alert_table` set `state` ='{\"metrics\":{\"ifInOctets_perc\":6,\"ifOutOctets_perc\":9}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1569326551',`last_ok` ='1569326551' WHERE `alert_table_id` = '402757']
3208ROWS[1]
3209SQL RUNTIME[0.03006101s]
3210RRD /opt/observium/rrd/x.x.x.x/alert-402757.rrd already exists - no need to create.
3211
3212RRD CMD[update /opt/observium/rrd/x.x.x.x/alert-402757.rrd N:1:1]
3213RRD RUNTIME[0.0012s]
3214RRD STDOUT[OK u:0.00 s:0.00 r:1.48
3215OK u:0.00 s:0.00 r:1.50]
3216RRD_STATUS[TRUE]
3217
3218
3219SQL[UPDATE `alert_table` set `state` ='{\"metrics\":{\"ifInOctets_rate\":7484271.8043478,\"ifOutOctets_rate\":10660296.695652},\"failed\":[{\"metric\":\"ifInOctets_rate\",\"condition\":\"gt\",\"value\":\"1\"},{\"metric\":\"ifOutOctets_rate\",\"condition\":\"gt\",\"value\":\"1\"}]}',`count` ='16',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1569326551',`last_failed` ='1569326551' WHERE `alert_table_id` = '403171']
3220ROWS[1]
3221SQL RUNTIME[0.02087998s]
3222RRD /opt/observium/rrd/x.x.x.x/alert-403171.rrd already exists - no need to create.
3223
3224RRD CMD[update /opt/observium/rrd/x.x.x.x/alert-403171.rrd N:0:0]
3225RRD RUNTIME[0.0011s]
3226RRD STDOUT[OK u:0.00 s:0.00 r:1.53]
3227RRD_STATUS[TRUE]
3228
3229MultiUpdate ports states DB.
3230
3231SQL[INSERT INTO `ports` (`port_id`,`ifIndex`,`device_id`,`poll_time`,`poll_period`,`ifInOctets`,`ifInOctets_rate`,`ifOutOctets`,`ifOutOctets_rate`,`ifInErrors`,`ifInErrors_rate`,`ifInErrors_delta`,`ifOutErrors`,`ifOutErrors_rate`,`ifOutErrors_delta`,`ifInUcastPkts`,`ifInUcastPkts_rate`,`ifOutUcastPkts`,`ifOutUcastPkts_rate`,`ifInNUcastPkts`,`ifInNUcastPkts_rate`,`ifOutNUcastPkts`,`ifOutNUcastPkts_rate`,`ifInBroadcastPkts`,`ifInBroadcastPkts_rate`,`ifOutBroadcastPkts`,`ifOutBroadcastPkts_rate`,`ifInMulticastPkts`,`ifInMulticastPkts_rate`,`ifOutMulticastPkts`,`ifOutMulticastPkts_rate`,`ifInDiscards`,`ifInDiscards_rate`,`ifOutDiscards`,`ifOutDiscards_rate`,`ifInOctets_perc`,`ifOutOctets_perc`,`ifOctets_rate`,`ifUcastPkts_rate`,`ifErrors_rate`,`ifDiscards_rate`) VALUES ('59939','1','1120','1569326550','92','20619','0','20619','0','0','0','0','0','0','0','218','0','218','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0'),('59940','2','1120','1569326550','92','7917674961706','7484271.8043478','11467566587456','10660296.695652','0','0','0','0','0','0','77458986603','72505.663043478','75508081699','70217.076086957','6625','0','0','0','0','0','0','0','6625','0','0','0','0','0','0','0','6','9','18144568.5','142722.73913043','0','0') ON DUPLICATE KEY UPDATE `port_id`=VALUES(`port_id`),`ifIndex`=VALUES(`ifIndex`),`device_id`=VALUES(`device_id`),`poll_time`=VALUES(`poll_time`),`poll_period`=VALUES(`poll_period`),`ifInOctets`=VALUES(`ifInOctets`),`ifInOctets_rate`=VALUES(`ifInOctets_rate`),`ifOutOctets`=VALUES(`ifOutOctets`),`ifOutOctets_rate`=VALUES(`ifOutOctets_rate`),`ifInErrors`=VALUES(`ifInErrors`),`ifInErrors_rate`=VALUES(`ifInErrors_rate`),`ifInErrors_delta`=VALUES(`ifInErrors_delta`),`ifOutErrors`=VALUES(`ifOutErrors`),`ifOutErrors_rate`=VALUES(`ifOutErrors_rate`),`ifOutErrors_delta`=VALUES(`ifOutErrors_delta`),`ifInUcastPkts`=VALUES(`ifInUcastPkts`),`ifInUcastPkts_rate`=VALUES(`ifInUcastPkts_rate`),`ifOutUcastPkts`=VALUES(`ifOutUcastPkts`),`ifOutUcastPkts_rate`=VALUES(`ifOutUcastPkts_rate`),`ifInNUcastPkts`=VALUES(`ifInNUcastPkts`),`ifInNUcastPkts_rate`=VALUES(`ifInNUcastPkts_rate`),`ifOutNUcastPkts`=VALUES(`ifOutNUcastPkts`),`ifOutNUcastPkts_rate`=VALUES(`ifOutNUcastPkts_rate`),`ifInBroadcastPkts`=VALUES(`ifInBroadcastPkts`),`ifInBroadcastPkts_rate`=VALUES(`ifInBroadcastPkts_rate`),`ifOutBroadcastPkts`=VALUES(`ifOutBroadcastPkts`),`ifOutBroadcastPkts_rate`=VALUES(`ifOutBroadcastPkts_rate`),`ifInMulticastPkts`=VALUES(`ifInMulticastPkts`),`ifInMulticastPkts_rate`=VALUES(`ifInMulticastPkts_rate`),`ifOutMulticastPkts`=VALUES(`ifOutMulticastPkts`),`ifOutMulticastPkts_rate`=VALUES(`ifOutMulticastPkts_rate`),`ifInDiscards`=VALUES(`ifInDiscards`),`ifInDiscards_rate`=VALUES(`ifInDiscards_rate`),`ifOutDiscards`=VALUES(`ifOutDiscards`),`ifOutDiscards_rate`=VALUES(`ifOutDiscards_rate`),`ifInOctets_perc`=VALUES(`ifInOctets_perc`),`ifOutOctets_perc`=VALUES(`ifOutOctets_perc`),`ifOctets_rate`=VALUES(`ifOctets_rate`),`ifUcastPkts_rate`=VALUES(`ifUcastPkts_rate`),`ifErrors_rate`=VALUES(`ifErrors_rate`),`ifDiscards_rate`=VALUES(`ifDiscards_rate`)]
3232ROWS[4]
3233SQL RUNTIME[0.02664995s]
3234Load class 'cli\Table' from '/opt/observium/libs/cli/Table.php': OK
3235Load class 'cli\Shell' from '/opt/observium/libs/cli/Shell.php': OK
3236Load class 'cli\table\Renderer' from '/opt/observium/libs/cli/table/Renderer.php': OK
3237Load class 'cli\table\Ascii' from '/opt/observium/libs/cli/table/Ascii.php': OK
3238Load class 'cli\Colors' from '/opt/observium/libs/cli/Colors.php': OK
3239Load class 'cli\Streams' from '/opt/observium/libs/cli/Streams.php': OK
3240+---------+--------+----------+-------+----------+----------+---------+----------+--------+---------+----+
3241| ifIndex | Label | Type | Speed | BPS In | BPS Out | Data In | Data Out | PPS In | PPS Out | HC |
3242+---------+--------+----------+-------+----------+----------+---------+----------+--------+---------+----+
3243| 1 | lo | Loopback | 1Gbps | 0bps | 0bps | 0B | 0B | 0 | 0 | Y |
3244| 2 | ens160 | Ethernet | 1Gbps | 59.8Mbps | 85.2Mbps | 656MB | 935MB | 72.5k | 70.2k | Y |
3245+---------+--------+----------+-------+----------+----------+---------+----------+--------+---------+----+
3246
3247
3248 o Module time 0.6451s
3249
3250##### x.x.x.x [1120] completed poller modules at 2019-09-24 15:02:31 #####
3251
3252 o Graphs [checked] availability, ping, ping_snmp, uptime, la, bits
3253 o Poller time 1.5691 seconds
3254Updating x.x.x.x -
3255
3256 > $update_array /opt/observium/includes/polling/functions.inc.php:481
3257array(
3258 [uptime] => int(1192321)
3259 [last_polled] => array(
3260 [0] => string(5) "NOW()"
3261 )
3262 [last_polled_timetaken] => double(1.5691)
3263)
3264
3265
3266SQL[UPDATE `devices` set `uptime` ='1192321',`last_polled` =NOW(),`last_polled_timetaken` ='1.5691' WHERE `device_id` = '1120']
3267ROWS[1]
3268SQL RUNTIME[0.01840711s]
3269 o Updated Data uptime, last_polled, last_polled_timetaken
3270
3271SQL[UPDATE `alert_table` set `state` ='{\"metrics\":{\"device_rebooted\":0}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1569326551',`last_ok` ='1569326551' WHERE `alert_table_id` = '402718']
3272ROWS[1]
3273SQL RUNTIME[0.02207804s]
3274RRD /opt/observium/rrd/x.x.x.x/alert-402718.rrd already exists - no need to create.
3275
3276RRD CMD[update /opt/observium/rrd/x.x.x.x/alert-402718.rrd N:1:1]
3277RRD RUNTIME[0.0011s]
3278RRD STDOUT[OK u:0.00 s:0.00 r:1.61]
3279RRD_STATUS[TRUE]
3280
3281
3282SQL[UPDATE `alert_table` set `state` ='{\"metrics\":{\"device_status\":\"1\"}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1569326551',`last_ok` ='1569326551' WHERE `alert_table_id` = '402719']
3283ROWS[1]
3284SQL RUNTIME[0.03662992s]
3285RRD /opt/observium/rrd/x.x.x.x/alert-402719.rrd already exists - no need to create.
3286
3287RRD CMD[update /opt/observium/rrd/x.x.x.x/alert-402719.rrd N:1:1]
3288RRD RUNTIME[0.0011s]
3289RRD STDOUT[OK u:0.00 s:0.00 r:1.64]
3290RRD_STATUS[TRUE]
3291
3292
3293SQL[UPDATE `alert_table` set `state` ='{\"metrics\":{\"device_status\":\"1\"}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1569326551',`last_ok` ='1569326551' WHERE `alert_table_id` = '402720']
3294ROWS[1]
3295SQL RUNTIME[0.02528310s]
3296RRD /opt/observium/rrd/x.x.x.x/alert-402720.rrd already exists - no need to create.
3297
3298RRD CMD[update /opt/observium/rrd/x.x.x.x/alert-402720.rrd N:1:1]
3299RRD RUNTIME[0.0011s]
3300RRD STDOUT[OK u:0.00 s:0.00 r:1.67]
3301RRD_STATUS[TRUE]
3302
3303
3304
3305SQL[DELETE FROM `observium_processes` WHERE `process_pid` = '17305' AND `process_name` = 'poller.php' AND `device_id` = '1120']
3306ROWS[1]
3307SQL RUNTIME[0.02468991s]
3308./poller.php: x.x.x.x - 1 devices polled in 1.780 secs
3309##### Completed polling run at 2019-09-24 15:02:31 #####
3310
3311
3312
3313 > $db_stats /opt/observium/poller.php:219
3314array(
3315 [insert] => int(1)
3316 [insert_sec] => double(0.02210999)
3317 [update] => int(21)
3318 [update_sec] => double(0.3044522)
3319 [delete] => int(1)
3320 [delete_sec] => double(0.02485704)
3321 [fetchcell] => int(7)
3322 [fetchcell_sec] => double(0.00199294090271)
3323 [fetchrow] => int(23)
3324 [fetchrow_sec] => double(0.016133785247803)
3325 [fetchrows] => int(15)
3326 [fetchrows_sec] => double(0.014479160308838)
3327 [fetchcol] => int(1)
3328 [fetchcol_sec] => double(0.00032282)
3329 [total] => int(69)
3330 [total_sec] => double(0.38434793645935)
3331)
3332NOTE, $config['snmp']['hide_auth'] is set to TRUE, snmp community and snmp v3 auth hidden from debug output.
3333 o Devices Polled 1
3334 o Poller Time 1.780 secs
3335 o Memory usage 14MB (peak: 14MB)
3336 o MySQL Usage Insert[1/0.022s] Update[21/0.304s] Delete[1/0.025s] Cell[7/0.002s] Row[23/0.016s] Rows[15/0.014s] Col[1/0s] (0.384s
3337 21.593%)
3338 o RRDTool Usage update[17/0.019s] (0.019s 1.048%)
3339 o SNMP Usage snmpget[18/0.771s] errors[/0s] snmpwalk[8/0.432s] (1.203s 67.558%)
3340RRD PIPE CLOSE[TRUE]
3341
3342
3343
3344 > $snmp_stats /opt/observium/poller.php:303
3345array(
3346 [snmpget] => array(
3347 [count] => int(18)
3348 [time] => double(0.77087998390198)
3349 )
3350 [errors] => array(
3351 [snmpget] => array(
3352 [count] => int(6)
3353 [time] => double(0.27415204048157)
3354 )
3355 [snmpwalk] => array(
3356 [count] => int(3)
3357 [time] => double(0.14531373977661)
3358 )
3359 )
3360 [snmpwalk] => array(
3361 [count] => int(8)
3362 [time] => double(0.43164420127869)
3363 )
3364)