Source
ROW |93919 |45129 |2 |10 | |0 | |
ROW |93920 |45130 |1 |12 |$.temp_files |0 | |
ROW |93921 |45130 |2 |10 | |0 | |
ROW |93922 |45131 |1 |12 |$.tup_deleted |0 | |
ROW |93923 |45131 |2 |10 | |0 | |
ROW |93924 |45132 |1 |12 |$.tup_fetched |0 | |
ROW |93925 |45132 |2 |10 | |0 | |
ROW |93926 |45133 |1 |12 |$.tup_inserted |0 | |
ROW |93927 |45133 |2 |10 | |0 | |
ROW |93928 |45134 |1 |12 |$.tup_returned |0 | |
ROW |93929 |45134 |2 |10 | |0 | |
ROW |93930 |45135 |1 |12 |$.tup_updated |0 | |
ROW |93931 |45135 |2 |10 | |0 | |
ROW |93932 |45136 |1 |12 |$.xact_commit |0 | |
ROW |93933 |45136 |2 |10 | |0 | |
ROW |93934 |45137 |1 |12 |$.tx_time_sum |0 | |
ROW |93935 |45138 |1 |12 |$.flush_lag |0 | |
ROW |93936 |45139 |1 |12 |$.replay_lag |0 | |
ROW |93937 |45140 |1 |12 |$.write_lag |0 | |
ROW |93938 |45146 |1 |12 |$.error |0 | |
ROW |93939 |45146 |2 |20 |1h |0 | |
ROW |93940 |45147 |1 |21 |try {&bsn;&tab;var creds = JSON.parse(value);&bsn;}&bsn;catch (error) {&bsn;&tab;throw 'Failed to parse authentication data from input value.';&bsn;}&bsn;&bsn;var request = new HttpRequest(),&bsn;&tab;devices = [],&bsn;&tab;error_msg = "",&bsn;&tab;url = "{$SDWAN.API.URL}",&bsn;&tab;http_proxy = "{$SDWAN.HTTP_PROXY}";&bsn;&bsn;function getHttpData(url, token, cookie) {&bsn;&tab;request.addHeader('Cookie: ' + cookie);&bsn;&tab;request.addHeader('X-XSRF-TOKEN: ' + token);&bsn;&tab;response = request.get(url);&bsn;&tab;Zabbix.log(4, '[ SD-WAN API ] [ ' + url + ' ] Received response with status code ' + request.getStatus() + ': ' + response);&bsn;&bsn;&tab;if (request.getStatus() !== 200) {&bsn;&tab;&tab;throw 'Failed to receive data: invalid response status code.';&bsn;&tab;}&bsn;&bsn;&tab;if (response !== null) {&bsn;&tab;&tab;try {&bsn;&tab;&tab;&tab;response = JSON.parse(response);&bsn;&tab;&tab;}&bsn;&tab;&tab;catch (error) {&bsn;&tab;&tab;&tab;throw 'Failed to parse response received from SD-WAN API. Check debug log for more information.';&bsn;&tab;&tab;}&bsn;&tab;}&bsn;&bsn;&tab;if (typeof response !== 'object' &pipe;&pipe; response === null) {&bsn;&tab;&tab;throw 'Cannot process response data: received data is not an object.';&bsn;&tab;}&bsn;&bsn;&tab;return response;&bsn;};&bsn;&bsn;try {&bsn;&bsn;&tab;['token', 'cookie'].forEach(function (field) {&bsn;&tab;&tab;if (creds[field] === null &pipe;&pipe; creds[field] == "" &pipe;&pipe; typeof creds[field] === 'undefined') {&bsn;&tab;&tab;&tab;throw 'Unexpected token value has been received'&bsn;&tab;&tab;&tab;+ ((typeof creds.error !== 'undefined' && creds.error != "") ? ': ' + creds.error : '');&bsn;&tab;&tab;}&bsn;&tab;});&bsn;&bsn;&tab;if (url === '{' + '$SDWAN.API.URL}') {&bsn;&tab;&tab;throw 'Please change {' + '$SDWAN.API.URL} macro to the proper value.';&bsn;&tab;}&bsn;&bsn;&tab;if (url.indexOf('http://') === -1 && url.indexOf('https://') === -1) {&bsn;&tab;&tab;url = 'https://' + url;&bsn;&tab;}&bsn;&bsn;&tab;if (!url.endsWith('/')) {&bsn;&tab;&tab;url += '/';&bsn;&tab;}&bsn;&bsn;&tab;if (http_proxy !== '{' + '$SDWAN.HTTP_PROXY}' && http_proxy !== '') {&bsn;&tab;&tab;request.setProxy(http_proxy);&bsn;&tab;}&bsn;&bsn;&tab;devices = getHttpData(&bsn;&tab;&tab;url + 'dataservice/device',&bsn;&tab;&tab;creds.token,&bsn;&tab;&tab;creds.cookie&bsn;&tab;);&bsn;&bsn;&tab;if (Array.isArray(devices.data)) {&bsn;&tab;&tab;devices = devices.data;&bsn;&tab;}&bsn;&tab;else {&bsn;&tab;&tab;throw 'Failed to parse response received from SD-WAN API. Check debug log for more information.';&bsn;&tab;}&bsn;&bsn;} catch (err) {&bsn;&tab;error_msg = err;&bsn;};&bsn;&bsn;return JSON.stringify({&bsn;&tab;'devices': devices.map(function (device) {&bsn;&tab;&tab;obj = {&bsn;&tab;&tab;&tab;'name': device['host-name'],&bsn;&tab;&tab;&tab;'token': creds.token,&bsn;&tab;&tab;&tab;'cookie': creds.cookie,&bsn;&tab;&tab;&tab;'id': device['deviceId'],&bsn;&tab;&tab;&tab;'uuid': device['uuid'],&bsn;&tab;&tab;&tab;'type': device['device-type'],&bsn;&tab;&tab;&tab;'model': device['device-model'],&bsn;&tab;&tab;&tab;'ip': device['system-ip'],&bsn;&tab;&tab;&tab;'int_ip': device['local-system-ip'],&bsn;&tab;&tab;&tab;'cert_valid': device['certificate-validity']&bsn;&tab;&tab;};&bsn;&bsn;&tab;&tab;return obj;&bsn;&tab;}),&bsn;&tab;'error': error_msg.toString()&bsn;});|0 | |
ROW |93941 |45148 |1 |12 |$["device-model"] |0 | |
ROW |93942 |45149 |1 |12 |$.error |0 | |
ROW |93943 |45149 |2 |20 |1h |0 | |
ROW |93944 |45150 |1 |12 |$.error |0 | |
ROW |93945 |45150 |2 |20 |1h |0 | |
ROW |93946 |45151 |1 |12 |$.version |0 | |
ROW |93947 |45151 |2 |20 |12h |0 | |
ROW |93948 |45152 |1 |12 |$["uptime-date"] |0 | |
ROW |93949 |45152 |2 |21 |return (Math.floor(Date.now()/1000)-Math.floor(Number(value)/1000)); |0 | |
ROW |93950 |45153 |1 |12 |$.state_description |0 | |
ROW |93951 |45153 |2 |20 |1h |0 | |
ROW |93952 |45154 |1 |12 |$.state |0 | |
ROW |93953 |45154 |2 |21 |const idx = [&bsn;&tab;'green',&bsn;&tab;'yellow',&bsn;&tab;'red'&bsn;].indexOf(value);&bsn;return idx !== -1 ? idx : 10; |0 | |
ROW |93954 |45155 |1 |12 |$["board-serial"] |0 | |
ROW |93955 |45156 |1 |12 |$.device_role |2 |-1 |
ROW |93956 |45157 |1 |12 |$.reachability |0 | |
ROW |93957 |45157 |2 |21 |const idx = [&bsn;&tab;'reachable',&bsn;&tab;'unreachable',&bsn;&tab;'auth-failed',&bsn;&tab;'staging'&bsn;].indexOf(value);&bsn;return idx !== -1 ? idx : 10; |0 | |
ROW |93958 |45158 |1 |12 |$.procs |0 | |
ROW |93959 |45159 |1 |12 |$["device-os"] |0 | |
ROW |93960 |45159 |2 |20 |1d |0 | |
ROW |93961 |45160 |1 |12 |$.platform |0 | |
ROW |93962 |45160 |2 |20 |1d |0 | |
ROW |93963 |45161 |1 |12 |$["certificate-validity"] |2 |Unknown |
ROW |93964 |45161 |2 |21 |const idx = [&bsn;&tab;'Valid',&bsn;&tab;'Invalid',&bsn;].indexOf(value);&bsn;return idx !== -1 ? idx : 10; |0 | |
ROW |93965 |45162 |1 |12 |$.cpu_idle |0 | |
ROW |93966 |45163 |1 |12 |$.controlConnections |2 |0 |
ROW |93967 |45163 |2 |14 |^[0-9]+$ |2 |0 |
ROW |93968 |45164 |1 |12 |$.min1_avg |0 | |
ROW |93969 |45165 |1 |12 |$.min5_avg |0 | |
ROW |93970 |45166 |1 |12 |$.min15_avg |0 | |
ROW |93971 |45167 |1 |12 |$.total_cpu_count |0 | |
ROW |93972 |45168 |1 |12 |$.cpu_system |0 | |
ROW |93973 |45169 |1 |12 |$.mem_used |0 | |
ROW |93974 |45170 |1 |12 |$.cpu_user |0 | |
ROW |93975 |45171 |1 |12 |$["host-name"] |0 | |
ROW |93976 |45171 |2 |20 |12h |0 | |
ROW |93977 |45172 |1 |12 |$.mem_free |0 | |
ROW |93978 |45173 |1 |12 |$.mem_buffers |0 | |
ROW |93979 |45174 |1 |12 |$.mem_cached |0 | |
ROW |93980 |45175 |1 |12 |$.mem_total |0 | |
ROW |93981 |45176 |1 |12 |$.error |0 | |
ROW |93982 |45176 |2 |20 |1h |0 | |
ROW |93983 |45177 |1 |12 |$.error |0 | |
ROW |93984 |45177 |2 |20 |1h |0 | |
ROW |93985 |45178 |1 |12 |$.devices[?(@.cert_valid != "Valid")].length() |0 | |
ROW |93986 |45179 |1 |12 |$.devices.length() |0 | |
ROW |93987 |45179 |2 |20 |1h |0 | |
ROW |93988 |45180 |1 |12 |$.devices[?(@.type == "vbond")].length() |0 | |
ROW |93989 |45180 |2 |20 |1h |0 | |
ROW |93990 |45181 |1 |12 |$.devices[?(@.type == "vedge")].length() |0 | |
ROW |93991 |45181 |2 |20 |1h |0 | |
ROW |93992 |45182 |1 |12 |$.devices[?(@.type == "vmanage")].length() |0 | |
ROW |93993 |45182 |2 |20 |1h |0 | |
ROW |93994 |45183 |1 |12 |$.devices[?(@.type == "vsmart")].length() |0 | |
ROW |93995 |45183 |2 |20 |1h |0 | |
ROW |93996 |45184 |1 |21 |return (100 - value); |0 | |
ROW |93997 |45185 |1 |12 |$.devices |0 | |
ROW |93998 |45186 |1 |21 |var input = JSON.parse(value),&bsn; output = [];&bsn;&bsn;Object.keys(input).sort().forEach(function (key) {&bsn; if (key.match(/(disk[-_]mount)/g)) {&bsn; output.push(&bsn; {&bsn; 'mount': input[key],&bsn; 'key': key.replace(/[-_]mount/, '')&bsn; }&bsn; );&bsn; }&bsn;});&bsn;&bsn;return JSON.stringify(output); |0 | |
ROW |93999 |45186 |2 |20 |3h |0 | |
ROW |94000 |45187 |1 |21 |var input = JSON.parse(value),&bsn; output = [];&bsn;&bsn;input.data.forEach(function (if_item) {&bsn; var desc = (typeof if_item['desc'] !== 'undefined')&bsn; ? if_item['desc']&bsn; : ((typeof if_item['description'] !== 'undefined') ? if_item['description'] : '');&bsn; output.push(&bsn; {&bsn; 'key': if_item['vdevice-dataKey'],&bsn; 'ifindex': if_item['ifindex'],&bsn; 'name': if_item['ifname'],&bsn; 'description': (desc != 'None') ? desc : ''&bsn; }&bsn; );&bsn;});&bsn;&bsn;return JSON.stringify(output); |0 | |
ROW |94001 |45187 |2 |20 |3h |0 | |
ROW |94002 |45188 |1 |12 |$.data |2 |[] |
ROW |94003 |45189 |1 |21 |var input = JSON.parse(value),&bsn;&tab;output = {};&bsn;&bsn;Object.keys(input).sort().forEach(function (key) {&bsn;&tab;var re = new RegExp("^{#FSKEY}[-_]");&bsn;&tab;if (key.match(re)) {&bsn;&tab;&tab;output[key.replace(re, '')] = input[key];&bsn;&tab;}&bsn;});&bsn;&bsn;return JSON.stringify(output); |0 | |
ROW |94004 |45190 |1 |12 |$.data[?(@["vdevice-dataKey"] == "{#IFKEY}")].first() |1 | |
ROW |94005 |45191 |1 |12 |$.data[?(@.local_color == "{#LOCAL}" && @.remote_color == "{#REMOTE}")].first() |1 | |
ROW |94006 |45191 |2 |20 |3h |0 | |
ROW |94007 |45192 |1 |12 |$.avail |0 | |
ROW |94008 |45192 |2 |21 |const sizes = ['K', 'M', 'G', 'T', 'P', 'E', 'Z', 'Y'];&bsn;var multiplier = sizes.indexOf(value.slice(-1));&bsn;if (multiplier === -1) {&bsn;&tab;return value;&bsn;}&bsn;return Number(value.slice(0, -1)) * 1024 * multiplier; |0 | |
ROW |94009 |45193 |1 |12 |$.use |0 | |