From 30a5701544252d2938a713a4bdfe5733f49d0365 Mon Sep 17 00:00:00 2001 From: taoqf Date: Tue, 17 Mar 2020 15:58:05 +0800 Subject: [PATCH] :bug: issue #35 --- src/nodes/html.ts | 15 +- test/html.js | 7 + test/html/tables.html | 44499 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 44517 insertions(+), 4 deletions(-) create mode 100644 test/html/tables.html diff --git a/src/nodes/html.ts b/src/nodes/html.ts index adab4dc..2d5209d 100644 --- a/src/nodes/html.ts +++ b/src/nodes/html.ts @@ -286,11 +286,16 @@ export default class HTMLElement extends Node { } matcher = new Matcher(selector); } - const stack = [] as { 0: Node; 1: 0 | 1; 2: boolean }[]; + interface IStack { + 0: Node; // node + 1: number; // children + 2: boolean; // found flag + } + const stack = [] as IStack[]; return this.childNodes.reduce((res, cur) => { stack.push([cur, 0, false]); while (stack.length) { - const state = arr_back(stack); + const state = arr_back(stack); // get last element const el = state[0]; if (state[1] === 0) { // Seen for first time. @@ -298,10 +303,12 @@ export default class HTMLElement extends Node { stack.pop(); continue; } - state[2] = matcher.advance(el as HTMLElement); + const html_el = el as HTMLElement; + state[2] = matcher.advance(html_el); if (state[2]) { if (matcher.matched) { - res.push(el as HTMLElement); + res.push(html_el); + res.push(...(html_el.querySelectorAll(selector))); // no need to go further. matcher.rewind(); stack.pop(); diff --git a/test/html.js b/test/html.js index 4213d10..b008a98 100644 --- a/test/html.js +++ b/test/html.js @@ -207,6 +207,13 @@ describe('HTML Parser', function () { const root = parseHTML(fs.readFileSync(__dirname + '/html/incomplete-script').toString()); }); + it('should parse talble currect', function () { + const root = parseHTML(fs.readFileSync(__dirname + '/html/tables.html').toString(), { + script: true + }); + const tables = root.querySelectorAll('table'); + tables.length.should.eql(3176); + }); }); describe('parseWithValidation', function () { diff --git a/test/html/tables.html b/test/html/tables.html new file mode 100644 index 0000000..e0520fc --- /dev/null +++ b/test/html/tables.html @@ -0,0 +1,44499 @@ + + + + + + + + Current Network Status + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
Current Network Status
+ Last Updated: Tue Mar 17 01:03:27 CDT 2020
+ Updated every 90 seconds
+ Nagios® Core™ 4.4.5 - www.nagios.org
+ Logged in as nagiosadmin
+
+ + + + + + + +
+
Host Status Totals
+ + + + + + + + + +
+ + + + + + + + + + + + + + + +
Up + Down + Unreachable + Pending +
51206
+
+ + + + + + + + + + + +
All + ProblemsAll + Types
259
+
+ +
+
Service Status Totals
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + +
Ok + Warning + Unknown + Critical + Pending +
77110051247
+
+ + + + + + + + + + + +
All + ProblemsAll + Types
2291007
+
+ +
+
+ + + + + + + + +
+ +
Service Status Details For All Hosts
+
+
+
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Host Sort by host name (ascending)Sort by host name (descending)Service Sort by service name (ascending)Sort by service name (descending)Status Sort by service status (ascending)Sort by service status (descending) + Last Check Sort by last check time (ascending)Sort by last check time (descending) + Duration Sort by state duration (ascending)Sort by state duration time (descending)Attempt Sort by current attempt (ascending)Sort by current attempt (descending) + Status Information
+ + + + + + + +
+ + + + + + +
Log-Server.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24389d 8h 25m 43s1/1DISK OK - free space: / 23223 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:5591d 11h 14m 13s1/1OK: 21 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 25m 42s1/1httpd (pid 15256) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35165d 10h 51m 32s1/1OK: 27 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55389d 8h 27m 13s1/1CPU STATISTICS OK: user=8.29% system=4.32% iowait=0.10% + idle=87.29% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55389d 8h 25m 43s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55224d 11h 35m 32s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44466d 9h 19m 52s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 27m 51s1/1OK - load average: 0.77, 0.77, 0.69 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24389d 8h 29m 3s1/1OK - 1436 / 2005 MB (71%) Free Memory, Used: 1636 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1067 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 28m 31s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44389d 8h 26m 42s1/1mysqld (pid 1497) is running... 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 26m 24s1/1OK: 1984 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24613d 10h 0m 23s1/1OK - localhost: rta 0.051ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:3591d 11h 8m 32s1/1OK: 7 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:5591d 11h 0m 14s1/1OK: 35 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:24389d 8h 28m 51s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55389d 8h 25m 43s1/1SWAP OK - 98% free (1961 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24382d 15h 59m 53s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:34382d 15h 58m 53s1/1PROCS WARNING: 190 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34613d 10h 3m 41s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:55 0d 0h 0m 32s1/1WARNING: 7 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-13-2015 21:32:151708d 3h 34m 12s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
Log-Server2.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 26m 14s1/1DISK OK - free space: / 22162 MB (61.90% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:5591d 10h 56m 33s1/1OK: 59 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24389d 8h 25m 43s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:3491d 10h 52m 52s1/1OK: 53 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 28m 51s1/1CPU STATISTICS OK: user=10.40% system=4.02% iowait=0.00% + idle=85.58% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13389d 8h 29m 2s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44284d 12h 35m 53s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12731d 8h 36m 44s1/1OK: 4 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55389d 8h 26m 14s1/1OK - load average: 0.34, 0.72, 0.73 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34389d 8h 29m 2s1/1OK - 1435 / 2005 MB (71%) Free Memory, Used: 1637 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1067 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24165d 10h 38m 51s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24389d 8h 29m 2s1/1mysqld (pid 1497) is running... 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34389d 8h 26m 52s1/1OK: 1920 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:131463d 12h 43m 15s1/1OK - localhost: rta 0.080ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55165d 10h 38m 4s1/1OK: 4 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:1391d 11h 13m 14s1/1OK: 45 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55382d 15h 59m 13s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12389d 8h 26m 24s1/1SWAP OK - 98% free (1961 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 27m 51s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:01:55389d 8h 28m 12s1/1PROCS WARNING: 202 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23613d 10h 2m 20s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:3491d 11h 4m 32s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-13-2015 23:04:121708d 3h 33m 0s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
NOAA
+
+ + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Auroral + Activity
+
+ + + + + +
+
+
OK12-16-2019 13:12:252512d 15h 41m 23s1/3Aurora OK: Activity level is 
+ + + + + + + +
+ + + + + + +
Weather + Carteret North Carolina
+
+ + + + + +
+
+
CRITICAL12-16-2019 13:02:381060d 9h 16m 0s3/3(No output on stdout) stderr: + execvp(/usr/local/nagios/libexec/check_cap, ...) failed. errno is 2: No such file or directory  +
+ + + + + + + +
+ + + + + + +
Weather + King Washington
+
+ + + + + +
+
+
CRITICAL12-16-2019 13:02:481060d 9h 15m 45s3/3(No output on stdout) stderr: + execvp(/usr/local/nagios/libexec/check_cap, ...) failed. errno is 2: No such file or directory  +
+ + + + + + + +
+ + + + + + +
Weather + Ramsey Minnesota
+
+ + + + + +
+
+
CRITICAL12-16-2019 13:02:581060d 9h 15m 28s3/3(No output on stdout) stderr: + execvp(/usr/local/nagios/libexec/check_cap, ...) failed. errno is 2: No such file or directory  +
+ + + + + + + +
+ + + + + + +
Weather + San Bernardino California
+
+ + + + + +
+
+
CRITICAL12-16-2019 13:03:061060d 9h 15m 17s3/3(No output on stdout) stderr: + execvp(/usr/local/nagios/libexec/check_cap, ...) failed. errno is 2: No such file or directory  +
+ + + + + + + +
+ + + + + + +
Weather + Strafford New Hampshire
+
+ + + + + +
+
+
CRITICAL12-16-2019 13:03:151060d 9h 15m 14s3/3(No output on stdout) stderr: + execvp(/usr/local/nagios/libexec/check_cap, ...) failed. errno is 2: No such file or directory  +
+ + + + + + + +
+ + + + + + +
Weather + Tulsa Oklahoma
+
+ + + + + +
+
+
CRITICAL12-16-2019 13:11:501060d 7h 54m 38s3/3(No output on stdout) stderr: + execvp(/usr/local/nagios/libexec/check_cap, ...) failed. errno is 2: No such file or directory  +
+ + + + + + + +
+ + + + + + +
Network-Analyzer.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55389d 8h 26m 14s1/1DISK OK - free space: / 23224 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:5591d 10h 55m 32s1/1OK: 30 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24389d 8h 25m 43s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:02:34 0d 0h 0m 53s1/1CRITICAL: 92 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 28m 51s1/1CPU STATISTICS OK: user=12.58% system=4.53% iowait=0.10% + idle=82.79% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 25m 42s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35382d 15h 30m 53s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55613d 9h 55m 31s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12389d 8h 28m 12s1/1OK - load average: 0.68, 0.91, 0.77 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 27m 51s1/1OK - 1434 / 2005 MB (71%) Free Memory, Used: 1640 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1069 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55521d 9h 6m 4s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55389d 8h 28m 2s1/1mysqld (pid 1497) is running... 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 27m 51s1/1OK: 1952 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:351708d 3h 29m 13s1/1OK - localhost: rta 0.044ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:5591d 11h 6m 14s1/1OK: 6 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:55 0d 0h 0m 32s1/1WARNING: 53 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 26m 52s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 27m 51s1/1SWAP OK - 98% free (1961 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44382d 15h 59m 24s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:23389d 8h 26m 24s1/1PROCS WARNING: 190 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34613d 10h 3m 51s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:3491d 11h 0m 52s1/1OK: 4 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-13-2015 23:04:441708d 2h 48m 32s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
Network-Analyzer2.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24389d 8h 26m 24s1/1DISK OK - free space: / 23224 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:5591d 11h 9m 52s1/1OK: 74 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34382d 15h 59m 53s1/1httpd (pid 15256) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55165d 10h 37m 53s1/1OK: 53 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 27m 51s1/1CPU STATISTICS OK: user=8.89% system=4.22% iowait=0.05% + idle=86.83% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24389d 8h 28m 51s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54521d 9h 6m 34s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:2391d 11h 1m 32s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13389d 8h 29m 2s1/1OK - load average: 0.46, 0.83, 0.77 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 26m 24s1/1OK - 1432 / 2005 MB (71%) Free Memory, Used: 1681 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1108 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34731d 8h 29m 30s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 25m 42s1/1mysqld (pid 1497) is running... 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23382d 15h 58m 42s1/1OK: 1952 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:351708d 1h 53m 43s1/1OK - localhost: rta 0.076ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23152d 17h 58m 32s1/1OK: 1 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23152d 17h 46m 3s1/1OK: 12 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 27m 24s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34389d 8h 28m 12s1/1SWAP OK - 98% free (1961 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13389d 8h 29m 2s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:09:44389d 8h 27m 24s1/1PROCS WARNING: 190 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24613d 10h 3m 31s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:5591d 10h 55m 32s1/1OK: 2 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-13-2015 21:28:001708d 3h 35m 27s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
centos-switch.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23152d 18h 0m 15s1/1OK: 59 MB/s reported 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23165d 10h 50m 14s1/1OK - 192.168.5.90: rta 2.853ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 1 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13731d 8h 17m 29s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 1 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK10-03-2019 14:16:46731d 8h 32m 14s1/1OK: Interface Vlan1 (index 1) is up. 
+ + + + + + + +
+ + + + + + +
Port + 10 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:551708d 2h 35m 43s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 10 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:37:471708d 2h 58m 32s1/1CRITICAL: Interface Port: 10 Gigabit - Level (index 10) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 11 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:241708d 3h 32m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 11 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:40:25731d 8h 27m 4s1/1CRITICAL: Interface Port: 11 Gigabit - Level (index 11) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 12 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:121708d 3h 14m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 12 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:03:36249d 7h 59m 51s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 13 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:551708d 2h 50m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 13 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 14:59:25731d 8h 21m 42s1/1CRITICAL: Interface Port: 13 Gigabit - Level (index 13) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 14 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:551708d 2h 50m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 14 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:02:14613d 10h 1m 13s1/1CRITICAL: Interface Port: 14 Gigabit - Level (index 14) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 15 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:231623d 16h 23m 1s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 15 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:04:46613d 9h 58m 41s1/1CRITICAL: Interface Port: 15 Gigabit - Level (index 15) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 16 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 16 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:22:35349d 13h 40m 52s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 17 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551708d 3h 28m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 17 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:24:45349d 13h 38m 42s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 18 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:24623d 13h 13m 23s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 18 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-13-2015 22:58:231708d 2h 49m 25s1/1CRITICAL: Interface Port: 18 Gigabit - Level (index 18) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 19 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:241708d 2h 50m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 19 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:31:13731d 8h 33m 14s1/1CRITICAL: Interface Port: 19 Gigabit - Level (index 19) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 2 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:541708d 3h 54m 2s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 2 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:33:57731d 8h 32m 31s1/1CRITICAL: Interface Port: 2 Gigabit - Level (index 2) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 20 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:121708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 20 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:32:46731d 8h 30m 41s1/1OK: Interface Port: 20 Gigabit - Level (index 20) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 21 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:131708d 3h 0m 33s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 21 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:35:141708d 2h 3m 43s1/1OK: Interface Port: 21 Gigabit - Level (index 21) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551708d 2h 35m 43s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 22 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:02:34249d 8h 0m 53s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 23 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24424d 9h 36m 31s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 23 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:05:03249d 7h 58m 24s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 24 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:241463d 11h 40m 6s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 24 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:01:061708d 3h 2m 28s1/1OK: Interface Port: 24 Gigabit - Level (index 24) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 25 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:341708d 2h 23m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 25 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:03:141708d 2h 59m 14s1/1OK: Interface CPU Interface : 1 (index 25) is up. 
+ + + + + + + +
+ + + + + + +
Port + 3 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:241708d 3h 53m 52s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 3 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:06:161708d 3h 50m 0s1/1OK: Interface Port: 3 Gigabit - Level (index 3) is up. 
+ + + + + + + +
+ + + + + + +
Port + 4 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 2h 58m 32s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 4 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:23:34613d 9h 54m 42s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 5 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:121708d 3h 37m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 5 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:04:231708d 3h 37m 49s1/1OK: Interface Port: 5 Gigabit - Level (index 5) is up. 
+ + + + + + + +
+ + + + + + +
Port + 6 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:351708d 2h 57m 3s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 6 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL01-03-2017 11:03:491708d 2h 32m 31s1/1CRITICAL: Interface Port: 6 Gigabit - Level (index 6) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 7 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:24521d 9h 9m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 7 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:32:46731d 8h 32m 42s1/1CRITICAL: Interface Port: 7 Gigabit - Level (index 7) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 8 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341708d 3h 22m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 8 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:35:14731d 8h 32m 14s1/1CRITICAL: Interface Port: 8 Gigabit - Level (index 8) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 9 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:241708d 3h 53m 52s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 9 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:33:571708d 2h 57m 29s1/1OK: Interface Port: 9 Gigabit - Level (index 9) is up. 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:3491d 10h 53m 3s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
centos1.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34382d 16h 1m 24s1/1DISK OK - free space: / 23224 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:5491d 10h 53m 33s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:24389d 8h 29m 2s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:2391d 10h 55m 3s1/1OK: 71 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 26m 24s1/1CPU STATISTICS OK: user=11.46% system=5.48% iowait=0.10% + idle=82.96% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 28m 12s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24165d 10h 38m 4s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24859d 8h 31m 52s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12389d 8h 28m 12s1/1OK - load average: 0.63, 0.89, 0.77 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 26m 42s1/1OK - 1435 / 2005 MB (71%) Free Memory, Used: 1638 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1068 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:1391d 11h 4m 14s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24389d 8h 28m 51s1/1mysqld (pid 1497) is running... 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 28m 31s1/1OK: 1952 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 0m 43s1/1OK - 127.0.0.1: rta 0.045ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55284d 12h 34m 3s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:5591d 11h 13m 14s1/1OK: 32 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35389d 8h 28m 51s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail + Mail Transfer Agent
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 27m 24s1/1master (pid 1633) is running... 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 28m 2s1/1SWAP OK - 98% free (1965 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55389d 8h 29m 33s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:55389d 8h 28m 12s1/1PROCS WARNING: 190 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:23613d 10h 2m 22s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55 0d 0h 0m 32s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:40:251708d 3h 32m 12s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
centos2.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 29m 2s1/1DISK OK - free space: / 22168 MB (61.91% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55382d 15h 21m 52s1/1OK: 12 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34389d 8h 29m 2s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:2391d 11h 15m 3s1/1OK: 71 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13382d 15h 58m 23s1/1CPU STATISTICS OK: user=10.70% system=3.52% iowait=0.05% + idle=85.73% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55382d 15h 59m 42s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:5591d 11h 7m 32s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23249d 7h 59m 51s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13389d 8h 26m 24s1/1OK - load average: 0.91, 0.97, 0.79 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12389d 8h 28m 2s1/1OK - 1437 / 2005 MB (71%) Free Memory, Used: 1636 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1068 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:03:12 0d 0h 0m 15s1/1WARNING: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 28m 51s1/1mysqld (pid 1497) is running... 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55382d 15h 58m 42s1/1OK: 2144 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:551708d 3h 46m 49s1/1OK - 127.0.0.1: rta 0.046ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:5591d 11h 12m 3s1/1OK: 5 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:11:3491d 10h 51m 53s1/1WARNING: 60 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24389d 8h 26m 52s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail + Mail Transfer Agent
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34389d 8h 25m 43s1/1master (pid 1633) is running... 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 27m 13s1/1SWAP OK - 98% free (1965 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 26m 52s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:10:13389d 8h 26m 52s1/1PROCS WARNING: 199 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 2h 51m 31s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55152d 17h 46m 53s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:41:561708d 3h 1m 53s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
centos3.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13389d 8h 28m 31s1/1DISK OK - free space: / 23223 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:1291d 10h 55m 14s1/1OK: 12 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35389d 8h 26m 42s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:55 0d 0h 0m 32s1/1WARNING: 81 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55389d 8h 26m 14s1/1CPU STATISTICS OK: user=10.35% system=3.82% iowait=0.15% + idle=85.69% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24389d 8h 27m 24s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55382d 15h 59m 24s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:5591d 11h 0m 32s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12389d 8h 29m 2s1/1OK - load average: 0.68, 0.91, 0.77 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35382d 15h 58m 42s1/1OK - 1436 / 2005 MB (71%) Free Memory, Used: 1637 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1068 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23382d 15h 42m 52s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55382d 15h 59m 42s1/1mysqld (pid 1497) is running... 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 26m 42s1/1OK: 1984 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:551463d 12h 47m 55s1/1OK - 127.0.0.1: rta 0.043ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:23284d 12h 35m 32s1/1OK: 7 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:1291d 11h 7m 53s1/1OK: 45 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 25m 43s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail + Mail Transfer Agent
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 28m 51s1/1master (pid 1633) is running... 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55389d 8h 28m 31s1/1SWAP OK - 98% free (1961 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35389d 8h 26m 52s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:11:13389d 8h 27m 13s1/1PROCS WARNING: 208 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13613d 10h 0m 13s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:5591d 10h 51m 32s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:43:131708d 3h 53m 0s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
centos4.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24382d 15h 57m 52s1/1DISK OK - free space: / 23223 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55152d 17h 56m 14s1/1OK: 39 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54382d 15h 59m 24s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34224d 11h 34m 51s1/1OK: 70 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34389d 8h 25m 42s1/1CPU STATISTICS OK: user=6.13% system=3.82% iowait=0.00% + idle=90.05% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 26m 52s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13731d 8h 23m 31s1/1OK: 6 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:1391d 11h 6m 14s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44389d 8h 28m 31s1/1OK - load average: 1.31, 1.05, 0.83 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 29m 2s1/1OK - 1435 / 2005 MB (71%) Free Memory, Used: 1638 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1068 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34152d 17h 43m 53s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 27m 51s1/1mysqld (pid 1497) is running... 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55389d 8h 28m 2s1/1OK: 1952 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:341708d 2h 19m 32s1/1OK - 127.0.0.1: rta 0.058ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:23382d 15h 35m 53s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:1291d 10h 54m 15s1/1OK: 19 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 25m 43s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail + Mail Transfer Agent
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 29m 2s1/1master (pid 1633) is running... 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 26m 52s1/1SWAP OK - 98% free (1965 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34389d 8h 27m 51s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:34389d 8h 25m 42s1/1PROCS WARNING: 195 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35613d 10h 4m 23s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:1291d 11h 1m 43s1/1OK: 5 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:44:461708d 3h 40m 12s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
centos5.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 29m 33s1/1DISK OK - free space: / 22162 MB (61.90% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23165d 10h 45m 13s1/1OK: 56 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 29m 2s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24382d 15h 25m 43s1/1OK: 65 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 26m 52s1/1CPU STATISTICS OK: user=8.79% system=4.62% iowait=0.15% + idle=86.45% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55389d 8h 28m 31s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231463d 11h 45m 25s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:23165d 10h 39m 24s1/1OK: 8 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34382d 15h 57m 40s1/1OK - load average: 1.12, 0.83, 0.71 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34382d 15h 58m 53s1/1OK - 1435 / 2005 MB (71%) Free Memory, Used: 1639 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1069 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:1291d 11h 11m 53s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 25m 43s1/1mysqld (pid 1497) is running... 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13389d 8h 26m 52s1/1OK: 2016 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:551708d 2h 50m 54s1/1OK - 127.0.0.1: rta 0.048ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13521d 9h 0m 16s1/1OK: 4 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:5491d 11h 4m 32s1/1OK: 15 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44389d 8h 28m 51s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail + Mail Transfer Agent
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55382d 15h 59m 53s1/1master (pid 1633) is running... 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 29m 3s1/1SWAP OK - 98% free (1965 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34389d 8h 26m 42s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:10:13389d 8h 27m 13s1/1PROCS WARNING: 190 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13613d 10h 2m 20s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:11:3491d 10h 51m 53s1/1WARNING: 6 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
UNKNOWN07-12-2018 15:01:06613d 10h 2m 21s1/1NRPE: Command 'check_yum' not defined 
+ + + + + + + +
+ + + + + + +
europa.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:2491d 11h 6m 4s1/1OK: 71 MB/s reported 
+ + + + + + + +
+ + + + + + +
Facebook + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:5491d 10h 54m 32s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24165d 10h 50m 43s1/1OK: 10 MB/s reported 
+ + + + + + + +
+ + + + + + +
Windows + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:3591d 10h 53m 43s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:1291d 10h 53m 43s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
exchange.nagios.org
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:5491d 11h 9m 32s1/1OK: 78 MB/s reported 
+ + + + + + + +
+ + + + + + +
DNS + IP Match
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35623d 13h 24m 14s1/1DNS OK: 0.014 seconds response time. exchange.nagios.org returns + 66.228.58.94 
+ + + + + + + +
+ + + + + + +
DNS + Resolution
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 2h 22m 14s1/1DNS OK: 0.015 seconds response time. exchange.nagios.org returns + 66.228.58.94 
+ + + + + + + +
+ + + + + + +
HTTP +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55598d 16h 27m 34s1/1HTTP OK: HTTP/1.1 200 OK - 132151 bytes in 0.587 second response + time 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35613d 10h 2m 9s1/1OK - exchange.nagios.org: rta 39.516ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:5591d 10h 51m 14s1/1OK: 50 MB/s reported 
+ + + + + + + +
+ + + + + + +
Web + Page Content
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 53m 52s1/1HTTP OK: HTTP/1.1 200 OK - 132422 bytes in 0.580 second response + time 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:2491d 10h 52m 3s1/1OK: 1 MB/s reported 
+ + + + + + + +
+ + + + + + +
fedora-switch.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55521d 8h 56m 15s1/1OK: 78 MB/s reported 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24165d 10h 38m 31s1/1OK - 192.168.5.90: rta 0.943ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 1 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44731d 8h 17m 29s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 1 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:34:141708d 3h 37m 12s1/1OK: Interface Port: 1 Gigabit - Level (index 1) is up. 
+ + + + + + + +
+ + + + + + +
Port + 10 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:341708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 10 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:40:461708d 3h 37m 12s1/1CRITICAL: Interface Port: 10 Gigabit - Level (index 10) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 11 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:131708d 3h 0m 43s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 11 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:43:13731d 8h 24m 3s1/1CRITICAL: Interface Port: 11 Gigabit - Level (index 11) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 12 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:351463d 12h 42m 30s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 12 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:45:581708d 2h 49m 25s1/1CRITICAL: Interface Port: 12 Gigabit - Level (index 12) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 13 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:241708d 2h 50m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 13 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:02:35613d 10h 0m 52s1/1CRITICAL: Interface Port: 13 Gigabit - Level (index 13) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 14 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:551708d 3h 34m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 14 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:04:56613d 9h 58m 31s1/1CRITICAL: Interface Port: 14 Gigabit - Level (index 14) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 15 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:121623d 16h 24m 50s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 15 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:22:35349d 13h 40m 52s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 16 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:121708d 3h 12m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 17 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:541708d 3h 32m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 17 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:03:121708d 2h 59m 25s1/1OK: Interface Port: 17 Gigabit - Level (index 17) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 18 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341708d 3h 0m 43s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 18 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:31:241708d 2h 38m 3s1/1CRITICAL: Interface Port: 18 Gigabit - Level (index 18) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 19 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:241623d 16h 28m 13s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 19 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:34:141708d 3h 2m 28s1/1CRITICAL: Interface Port: 19 Gigabit - Level (index 19) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 2 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:541708d 3h 46m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 2 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:36:44731d 8h 30m 30s1/1CRITICAL: Interface Port: 2 Gigabit - Level (index 2) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 20 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:551708d 3h 32m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 20 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:35:25731d 8h 28m 2s1/1OK: Interface Port: 20 Gigabit - Level (index 20) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 21 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:121708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 21 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:02:45249d 8h 0m 42s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:551708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 22 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:05:24249d 7h 58m 3s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 23 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35424d 9h 36m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 23 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:01:06731d 8h 20m 3s1/1OK: Interface Port: 23 Gigabit - Level (index 23) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 24 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341708d 2h 51m 53s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 24 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:45:581708d 2h 49m 44s1/1OK: Interface Port: 24 Gigabit - Level (index 24) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 25 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:341221d 13h 14m 26s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 25 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:06:161708d 3h 37m 12s1/1OK: Interface CPU Interface : 1 (index 25) is up. 
+ + + + + + + +
+ + + + + + +
Port + 3 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341708d 3h 32m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 3 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:23:45349d 13h 39m 42s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 4 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:121708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 4 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-13-2015 23:06:551708d 2h 46m 31s1/1CRITICAL: Interface Port: 4 Gigabit - Level (index 4) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 5 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:121708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 5 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:03:121708d 2h 49m 55s1/1OK: Interface Port: 5 Gigabit - Level (index 5) is up. 
+ + + + + + + +
+ + + + + + +
Port + 6 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:131708d 2h 21m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 6 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:32:57731d 8h 32m 31s1/1CRITICAL: Interface Port: 6 Gigabit - Level (index 6) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 7 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 7 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:35:25731d 8h 31m 32s1/1CRITICAL: Interface Port: 7 Gigabit - Level (index 7) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 8 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23521d 9h 11m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 8 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
PENDINGN/A 0d 0h 1m 12s+1/1Service is not scheduled to be checked... 
+ + + + + + + +
+ + + + + + +
Port + 9 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:241708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 9 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:36:441708d 2h 43m 42s1/1OK: Interface Port: 9 Gigabit - Level (index 9) is up. 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:11:5591d 10h 52m 32s1/1WARNING: 7 MB/s reported 
+ + + + + + + +
+ + + + + + +
fedora1.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44389d 8h 28m 51s1/1DISK OK - free space: / 23223 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:5591d 11h 15m 53s1/1OK: 51 matching entries found 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:3491d 11h 0m 32s1/1OK: 36 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13389d 8h 27m 13s1/1CPU STATISTICS OK: user=8.30% system=3.57% iowait=0.10% + idle=88.03% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 29m 33s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Dovecot + Mail Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:08:34389d 8h 26m 52s1/1dovecot is stopped 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:1391d 10h 56m 14s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:1391d 11h 9m 14s1/1OK: 8 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24389d 8h 27m 24s1/1OK - load average: 0.66, 0.91, 0.79 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34389d 8h 25m 42s1/1OK - 1433 / 2005 MB (71%) Free Memory, Used: 1641 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1069 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34382d 15h 42m 24s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13389d 8h 29m 2s1/1OK: 1888 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:441708d 3h 43m 12s1/1OK - 127.0.0.1: rta 0.088ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:1291d 11h 15m 14s1/1OK: 4 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55224d 11h 36m 25s1/1OK: 43 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35389d 8h 26m 52s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55389d 8h 29m 2s1/1postfix: 1 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55389d 8h 26m 14s1/1SWAP OK - 98% free (1961 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55389d 8h 28m 51s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:09:23389d 8h 27m 24s1/1PROCS WARNING: 190 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341200d 10h 18m 9s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:34 0d 0h 0m 53s1/1WARNING: 6 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:42:131708d 3h 46m 49s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
gateway.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24175d 12h 43m 53s1/1OK: 63 MB/s reported 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:121463d 12h 37m 28s1/1OK - 192.168.5.1: rta 0.308ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:3591d 11h 13m 50s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
bgroup0 + Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:131084d 10h 51m 55s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
bgroup0 + Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-12-2018 15:02:35731d 8h 18m 41s1/1WARNING: Interface Adaptive Security Appliance + 'GigabitEthernet0/6' interface (index 9) is administratively down. 
+ + + + + + + +
+ + + + + + +
bgroup1 + Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:551708d 3h 37m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
bgroup1 + Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:23:45731d 8h 15m 42s1/1WARNING: Interface Adaptive Security Appliance + 'GigabitEthernet0/7' interface (index 10) is administratively down. 
+ + + + + + + +
+ + + + + + +
ethernet0/0 + Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:351623d 16h 29m 22s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
ethernet0/0 + Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:07:46613d 9h 55m 41s1/1CRITICAL: Interface Adaptive Security Appliance + 'asa_mgmt_plane' interface (index 2) is down. 
+ + + + + + + +
+ + + + + + +
ethernet0/1 + Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:2491d 11h 3m 1s1/1OK - Current BW in: 15.06Mbps Out: 1.45Mbps 
+ + + + + + + +
+ + + + + + +
ethernet0/1 + Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK04-02-2019 11:25:041708d 3h 0m 43s1/1OK: Interface Adaptive Security Appliance 'outside' interface + (index 3) is up. 
+ + + + + + + +
+ + + + + + +
ethernet0/2 + Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:5591d 10h 53m 43s1/1OK - Current BW in: 2.74Mbps Out: 6.09Mbps 
+ + + + + + + +
+ + + + + + +
ethernet0/3 + Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:341708d 3h 33m 0s1/1OK - Current BW in: .01Mbps Out: .01Mbps 
+ + + + + + + +
+ + + + + + +
ethernet0/3 + Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:04:121708d 2h 43m 42s1/1OK: Interface ethernet0/3 (index 5) is up. 
+ + + + + + + +
+ + + + + + +
ethernet0/4 + Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:351564d 13h 54m 48s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
ethernet0/4 + Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:34:14731d 8h 33m 14s1/1WARNING: Interface Adaptive Security Appliance + 'GigabitEthernet0/3' interface (index 6) is administratively down. 
+ + + + + + + +
+ + + + + + +
ethernet0/5 + Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231623d 16h 31m 24s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
ethernet0/5 + Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:36:55731d 8h 30m 30s1/1WARNING: Interface Adaptive Security Appliance + 'GigabitEthernet0/4' interface (index 7) is administratively down. 
+ + + + + + + +
+ + + + + + +
ethernet0/6 + Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551708d 2h 21m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
ethernet0/6 + Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:03:36249d 7h 59m 51s1/1WARNING: Interface Adaptive Security Appliance + 'GigabitEthernet0/5' interface (index 8) is administratively down. 
+ + + + + + + +
+ + + + + + +
linux-snmp1.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12623d 13h 12m 52s1/1/: 33%used(12578MB/37709MB) (<80%) : OK 
+ + + + + + + +
+ + + + + + +
Apache +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:01:55152d 18h 1m 30s1/19 process matching httpd (<= 9 : CRITICAL) 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:5591d 11h 5m 33s1/1OK: 49 matching entries found 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:1391d 11h 6m 14s1/1OK: 21 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34623d 13h 12m 32s1/14 CPU, average load 19.8% < 80% : OK 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35175d 12h 48m 24s1/1OK: 8 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55152d 17h 45m 53s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55382d 15h 58m 12s1/1OK - 1432 / 2005 MB (71%) Free Memory, Used: 1642 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1069 MB 
+ + + + + + + +
+ + + + + + +
MySQL +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:09:23731d 8h 33m 3s1/12 process matching mysqld (<= 9 : CRITICAL) 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13175d 12h 52m 3s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 2h 50m 54s1/1OK - 127.0.0.1: rta 0.063ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:5591d 11h 12m 14s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:23 0d 0h 1m 4s1/1WARNING: 54 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:08:13731d 8h 33m 14s1/11 process matching sshd (<= 9 : CRITICAL) 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35598d 16h 13m 35s1/1Swap space: 3%used(55MB/2016MB) (<80%) : OK 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12 0d 0h 0m 15s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
linux-snmp2.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34731d 8h 30m 41s1/1/: 36%used(13634MB/37709MB) (<80%) : OK 
+ + + + + + + +
+ + + + + + +
Apache +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:08:55152d 17h 58m 43s1/19 process matching httpd (<= 9 : CRITICAL) 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:1391d 10h 56m 14s1/1OK: 19 matching entries found 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34175d 12h 49m 3s1/1OK: 18 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55623d 13h 12m 32s1/14 CPU, average load 19.8% < 80% : OK 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:5591d 10h 56m 33s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:5591d 11h 3m 1s1/1OK: 4 matching entries found 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24613d 10h 2m 9s1/1OK - 1436 / 2005 MB (71%) Free Memory, Used: 1637 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1068 MB 
+ + + + + + + +
+ + + + + + +
MySQL +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:02:55731d 8h 33m 3s1/12 process matching mysqld (<= 9 : CRITICAL) 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34152d 17h 52m 14s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:241708d 3h 46m 49s1/1OK - 127.0.0.1: rta 0.045ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55175d 12h 46m 24s1/1OK: 6 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:2391d 11h 0m 32s1/1OK: 13 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:10:24859d 8h 50m 42s1/11 process matching sshd (<= 9 : CRITICAL) 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35859d 8h 14m 26s1/1Swap space: 3%used(55MB/2016MB) (<80%) : OK 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:34 0d 0h 0m 53s1/1WARNING: 6 MB/s reported 
+ + + + + + + +
+ + + + + + +
linux-snmp3.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13731d 8h 30m 2s1/1/: 33%used(12578MB/37709MB) (<80%) : OK 
+ + + + + + + +
+ + + + + + +
Apache +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:10:13152d 17h 57m 31s1/19 process matching httpd (<= 9 : CRITICAL) 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:2391d 11h 14m 52s1/1OK: 46 matching entries found 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:1291d 11h 0m 14s1/1OK: 18 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55623d 13h 29m 14s1/14 CPU, average load 17.0% < 80% : OK 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:2491d 11h 16m 3s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:5591d 11h 15m 32s1/1OK: 6 matching entries found 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55623d 13h 17m 34s1/1OK - 1423 / 2005 MB (70%) Free Memory, Used: 1695 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1113 MB 
+ + + + + + + +
+ + + + + + +
MySQL +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:02:23613d 10h 2m 20s1/12 process matching mysqld (<= 9 : CRITICAL) 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12165d 10h 42m 53s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35521d 9h 10m 4s1/1OK - 127.0.0.1: rta 0.050ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:5591d 11h 3m 1s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34377d 13h 27m 14s1/1OK: 7 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:02:23613d 10h 2m 20s1/11 process matching sshd (%26lt:= 9 : CRITICAL) 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54731d 8h 29m 3s1/1Swap space: 3%used(55MB/2016MB) (<80%) : OK 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:1391d 11h 2m 14s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
linuxsnmp-switch.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:3491d 10h 55m 52s1/1OK: 23 MB/s reported 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13165d 10h 39m 32s1/1OK - 192.168.5.90: rta 25.066ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 1 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12623d 13h 21m 43s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 1 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:01:07613d 10h 2m 20s1/1CRITICAL: Interface Port: 1 Gigabit - Level (index 1) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 10 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:441708d 3h 33m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 10 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:03:461708d 2h 59m 25s1/1CRITICAL: Interface Port: 10 Gigabit - Level (index 10) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 11 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:551708d 3h 50m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 11 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:06:27731d 8h 14m 41s1/1CRITICAL: Interface Port: 11 Gigabit - Level (index 11) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 12 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:131708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 12 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:24:03349d 13h 39m 24s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 13 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:121708d 3h 37m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 13 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:04:121708d 3h 37m 49s1/1OK: Interface Port: 13 Gigabit - Level (index 13) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 14 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:241708d 2h 37m 3s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 14 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-13-2015 23:03:121708d 2h 49m 44s1/1CRITICAL: Interface Port: 14 Gigabit - Level (index 14) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 15 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 37m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 15 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 22:58:131708d 3h 37m 12s1/1OK: Interface Port: 15 Gigabit - Level (index 15) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 16 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:241708d 2h 50m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 16 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:35:451708d 2h 49m 25s1/1CRITICAL: Interface Port: 16 Gigabit - Level (index 16) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 17 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:551708d 3h 37m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 17 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:34:141708d 2h 57m 29s1/1OK: Interface Port: 17 Gigabit - Level (index 17) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 18 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 18 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:40:581708d 2h 49m 25s1/1CRITICAL: Interface Port: 18 Gigabit - Level (index 18) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 19 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:231708d 2h 50m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 19 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:04:02249d 7h 59m 25s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 2 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:351708d 3h 33m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 2 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 14:59:46731d 8h 21m 14s1/1CRITICAL: Interface Port: 2 Gigabit - Level (index 2) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 20 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:551440d 8h 1m 47s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 20 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:02:45613d 10h 0m 42s1/1CRITICAL: Interface Port: 20 Gigabit - Level (index 20) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 21 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:241708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 21 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:05:161708d 2h 33m 43s1/1OK: Interface Port: 21 Gigabit - Level (index 21) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:551708d 3h 11m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 22 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:22:45349d 13h 40m 42s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 23 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35389d 8h 29m 2s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 24 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 24 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:05:131708d 2h 38m 3s1/1OK: Interface Port: 24 Gigabit - Level (index 24) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 25 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:121708d 3h 9m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 25 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-02-2016 13:52:181708d 2h 43m 3s1/1OK: Interface CPU Interface : 1 (index 25) is up. 
+ + + + + + + +
+ + + + + + +
Port + 3 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:341708d 3h 43m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 3 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:30:241708d 3h 2m 28s1/1OK: Interface Port: 3 Gigabit - Level (index 3) is up. 
+ + + + + + + +
+ + + + + + +
Port + 4 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:551708d 2h 32m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 4 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:36:55731d 8h 30m 13s1/1WARNING: Interface Port: 4 Gigabit - Level (index 4) is + administratively down. 
+ + + + + + + +
+ + + + + + +
Port + 5 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341708d 3h 0m 43s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 5 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:35:451708d 3h 50m 0s1/1OK: Interface Port: 5 Gigabit - Level (index 5) is up. 
+ + + + + + + +
+ + + + + + +
Port + 6 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:551708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 6 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:03:03249d 8h 0m 24s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 7 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:241708d 2h 21m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 7 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:44:57731d 8h 22m 29s1/1CRITICAL: Interface Port: 7 Gigabit - Level (index 7) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 8 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:551708d 2h 41m 53s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 8 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:01:171708d 2h 59m 25s1/1CRITICAL: Interface Port: 8 Gigabit - Level (index 8) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 9 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:551708d 3h 33m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 9 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:03:561708d 3h 37m 12s1/1OK: Interface Port: 9 Gigabit - Level (index 9) is up. 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:2491d 10h 56m 3s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
localhost
+
+ + + + + +
+
+
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-02-2016 13:50:371564d 13h 55m 31s1/1OK: 56 matching entries found 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK01-03-2017 11:07:071221d 13h 2m 22s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
Current + Load
+
+ + + + + +
+
+
OK12-16-2019 13:10:19249d 8h 0m 22s1/4OK - load average: 0.48, 0.59, 0.83 
+ + + + + + + +
+ + + + + + +
Current + Users
+
+ + + + + +
+
+
OK12-16-2019 13:10:213688d 2h 49m 41s1/4USERS OK - 1 users currently logged in 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-28-2017 14:24:491084d 10h 38m 38s1/1WARNING: 9 matching entries found 
+ + + + + + + +
+ + + + + + +
HTTP +
+
+ + + + + +
+
+
OK12-16-2019 13:10:25521d 8h 55m 38s1/4HTTP OK: HTTP/1.1 200 OK - 4645 bytes in 0.001 second response + time 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-28-2017 13:55:091084d 11h 8m 18s1/1WARNING: 9 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-28-2017 14:04:491463d 11h 47m 25s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
PING +
+
+ + + + + +
+
+
OK12-16-2019 13:10:293688d 2h 48m 26s1/4PING OK - Packet loss = 0%, RTA = 0.06 ms 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK11-11-2016 11:10:081708d 2h 31m 32s1/1OK: 6 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-28-2017 14:26:331084d 10h 48m 39s1/1WARNING: 58 MB/s reported 
+ + + + + + + +
+ + + + + + +
Root + Partition
+
+ + + + + +
+
+
OK12-16-2019 13:10:31598d 16h 41m 14s1/4DISK OK - free space: / 52982 MB (69.41% inode=97%): 
+ + + + + + + +
+ + + + + + +
SSH +
+
+ + + + + +
+
+
OK12-16-2019 13:10:343681d 18h 48m 32s1/4SSH OK - OpenSSH_7.4 (protocol 2.0) 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + +
+
+
OK12-16-2019 13:10:373688d 2h 46m 34s1/4SWAP OK - 90% free (228 MB out of 255 MB) 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + +
+
+
OK12-16-2019 13:10:473683d 19h 35m 19s1/4PROCS OK: 111 processes with STATE = RSZDT 
+ + + + + + + +
+ + + + + + +
XI + Software Updates
+
+ + + + + +
+
+
CRITICAL12-16-2019 12:54:481060d 7h 53m 22s3/3(No output on stdout) stderr: + execvp(/usr/local/nagios/libexec/check_xi_updates, ...) failed. errno is 2: No such file or + directory 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-28-2017 14:26:221084d 10h 47m 8s1/1WARNING: 8 MB/s reported 
+ + + + + + + +
+ + + + + + +
mssql1.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:3491d 11h 15m 53s1/1OK: 19 MB/s reported 
+ + + + + + + +
+ + + + + + +
Facebook + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:3491d 11h 4m 53s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
MSSQL + Active Transactions
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35382d 15h 58m 12s1/1OK: Active Transactions is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Average Wait Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:08:5591d 11h 14m 32s1/1WARNING: Average Wait Time (ms) is 26.0ms 
+ + + + + + + +
+ + + + + + +
MSSQL + Buffer Hit Ratio
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24389d 8h 27m 51s1/1OK: Buffer Cache Hit Ratio is 100.0% 
+ + + + + + + +
+ + + + + + +
MSSQL + Checkpoint Pages Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 26m 42s1/1OK: Checkpoint Pages / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Connection Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 28m 2s1/1OK: Time to connect was 0.0184559822083s 
+ + + + + + + +
+ + + + + + +
MSSQL + Database Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:34269d 10h 1m 24s1/1WARNING: Database pages are 398.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Deadlocks Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24389d 8h 28m 31s1/1OK: Deadlocks / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Free Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:55389d 8h 28m 12s1/1CRITICAL: Free pages is 191.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Lazy Writes Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24389d 8h 26m 24s1/1OK: Lazy Writes / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Requests Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 26m 24s1/1OK: Lock Requests / Sec is 4.18448078085/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Timeouts Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 28m 12s1/1OK: Lock Timeouts / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Wait Times
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44389d 8h 28m 51s1/1OK: Lock Wait Time (ms) is 78.0ms 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Waits Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13389d 8h 28m 51s1/1OK: Lockwaits / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55382d 15h 58m 12s1/1OK: Log Cache Hit Ratio is 57.1428571429% 
+ + + + + + + +
+ + + + + + +
MSSQL + Log File Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12389d 8h 28m 12s1/1OK: Log File Usage is 40.0% 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Flush Wait Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:24382d 15h 58m 23s1/1CRITICAL: Log Flush Wait Time is 0.0ms 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Growths
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 29m 2s1/1OK: Log Growths is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Shrinks
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35389d 8h 25m 43s1/1OK: Log Shrinks is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Truncations
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:12:13389d 8h 28m 2s1/1CRITICAL: Log Truncations is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Looks Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44382d 15h 57m 52s1/1OK: Page Lookups Per Second is 2.81722325276 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Reads Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13389d 8h 29m 2s1/1OK: Page Reads / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Splits Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 28m 51s1/1OK: Page Splits / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Writes Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 26m 42s1/1OK: Page Writes / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Readaheads Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 26m 52s1/1OK: Readahead Pages / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Stolen Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:24389d 8h 27m 13s1/1CRITICAL: Stolen pages are 1539.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Target Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:07:55382d 15h 58m 23s1/1CRITICAL: Target pages are 320788.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Transactions / Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 27m 24s1/1OK: Transactions Per Second is 0.656680690406/sec 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:3491d 11h 4m 14s1/1OK: 25 MB/s reported 
+ + + + + + + +
+ + + + + + +
Windows + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55382d 15h 38m 23s1/1OK: 8 matching entries found 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:3491d 10h 54m 4s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
master + MSSQL Database Size
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 26m 52s1/1OK: Database size is 4096.0KB 
+ + + + + + + +
+ + + + + + +
mssql2.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:2491d 10h 52m 3s1/1OK: 19 MB/s reported 
+ + + + + + + +
+ + + + + + +
Facebook + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:23 0d 0h 1m 4s1/1WARNING: 7 MB/s reported 
+ + + + + + + +
+ + + + + + +
MSSQL + Active Transactions
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55389d 8h 25m 42s1/1OK: Active Transactions is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Average Wait Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:10:1391d 11h 13m 3s1/1WARNING: Average Wait Time (ms) is 26.0ms 
+ + + + + + + +
+ + + + + + +
MSSQL + Buffer Hit Ratio
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 28m 2s1/1OK: Buffer Cache Hit Ratio is 100.0% 
+ + + + + + + +
+ + + + + + +
MSSQL + Checkpoint Pages Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24389d 8h 29m 33s1/1OK: Checkpoint Pages / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Connection Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24389d 8h 28m 31s1/1OK: Time to connect was 0.00386905670166s 
+ + + + + + + +
+ + + + + + +
MSSQL + Database Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:11:55269d 9h 58m 3s1/1WARNING: Database pages are 398.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Deadlocks Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24389d 8h 27m 24s1/1OK: Deadlocks / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Free Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:10:55389d 8h 27m 13s1/1CRITICAL: Free pages is 191.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Lazy Writes Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34389d 8h 28m 2s1/1OK: Lazy Writes / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Requests Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24389d 8h 27m 13s1/1OK: Lock Requests / Sec is 2.63624041862/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Timeouts Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35389d 8h 26m 52s1/1OK: Lock Timeouts / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Wait Times
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 26m 24s1/1OK: Lock Wait Time (ms) is 140.0ms 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Waits Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35389d 8h 29m 33s1/1OK: Lockwaits / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12389d 8h 29m 33s1/1OK: Log Cache Hit Ratio is 57.1428571429% 
+ + + + + + + +
+ + + + + + +
MSSQL + Log File Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24389d 8h 27m 51s1/1OK: Log File Usage is 40.0% 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Flush Wait Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:34389d 8h 26m 14s1/1CRITICAL: Log Flush Wait Time is 0.0ms 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Growths
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 27m 51s1/1OK: Log Growths is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Shrinks
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13389d 8h 28m 2s1/1OK: Log Shrinks is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Truncations
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:12:24389d 8h 29m 33s1/1CRITICAL: Log Truncations is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Looks Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 28m 31s1/1OK: Page Lookups Per Second is 3.49397273379 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Reads Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24382d 15h 58m 23s1/1OK: Page Reads / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Splits Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34389d 8h 27m 13s1/1OK: Page Splits / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Writes Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13389d 8h 27m 24s1/1OK: Page Writes / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Readaheads Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34389d 8h 28m 51s1/1OK: Readahead Pages / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Stolen Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:07:35382d 15h 57m 52s1/1CRITICAL: Stolen pages are 1539.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Target Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:02:23389d 8h 27m 13s1/1CRITICAL: Target pages are 306959.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Transactions / Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54382d 15h 58m 42s1/1OK: Transactions Per Second is 0.404206385399/sec 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:3491d 11h 12m 31s1/1OK: 46 MB/s reported 
+ + + + + + + +
+ + + + + + +
Windows + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12424d 9h 36m 32s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:1391d 10h 51m 14s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
master + MSSQL Database Size
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13389d 8h 28m 51s1/1OK: Database size is 4096.0KB 
+ + + + + + + +
+ + + + + + +
mssql3.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13152d 17h 59m 33s1/1OK: 51 MB/s reported 
+ + + + + + + +
+ + + + + + +
Facebook + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:1391d 10h 56m 14s1/1OK: 1 MB/s reported 
+ + + + + + + +
+ + + + + + +
MSSQL + Active Transactions
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13389d 8h 27m 24s1/1OK: Active Transactions is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Average Wait Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:11:1391d 11h 17m 14s1/1WARNING: Average Wait Time (ms) is 26.0ms 
+ + + + + + + +
+ + + + + + +
MSSQL + Buffer Hit Ratio
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 29m 3s1/1OK: Buffer Cache Hit Ratio is 100.0% 
+ + + + + + + +
+ + + + + + +
MSSQL + Checkpoint Pages Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34382d 15h 58m 12s1/1OK: Checkpoint Pages / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Connection Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 29m 33s1/1OK: Time to connect was 0.0170638561249s 
+ + + + + + + +
+ + + + + + +
MSSQL + Database Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:11:24269d 10h 0m 4s1/1WARNING: Database pages are 398.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Deadlocks Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13389d 8h 25m 42s1/1OK: Deadlocks / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Free Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:24389d 8h 25m 43s1/1CRITICAL: Free pages is 191.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Lazy Writes Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 28m 2s1/1OK: Lazy Writes / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Requests Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55389d 8h 26m 14s1/1OK: Lock Requests / Sec is 3.63070938023/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Timeouts Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24389d 8h 28m 51s1/1OK: Lock Timeouts / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Wait Times
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55389d 8h 27m 13s1/1OK: Lock Wait Time (ms) is 78.0ms 
+ + + + + + + +
+ + + + + + +
MSSQL + Lock Waits Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34389d 8h 28m 31s1/1OK: Lockwaits / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34382d 15h 58m 12s1/1OK: Log Cache Hit Ratio is 57.1428571429% 
+ + + + + + + +
+ + + + + + +
MSSQL + Log File Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 26m 24s1/1OK: Log File Usage is 49.0% 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Flush Wait Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:07:55389d 8h 27m 13s1/1CRITICAL: Log Flush Wait Time is 0.0ms 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Growths
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13382d 15h 58m 12s1/1OK: Log Growths is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Shrinks
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 28m 12s1/1OK: Log Shrinks is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Log Truncations
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:08:13389d 8h 29m 2s1/1CRITICAL: Log Truncations is 0.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Looks Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13389d 8h 25m 42s1/1OK: Page Lookups Per Second is 2.5824990439 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Reads Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55389d 8h 26m 24s1/1OK: Page Reads / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Splits Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55389d 8h 29m 2s1/1OK: Page Splits / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Page Writes Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 28m 51s1/1OK: Page Writes / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Readaheads Per Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55382d 15h 57m 52s1/1OK: Readahead Pages / Sec is 0.0/sec 
+ + + + + + + +
+ + + + + + +
MSSQL + Stolen Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:24389d 8h 26m 42s1/1CRITICAL: Stolen pages are 1539.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Target Pages
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:02:34389d 8h 26m 52s1/1CRITICAL: Target pages are 306959.0 
+ + + + + + + +
+ + + + + + +
MSSQL + Transactions / Sec
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 25m 43s1/1OK: Transactions Per Second is 0.768587408799/sec 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:34 0d 0h 0m 53s1/1WARNING: 55 MB/s reported 
+ + + + + + + +
+ + + + + + +
Windows + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12377d 13h 29m 14s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:2391d 10h 54m 4s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
master + MSSQL Database Size
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 28m 31s1/1OK: Database size is 4096.0KB 
+ + + + + + + +
+ + + + + + +
mysql1.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24165d 10h 51m 32s1/1OK: 31 matching entries found 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:5591d 10h 51m 32s1/1OK: 50 MB/s reported 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34152d 17h 45m 53s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23165d 10h 41m 23s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Connection Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:121708d 2h 50m 54s1/1OK - 0.06 seconds to connect as root 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55382d 15h 51m 42s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Index Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:12:13623d 13h 17m 3s1/1CRITICAL - index usage 3.02% 
+ + + + + + + +
+ + + + + + +
MySQL + InnoDB Buffer Pool Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55382d 15h 56m 43s1/1OK - innodb buffer pool hitrate at 99.98% 
+ + + + + + + +
+ + + + + + +
MySQL + InnoDB Log Waits
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:131708d 3h 33m 0s1/1OK - 0 innodb log waits in 133 seconds (0.0000/sec) 
+ + + + + + + +
+ + + + + + +
MySQL + Long Running Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44613d 10h 2m 20s1/1OK - 0 long running processes 
+ + + + + + + +
+ + + + + + +
MySQL + MyISAM Key Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12521d 9h 11m 38s1/1OK - myisam keycache hitrate at 99.90% 
+ + + + + + + +
+ + + + + + +
MySQL + Open Connections
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:12:1391d 11h 11m 14s1/1WARNING - 14 client connection threads 
+ + + + + + + +
+ + + + + + +
MySQL + Query Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23613d 9h 57m 11s1/1OK - query cache hitrate 0.00% (because it's turned off)  +
+ + + + + + + +
+ + + + + + +
MySQL + Slow Queries
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35598d 16h 15m 25s1/1OK - 0 slow queries in 212 seconds (0.00/sec) 
+ + + + + + + +
+ + + + + + +
MySQL + Table Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:2491d 11h 13m 3s1/1OK - table cache hitrate 0.01%, 84.38% filled 
+ + + + + + + +
+ + + + + + +
MySQL + Thread Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:10:241708d 3h 46m 12s1/1CRITICAL - thread cache hitrate 0.00% 
+ + + + + + + +
+ + + + + + +
MySQL + Uptime
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12521d 9h 11m 3s1/1OK - database is up since 612999 minutes 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23731d 8h 19m 30s1/1OK: 8 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:3491d 10h 55m 52s1/1OK: 33 MB/s reported 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:1391d 11h 7m 15s1/1OK: 5 MB/s reported 
+ + + + + + + +
+ + + + + + +
mysql2.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:2391d 10h 57m 52s1/1OK: 25 matching entries found 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55 0d 0h 0m 32s1/1OK: 55 MB/s reported 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23152d 17h 55m 15s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12152d 17h 47m 14s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Connection Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 2h 50m 54s1/1OK - 0.06 seconds to connect as root 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34175d 12h 50m 24s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Index Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:10:551708d 2h 50m 54s1/1CRITICAL - index usage 3.02% 
+ + + + + + + +
+ + + + + + +
MySQL + InnoDB Buffer Pool Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24389d 8h 28m 12s1/1OK - innodb buffer pool hitrate at 99.98% 
+ + + + + + + +
+ + + + + + +
MySQL + InnoDB Log Waits
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 2h 50m 54s1/1OK - 0 innodb log waits in 99 seconds (0.0000/sec) 
+ + + + + + + +
+ + + + + + +
MySQL + Long Running Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 2h 49m 25s1/1OK - 0 long running processes 
+ + + + + + + +
+ + + + + + +
MySQL + MyISAM Key Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34521d 9h 10m 4s1/1OK - myisam keycache hitrate at 99.89% 
+ + + + + + + +
+ + + + + + +
MySQL + Open Connections
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:1391d 10h 57m 15s1/1CRITICAL - 26 client connection threads 
+ + + + + + + +
+ + + + + + +
MySQL + Query Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24521d 9h 7m 33s1/1OK - query cache hitrate 0.00% (because it's turned off)  +
+ + + + + + + +
+ + + + + + +
MySQL + Slow Queries
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:551623d 16h 32m 12s1/1OK - 0 slow queries in 141 seconds (0.00/sec) 
+ + + + + + + +
+ + + + + + +
MySQL + Table Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:5591d 11h 14m 32s1/1OK - table cache hitrate 0.01%, 84.38% filled 
+ + + + + + + +
+ + + + + + +
MySQL + Thread Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:01:551708d 3h 35m 27s1/1CRITICAL - thread cache hitrate 0.00% 
+ + + + + + + +
+ + + + + + +
MySQL + Uptime
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12598d 16h 27m 15s1/1OK - database is up since 481305 minutes 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24152d 17h 53m 43s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:1291d 10h 51m 32s1/1OK: 19 MB/s reported 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:2391d 11h 5m 43s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
mysql3.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:2391d 11h 7m 53s1/1OK: 42 matching entries found 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:12:2491d 10h 51m 3s1/1WARNING: 84 MB/s reported 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:2491d 11h 11m 53s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44249d 8h 0m 53s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Connection Time
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13613d 10h 1m 59s1/1OK - 0.06 seconds to connect as root 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12 0d 0h 0m 15s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
MySQL + Index Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:10:551708d 3h 35m 27s1/1CRITICAL - index usage 3.02% 
+ + + + + + + +
+ + + + + + +
MySQL + InnoDB Buffer Pool Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55503d 12h 10m 51s1/1OK - innodb buffer pool hitrate at 99.98% 
+ + + + + + + +
+ + + + + + +
MySQL + InnoDB Log Waits
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:551708d 2h 0m 43s1/1OK - 0 innodb log waits in 47 seconds (0.0000/sec) 
+ + + + + + + +
+ + + + + + +
MySQL + Long Running Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34613d 10h 1m 38s1/1OK - 0 long running processes 
+ + + + + + + +
+ + + + + + +
MySQL + MyISAM Key Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12521d 9h 11m 38s1/1OK - myisam keycache hitrate at 99.90% 
+ + + + + + + +
+ + + + + + +
MySQL + Open Connections
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:23152d 17h 58m 32s1/1WARNING - 14 client connection threads 
+ + + + + + + +
+ + + + + + +
MySQL + Query Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13613d 10h 4m 12s1/1OK - query cache hitrate 0.00% (because it's turned off)  +
+ + + + + + + +
+ + + + + + +
MySQL + Slow Queries
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12598d 16h 19m 25s1/1OK - 0 slow queries in 50 seconds (0.00/sec) 
+ + + + + + + +
+ + + + + + +
MySQL + Table Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:3491d 11h 15m 14s1/1OK - table cache hitrate 0.01%, 93.75% filled 
+ + + + + + + +
+ + + + + + +
MySQL + Thread Cache Hit Rate
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:131708d 3h 37m 49s1/1CRITICAL - thread cache hitrate 0.00% 
+ + + + + + + +
+ + + + + + +
MySQL + Uptime
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12598d 16h 27m 34s1/1OK - database is up since 481305 minutes 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24521d 8h 57m 5s1/1OK: 1 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:2391d 11h 3m 43s1/1OK: 29 MB/s reported 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:55 0d 0h 0m 32s1/1WARNING: 9 MB/s reported 
+ + + + + + + +
+ + + + + + +
nagiosls.demos.nagios.com +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
404 + Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING02-21-2019 15:34:31389d 8h 28m 56s1/1WARNING: 52 matching entries found 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL02-21-2019 15:34:31389d 8h 28m 56s1/1CRITICAL: 12 matching entries found 
+ + + + + + + +
+ + + + + + +
rhel-switch.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13165d 10h 41m 53s1/1OK: 16 MB/s reported 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55165d 10h 40m 14s1/1OK - 192.168.5.90: rta 3.046ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 1 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34731d 8h 17m 40s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 1 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:41:131708d 3h 37m 12s1/1OK: Interface Port: 1 Gigabit - Level (index 1) is up. 
+ + + + + + + +
+ + + + + + +
Port + 10 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:131708d 3h 22m 50s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 10 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:06:141708d 2h 16m 32s1/1CRITICAL: Interface Port: 10 Gigabit - Level (index 10) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 11 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:131708d 3h 53m 52s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 11 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:49:45731d 8h 16m 35s1/1CRITICAL: Interface Port: 11 Gigabit - Level (index 11) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 12 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:341708d 3h 46m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 12 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:21:45349d 13h 41m 42s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 13 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:551623d 16h 28m 13s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 14 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:551463d 12h 32m 13s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 14 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-13-2015 23:04:231708d 2h 53m 32s1/1CRITICAL: Interface Port: 14 Gigabit - Level (index 14) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 15 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341623d 16h 25m 41s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 15 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:04:441708d 1h 58m 43s1/1OK: Interface Port: 15 Gigabit - Level (index 15) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 16 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:131708d 3h 46m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 16 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:33:251708d 2h 3m 15s1/1CRITICAL: Interface Port: 16 Gigabit - Level (index 16) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 17 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:551708d 3h 35m 27s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 17 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:31:561708d 2h 18m 2s1/1OK: Interface Port: 17 Gigabit - Level (index 17) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 18 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:551708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 18 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:38:251708d 3h 2m 28s1/1CRITICAL: Interface Port: 18 Gigabit - Level (index 18) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 19 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55623d 13h 22m 4s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 19 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:41:131708d 3h 0m 43s1/1CRITICAL: Interface Port: 19 Gigabit - Level (index 19) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 2 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55623d 13h 18m 33s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 2 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:04:23249d 7h 59m 4s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 20 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:131708d 3h 50m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 20 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:42:24731d 8h 21m 3s1/1OK: Interface Port: 20 Gigabit - Level (index 20) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 21 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:551708d 3h 37m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 21 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:02:461708d 3h 37m 49s1/1OK: Interface Port: 21 Gigabit - Level (index 21) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:121708d 3h 54m 2s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 22 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:48:461708d 3h 37m 12s1/1CRITICAL: Interface Port: 22 Gigabit - Level (index 22) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 23 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35424d 9h 39m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 23 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:23:03349d 13h 40m 24s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 24 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:231708d 3h 54m 2s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 24 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:03:121708d 2h 49m 55s1/1OK: Interface Port: 24 Gigabit - Level (index 24) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 25 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551708d 3h 54m 2s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 3 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341708d 2h 50m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 4 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:551708d 2h 21m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 4 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:34:45731d 8h 32m 42s1/1WARNING: Interface Port: 4 Gigabit - Level (index 4) is + administratively down. 
+ + + + + + + +
+ + + + + + +
Port + 5 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:351463d 12h 41m 53s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 5 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:33:251708d 2h 48m 32s1/1OK: Interface Port: 5 Gigabit - Level (index 5) is up. 
+ + + + + + + +
+ + + + + + +
Port + 6 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:131708d 3h 12m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 6 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:39:561708d 2h 3m 15s1/1CRITICAL: Interface Port: 6 Gigabit - Level (index 6) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 7 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:551708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 7 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:03:25249d 8h 0m 2s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 8 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:441708d 3h 46m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 8 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:45:151708d 2h 18m 2s1/1CRITICAL: Interface Port: 8 Gigabit - Level (index 8) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 9 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:131623d 16h 33m 20s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 9 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:01:491708d 2h 55m 54s1/1OK: Interface Port: 9 Gigabit - Level (index 9) is up. 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:5591d 11h 10m 32s1/1OK: 1 MB/s reported 
+ + + + + + + +
+ + + + + + +
rhel1.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:23389d 8h 25m 42s1/1DISK OK - free space: / 23224 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23382d 15h 58m 23s1/1OK: 80 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13389d 8h 26m 52s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55152d 17h 51m 14s1/1OK: 54 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13382d 15h 58m 42s1/1CPU STATISTICS OK: user=8.68% system=3.26% iowait=0.10% + idle=87.95% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 28m 12s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Dovecot + Mail Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:09:44389d 8h 27m 24s1/1dovecot is stopped 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54224d 11h 35m 33s1/1OK: 5 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44175d 12h 52m 3s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55382d 15h 58m 12s1/1OK - load average: 0.45, 0.69, 0.66 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35389d 8h 25m 43s1/1OK - 1436 / 2005 MB (71%) Free Memory, Used: 1636 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1067 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23165d 10h 51m 43s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55389d 8h 28m 31s1/1OK: 1920 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:241708d 3h 46m 12s1/1OK - 127.0.0.1: rta 0.029ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34613d 9h 57m 0s1/1OK: 7 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:3491d 11h 7m 53s1/1OK: 11 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 27m 13s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:02:23389d 8h 28m 2s1/1*** sendmail: Nok *** 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 29m 33s1/1SWAP OK - 98% free (1961 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + L
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
PENDINGN/A 0d 0h 1m 12s+1/1Service is not scheduled to be checked... 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23382d 15h 59m 13s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Test + Process
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:08:34389d 8h 28m 31s1/1*** badprocess: Nok *** 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:10:35389d 8h 26m 42s1/1PROCS WARNING: 195 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13613d 10h 2m 23s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:5591d 11h 3m 14s1/1OK: 1 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
UNKNOWN07-12-2018 15:06:27613d 9h 57m 0s1/1NRPE: Command 'check_yum' not defined 
+ + + + + + + +
+ + + + + + +
rhel2.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 28m 51s1/1DISK OK - free space: / 22162 MB (61.90% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:4491d 10h 54m 53s1/1OK: 38 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34382d 15h 58m 53s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:3591d 10h 53m 43s1/1OK: 4 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:24382d 15h 58m 53s1/1CPU STATISTICS OK: user=8.94% system=3.51% iowait=0.10% + idle=87.45% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 28m 12s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Dovecot + Mail Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:12:13382d 15h 59m 53s1/1dovecot is stopped 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55152d 17h 49m 15s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55249d 7h 58m 31s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 27m 13s1/1OK - load average: 0.31, 0.71, 0.72 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34389d 8h 28m 51s1/1OK - 1437 / 2005 MB (71%) Free Memory, Used: 1637 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1069 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13175d 12h 50m 3s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54382d 15h 58m 42s1/1OK: 1984 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341708d 3h 11m 42s1/1OK - 127.0.0.1: rta 0.052ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:35521d 9h 4m 4s1/1OK: 8 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:03:12 0d 0h 0m 15s1/1CRITICAL: 61 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:23389d 8h 27m 13s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:09:23389d 8h 27m 24s1/1*** sendmail: Nok *** 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 26m 42s1/1SWAP OK - 98% free (1965 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 25m 43s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Test + Process
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:24389d 8h 25m 43s1/1*** badprocess: Nok *** 
+ + + + + + + +
+ + + + + + +
Total + P
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
PENDINGN/A 0d 0h 1m 12s+1/1Service is not scheduled to be checked... 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:09:23389d 8h 25m 43s1/1PROCS WARNING: 191 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:441708d 3h 22m 12s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:55 0d 0h 0m 32s1/1WARNING: 9 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-13-2015 23:04:231708d 3h 33m 0s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
rhel3.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55389d 8h 29m 33s1/1DISK OK - free space: / 23224 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:1391d 11h 6m 14s1/1OK: 7 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13382d 15h 59m 42s1/1httpd (pid 12895) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55224d 11h 36m 24s1/1OK: 78 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55389d 8h 27m 51s1/1CPU STATISTICS OK: user=4.86% system=2.05% iowait=0.05% + idle=93.04% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 27m 24s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Dovecot + Mail Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:07:55389d 8h 27m 13s1/1dovecot is stopped 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:55165d 10h 49m 14s1/1OK: 8 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34152d 17h 53m 32s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24389d 8h 28m 31s1/1OK - load average: 0.92, 0.97, 0.79 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35389d 8h 29m 2s1/1OK - 1436 / 2005 MB (71%) Free Memory, Used: 1636 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1067 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:55165d 10h 50m 32s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23382d 15h 58m 23s1/1OK: 1952 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:231708d 3h 0m 43s1/1OK - 127.0.0.1: rta 0.080ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:3591d 11h 3m 43s1/1OK: 5 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:2491d 10h 51m 3s1/1OK: 27 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:34389d 8h 26m 52s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:11:24382d 16h 0m 24s1/1*** sendmail: Nok *** 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 28m 31s1/1SWAP OK - 98% free (1965 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13389d 8h 26m 42s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Test + Process
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-17-2020 01:02:23389d 8h 26m 42s1/1*** badprocess: Nok *** 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:23389d 8h 25m 42s1/1PROCS WARNING: 195 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54613d 10h 2m 22s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:5591d 11h 0m 32s1/1OK: 2 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-13-2015 23:04:441708d 2h 3m 43s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
rhel4.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
/ + Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13389d 8h 29m 2s1/1DISK OK - free space: / 23223 MB (64.86% inode=95%): 
+ + + + + + + +
+ + + + + + +
Apache + 404 Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:34 0d 0h 0m 53s1/1WARNING: 82 matching entries found 
+ + + + + + + +
+ + + + + + +
Apache + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 26m 52s1/1httpd (pid 15256) is running... 
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:2491d 11h 2m 51s1/1OK: 39 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Stats
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55382d 15h 58m 12s1/1CPU STATISTICS OK: user=4.71% system=1.70% iowait=0.05% + idle=93.54% 
+ + + + + + + +
+ + + + + + +
Cron + Scheduling Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13389d 8h 29m 33s1/1crond (pid 1677) is running... 
+ + + + + + + +
+ + + + + + +
Dovecot + Mail Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:12:13382d 15h 59m 42s1/1dovecot is stopped 
+ + + + + + + +
+ + + + + + +
Failed + SSH Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:131060d 9h 19m 54s1/1OK: 3 matching entries found 
+ + + + + + + +
+ + + + + + +
Linux + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:351440d 8h 0m 5s1/1OK: 8 matching entries found 
+ + + + + + + +
+ + + + + + +
Load +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:23389d 8h 28m 2s1/1OK - load average: 1.45, 1.07, 0.83 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24389d 8h 29m 33s1/1OK - 1436 / 2005 MB (71%) Free Memory, Used: 1637 MB, Shared: 34 + MB, Buffers: 155 MB, Cached: 1068 MB 
+ + + + + + + +
+ + + + + + +
MySQL + Crashed Tables
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:1291d 11h 15m 14s1/1OK: 2 matching entries found 
+ + + + + + + +
+ + + + + + +
Open + Files
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34389d 8h 26m 24s1/1OK: 1952 open files (1% of max 187744) 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:351708d 3h 11m 42s1/1OK - 127.0.0.1: rta 0.062ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35598d 16h 27m 34s1/1OK: 5 MB/s reported 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13175d 12h 53m 3s1/1OK: 24 MB/s reported 
+ + + + + + + +
+ + + + + + +
SSH + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12389d 8h 28m 31s1/1openssh-daemon (pid 6300) is running... 
+ + + + + + + +
+ + + + + + +
Sendmail +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:08:13389d 8h 28m 51s1/1*** sendmail: Nok *** 
+ + + + + + + +
+ + + + + + +
Swap + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13382d 15h 57m 52s1/1SWAP OK - 98% free (1961 MB out of 2015 MB) 
+ + + + + + + +
+ + + + + + +
System + Logging Daemon
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55382d 15h 59m 24s1/1rsyslogd (pid 1232) is running... 
+ + + + + + + +
+ + + + + + +
Test + Process
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:10:24389d 8h 27m 51s1/1*** badprocess: Nok *** 
+ + + + + + + +
+ + + + + + +
Total + Processes
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:10:13389d 8h 27m 24s1/1PROCS WARNING: 190 processes 
+ + + + + + + +
+ + + + + + +
Users +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:131463d 11h 40m 6s1/1USERS OK - 0 users currently logged in 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:23 0d 0h 1m 4s1/1WARNING: 7 MB/s reported 
+ + + + + + + +
+ + + + + + +
Yum + Updates
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-13-2015 21:30:271708d 3h 33m 0s1/1YUM WARNING: O/S requires an update. 
+ + + + + + + +
+ + + + + + +
secure.nagios.com
+
+ + + + + + +
+
+
+ + + + + + + +
+ + + + + + +
DNS + IP Match
+
+ + + + + +
+
+
OK12-16-2019 13:10:482762d 12h 39m 49s1/5DNS OK: 0.010 seconds response time. secure.nagios.com returns + 50.116.21.73 
+ + + + + + + +
+ + + + + + +
DNS + Resolution
+
+ + + + + +
+
+
OK12-16-2019 13:10:513557d 3h 3m 25s1/5DNS OK: 0.012 seconds response time. secure.nagios.com returns + 50.116.21.73 
+ + + + + + + +
+ + + + + + +
HTTP +
+
+ + + + + +
+
+
OK12-16-2019 13:10:553541d 2h 32m 30s1/5HTTP OK: HTTP/1.1 302 Found - 431 bytes in 0.006 second response + time 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + +
+
+
OK12-16-2019 13:10:593523d 5h 46m 29s1/5OK - secure.nagios.com: rta 0.463ms, lost 0% 
+ + + + + + + +
+ + + + + + +
SSL + Certificate
+
+ + + + + +
+
+
OK12-16-2019 13:11:011708d 4h 0m 16s1/5SSL OK - Certificate '*.nagios.com' will expire on 2020-06-10 + 18:59 -0500/CDT. 
+ + + + + + + +
+ + + + + + +
Web + Page Content
+
+ + + + + +
+
+
CRITICAL12-16-2019 13:11:043688d 1h 43m 33s5/5HTTP CRITICAL: HTTP/1.1 200 OK - string 'foobar' not found + on 'https://secure.nagios.com:443/' - 3560 bytes in 0.056 second response time 
+ + + + + + + +
+ + + + + + +
somehost
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
someservice +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
PENDINGN/A 0d 0h 1m 12s+1/1Service is not scheduled to be checked... 
+ + + + + + + +
+ + + + + + +
switch27.nagios.local
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55 0d 0h 0m 32s1/1OK: 68 MB/s reported 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:35165d 10h 42m 53s1/1OK - 192.168.5.90: rta 1.096ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 1 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23731d 8h 18m 1s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 1 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:30:561708d 2h 38m 3s1/1OK: Interface Port: 1 Gigabit - Level (index 1) is up. 
+ + + + + + + +
+ + + + + + +
Port + 10 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 22m 50s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 10 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-27-2018 08:49:321708d 3h 50m 0s1/1CRITICAL: Interface Port: 10 Gigabit - Level (index 10) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 11 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:131708d 3h 46m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 11 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:39:56731d 8h 27m 14s1/1CRITICAL: Interface Port: 11 Gigabit - Level (index 11) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 12 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:121708d 3h 54m 2s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 12 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:03:25249d 8h 0m 2s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 13 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:231708d 3h 33m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 13 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 14:59:15731d 8h 22m 3s1/1CRITICAL: Interface Port: 13 Gigabit - Level (index 13) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 14 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:441708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 14 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:01:491708d 3h 50m 0s1/1CRITICAL: Interface Port: 14 Gigabit - Level (index 14) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 15 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:131708d 3h 31m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 15 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:04:14613d 9h 59m 13s1/1CRITICAL: Interface Port: 15 Gigabit - Level (index 15) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 16 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:241708d 3h 50m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 16 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:22:13349d 13h 41m 14s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 17 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23598d 16h 26m 26s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 17 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:24:14349d 13h 39m 13s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 18 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:351708d 2h 58m 32s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 18 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-13-2015 22:55:441708d 3h 37m 12s1/1CRITICAL: Interface Port: 18 Gigabit - Level (index 18) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 19 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551708d 3h 46m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 19 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-13-2015 21:32:151708d 3h 37m 12s1/1CRITICAL: Interface Port: 19 Gigabit - Level (index 19) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 2 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551623d 16h 29m 22s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 2 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:47:57731d 8h 19m 30s1/1CRITICAL: Interface Port: 2 Gigabit - Level (index 2) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 20 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:131708d 3h 54m 2s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 20 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
PENDINGN/A 0d 0h 1m 12s+1/1Service is not scheduled to be checked... 
+ + + + + + + +
+ + + + + + +
Port + 21 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:241708d 2h 55m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 21 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:34:56731d 8h 28m 31s1/1OK: Interface Port: 21 Gigabit - Level (index 21) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:241708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 22 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:02:03249d 8h 1m 24s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 23 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:55424d 9h 37m 3s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 23 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:04:56249d 7h 58m 31s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 24 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:131708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 24 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:01:051708d 2h 48m 32s1/1OK: Interface Port: 24 Gigabit - Level (index 24) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 25 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:341623d 16h 29m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 25 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:02:56731d 8h 18m 1s1/1OK: Interface CPU Interface : 1 (index 25) is up. 
+ + + + + + + +
+ + + + + + +
Port + 3 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:01:551708d 3h 11m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 3 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:47:571708d 2h 38m 3s1/1OK: Interface Port: 3 Gigabit - Level (index 3) is up. 
+ + + + + + + +
+ + + + + + +
Port + 4 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:131708d 2h 21m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 4 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:23:14613d 9h 55m 13s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 5 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:121708d 2h 59m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 5 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:03:121708d 3h 0m 33s1/1OK: Interface Port: 5 Gigabit - Level (index 5) is up. 
+ + + + + + + +
+ + + + + + +
Port + 6 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:241708d 3h 53m 52s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 6 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-13-2015 22:41:451708d 3h 50m 0s1/1CRITICAL: Interface Port: 6 Gigabit - Level (index 6) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 7 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:131708d 3h 50m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 7 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-27-2018 08:44:22731d 8h 33m 14s1/1CRITICAL: Interface Port: 7 Gigabit - Level (index 7) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 8 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:341708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 8 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:34:561708d 3h 37m 49s1/1CRITICAL: Interface Port: 8 Gigabit - Level (index 8) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 9 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12623d 13h 18m 33s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 9 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
PENDINGN/A 0d 0h 1m 12s+1/1Service is not scheduled to be checked... 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:1291d 10h 56m 3s1/1OK: 1 MB/s reported 
+ + + + + + + +
+ + + + + + +
vs1.nagios.org
+
+ + + + + + +
+
+
+ + + + + + + +
+ + + + + + +
HTTP +
+
+ + + + + +
+
+
OK12-16-2019 13:11:073549d 21h 3m 25s1/5HTTP OK: HTTP/1.1 302 Found - 224 bytes in 0.004 second response + time 
+ + + + + + + +
+ + + + + + +
SSH +
+
+ + + + + +
+
+
OK12-16-2019 13:11:113532d 9h 10m 51s1/5SSH OK - OpenSSH_5.3 (protocol 2.0) 
+ + + + + + + +
+ + + + + + +
windows-switch.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:1391d 11h 1m 14s1/1OK: 79 MB/s reported 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23165d 10h 40m 3s1/1OK - 192.168.5.90: rta 2.579ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 1 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12613d 10h 3m 31s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 1 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:04:34249d 7h 58m 53s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 10 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 11m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 10 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:01:061708d 2h 57m 3s1/1CRITICAL: Interface Port: 10 Gigabit - Level (index 10) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 11 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:121708d 3h 46m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 11 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:03:14731d 8h 18m 1s1/1CRITICAL: Interface Port: 11 Gigabit - Level (index 11) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 12 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:341708d 3h 14m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 12 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:06:151708d 2h 49m 25s1/1CRITICAL: Interface Port: 12 Gigabit - Level (index 12) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 13 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:131708d 2h 50m 54s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 14 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 2h 41m 53s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 14 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-13-2015 23:04:121708d 2h 43m 42s1/1CRITICAL: Interface Port: 14 Gigabit - Level (index 14) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 15 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:551463d 12h 41m 53s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 15 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:04:441708d 2h 23m 42s1/1OK: Interface Port: 15 Gigabit - Level (index 15) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 16 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:131708d 3h 12m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 16 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:32:141708d 2h 38m 3s1/1CRITICAL: Interface Port: 16 Gigabit - Level (index 16) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 17 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:441708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 17 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-16-2018 16:30:56731d 8h 32m 31s1/1OK: Interface Port: 17 Gigabit - Level (index 17) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 18 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:551564d 13h 52m 20s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 18 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-27-2018 08:49:521708d 2h 32m 42s1/1CRITICAL: Interface Port: 18 Gigabit - Level (index 18) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 19 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:131708d 3h 46m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 19 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL03-16-2018 16:40:141708d 3h 1m 53s1/1CRITICAL: Interface Port: 19 Gigabit - Level (index 19) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 2 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:131708d 3h 33m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 2 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:03:25249d 8h 0m 2s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 20 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 50m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 20 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 14:59:15613d 10h 4m 12s1/1CRITICAL: Interface Port: 20 Gigabit - Level (index 20) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 21 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:121708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 21 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:02:031708d 3h 37m 49s1/1OK: Interface Port: 21 Gigabit - Level (index 21) is up.  +
+ + + + + + + +
+ + + + + + +
Port + 22 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:551708d 2h 19m 32s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 22 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-12-2018 15:04:251708d 3h 31m 49s1/1CRITICAL: Interface Port: 22 Gigabit - Level (index 22) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 23 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34424d 9h 37m 3s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 23 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:22:13349d 13h 41m 14s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 24 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:341708d 3h 37m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 24 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING04-02-2019 11:24:45349d 13h 38m 42s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 25 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:341708d 3h 11m 42s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 25 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 22:58:231708d 2h 59m 14s1/1OK: Interface CPU Interface : 1 (index 25) is up. 
+ + + + + + + +
+ + + + + + +
Port + 3 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 53m 0s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 3 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-13-2015 23:04:231708d 2h 48m 32s1/1OK: Interface Port: 3 Gigabit - Level (index 3) is up. 
+ + + + + + + +
+ + + + + + +
Port + 4 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341623d 16h 32m 12s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 4 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-16-2018 16:33:45731d 8h 32m 42s1/1WARNING: Interface Port: 4 Gigabit - Level (index 4) is + administratively down. 
+ + + + + + + +
+ + + + + + +
Port + 5 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 46m 49s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 5 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL07-27-2018 08:48:52598d 16h 14m 35s1/1CRITICAL: Interface Port: 5 Gigabit - Level (index 5) is + down. 
+ + + + + + + +
+ + + + + + +
Port + 6 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:441708d 2h 35m 43s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 6 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
PENDINGN/A 0d 0h 1m 12s+1/1Service is not scheduled to be checked... 
+ + + + + + + +
+ + + + + + +
Port + 7 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:231708d 3h 0m 43s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 7 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:02:34249d 8h 0m 53s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 8 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:241440d 7h 59m 32s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 8 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING07-11-2019 17:04:56249d 7h 58m 31s1/1WARNING: SNMP error: No response from remote host + '192.168.5.41' 
+ + + + + + + +
+ + + + + + +
Port + 9 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:351708d 2h 59m 14s1/1OK - Current BW in: 0Mbps Out: 0Mbps 
+ + + + + + + +
+ + + + + + +
Port + 9 Status
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK07-12-2018 15:01:061708d 2h 7m 32s1/1OK: Interface Port: 9 Gigabit - Level (index 9) is up. 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:5591d 10h 55m 32s1/1OK: 1 MB/s reported 
+ + + + + + + +
+ + + + + + +
windowserver1.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:2491d 11h 1m 3s1/1OK: 66 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:13389d 8h 25m 43s1/1CPU Load 3% (5 min average) 
+ + + + + + + +
+ + + + + + +
Drive + C: Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:55382d 15h 56m 43s1/1C: - total: 59.90 Gb - used: 43.18 Gb (72%) - free 16.72 Gb + (28%) 
+ + + + + + + +
+ + + + + + +
Explorer +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:08:13349d 13h 40m 42s1/1explorer.exe: not running 
+ + + + + + + +
+ + + + + + +
Facebook + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:11:3491d 10h 52m 52s1/1WARNING: 8 MB/s reported 
+ + + + + + + +
+ + + + + + +
IIS + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:34382d 15h 56m 43s1/1W3SVC: Started 
+ + + + + + + +
+ + + + + + +
Logon + Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12389d 8h 27m 51s1/1Login Errors since last reboot is 0 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 25m 43s1/1Memory usage: total:8189.32 MB - used: 1521.39 MB (19%) - free: + 6667.94 MB (81%) 
+ + + + + + + +
+ + + + + + +
Page + File Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 28m 2s1/1Paging File usage is 0.00 % 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44389d 8h 25m 42s1/1OK - 192.168.223.12: rta 0.283ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12 0d 0h 0m 15s1/1OK: 6 MB/s reported 
+ + + + + + + +
+ + + + + + +
SQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 25m 42s1/1MSSQLSERVER: Started 
+ + + + + + + +
+ + + + + + +
Server + Work Queues
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13389d 8h 27m 24s1/1Current work queue (an indication of processing load) is 0  +
+ + + + + + + +
+ + + + + + +
Uptime +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:12382d 16h 1m 24s1/1System Uptime - 5 day(s) 10 hour(s) 2 minute(s) 
+ + + + + + + +
+ + + + + + +
Windows + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:24731d 8h 25m 29s1/1OK: 0 matching entries found 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING03-17-2020 01:02:55 0d 0h 0m 32s1/1WARNING: 8 MB/s reported 
+ + + + + + + +
+ + + + + + +
windowserver2.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23152d 17h 48m 33s1/1OK: 67 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13382d 16h 0m 54s1/1CPU Load 3% (5 min average) 
+ + + + + + + +
+ + + + + + +
Drive + C: Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 28m 2s1/1C: - total: 59.90 Gb - used: 42.38 Gb (71%) - free 17.52 Gb + (29%) 
+ + + + + + + +
+ + + + + + +
Explorer +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:12:24349d 13h 41m 42s1/1explorer.exe: not running 
+ + + + + + + +
+ + + + + + +
Facebook + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:2491d 10h 54m 4s1/1OK: 2 MB/s reported 
+ + + + + + + +
+ + + + + + +
IIS + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13389d 8h 29m 2s1/1W3SVC: Started 
+ + + + + + + +
+ + + + + + +
Logon + Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 27m 24s1/1Login Errors since last reboot is 0 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:24382d 15h 56m 54s1/1Memory usage: total:8189.32 MB - used: 1521.45 MB (19%) - free: + 6667.88 MB (81%) 
+ + + + + + + +
+ + + + + + +
Page + File Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 27m 51s1/1Paging File usage is 0.00 % 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55389d 8h 25m 43s1/1OK - 192.168.223.12: rta 1.526ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:3591d 11h 1m 43s1/1OK: 3 MB/s reported 
+ + + + + + + +
+ + + + + + +
SQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 25m 43s1/1MSSQLSERVER: Started 
+ + + + + + + +
+ + + + + + +
Server + Work Queues
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:55382d 16h 0m 54s1/1Current work queue (an indication of processing load) is 0  +
+ + + + + + + +
+ + + + + + +
Uptime +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12382d 15h 56m 54s1/1System Uptime - 4 day(s) 8 hour(s) 9 minute(s) 
+ + + + + + + +
+ + + + + + +
Windows + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:2391d 10h 51m 14s1/1OK: 6 matching entries found 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:2491d 10h 51m 3s1/1OK: 4 MB/s reported 
+ + + + + + + +
+ + + + + + +
windowserver3.nagios.local +
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:5591d 11h 1m 32s1/1OK: 61 MB/s reported 
+ + + + + + + +
+ + + + + + +
CPU + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23382d 16h 1m 24s1/1CPU Load 3% (5 min average) 
+ + + + + + + +
+ + + + + + +
Drive + C: Disk Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44382d 15h 56m 43s1/1C: - total: 59.90 Gb - used: 43.18 Gb (72%) - free 16.72 Gb + (28%) 
+ + + + + + + +
+ + + + + + +
Explorer +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
CRITICAL12-16-2019 13:08:24349d 13h 41m 14s1/1explorer.exe: not running 
+ + + + + + + +
+ + + + + + +
Facebook + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:1391d 11h 10m 14s1/1OK: 0 MB/s reported 
+ + + + + + + +
+ + + + + + +
IIS + Web Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:23389d 8h 27m 51s1/1W3SVC: Started 
+ + + + + + + +
+ + + + + + +
Logon + Errors
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:13382d 16h 0m 24s1/1Login Errors since last reboot is 0 
+ + + + + + + +
+ + + + + + +
Memory + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:44382d 15h 56m 43s1/1Memory usage: total:8189.32 MB - used: 1521.38 MB (19%) - free: + 6667.94 MB (81%) 
+ + + + + + + +
+ + + + + + +
Page + File Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:13382d 16h 0m 54s1/1Paging File usage is 0.27 % 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 28m 12s1/1OK - 192.168.223.12: rta 0.194ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:5591d 10h 51m 32s1/1OK: 13 MB/s reported 
+ + + + + + + +
+ + + + + + +
SQL + Server
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:24389d 8h 28m 12s1/1MSSQLSERVER: Started 
+ + + + + + + +
+ + + + + + +
Server + Work Queues
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54389d 8h 28m 2s1/1Current work queue (an indication of processing load) is 0  +
+ + + + + + + +
+ + + + + + +
Uptime +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54382d 16h 1m 24s1/1System Uptime - 5 day(s) 10 hour(s) 2 minute(s) 
+ + + + + + + +
+ + + + + + +
Windows + Failed Logins
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:551463d 11h 48m 43s1/1OK: 1 matching entries found 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12 0d 0h 0m 15s1/1OK: 5 MB/s reported 
+ + + + + + + +
+ + + + + + +
www.acme.com
+
+ + + + + + +
+
+
+ + + + + + + +
+ + + + + + +
DNS + IP Match - www.acme.com
+
+ + + + + +
+
+
CRITICAL12-16-2019 13:11:14623d 13h 27m 0s5/5DNS CRITICAL - expected '216.27.178.28' but got + '157.131.251.23' 
+ + + + + + + +
+ + + + + + +
DNS + Resolution - www.acme.com
+
+ + + + + +
+
+
OK12-16-2019 13:11:193510d 11h 23m 42s1/5DNS OK: 0.010 seconds response time. www.acme.com returns + 157.131.251.23 
+ + + + + + + +
+ + + + + + +
www.chaoticmoon.com
+
+ + + + + + +
+
+
+ + + + + + + +
+ + + + + + +
DNS + IP Match
+
+ + + + + +
+
+
WARNING12-16-2019 13:11:25284d 12h 38m 47s5/5DNS WARNING - ⏕.255.199.5 
+ + + + + + + +
+ + + + + + +
DNS + Resolution
+
+ + + + + +
+
+
WARNING12-16-2019 13:11:27284d 12h 35m 9s5/5DNS WARNING - ⏕.255.199.5 
+ + + + + + + +
+ + + + + + +
HTTP +
+
+ + + + + +
+
+
UNKNOWN12-16-2019 13:11:30284d 12h 34m 52s5/5check_http: Invalid hostname/address - + www.chaoticmoon.com 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + +
+
+
UNKNOWN12-16-2019 13:11:33284d 12h 34m 57s5/5check_icmp: Failed to resolve www.chaoticmoon.com 
+ + + + + + + +
+ + + + + + +
www.cnn.com
+
+ + + + + + +
+
+
+ + + + + + + +
+ + + + + + +
Web + Transaction
+
+ + + + + + +
+
+
OK12-16-2019 13:11:362762d 13h 39m 33s1/5WebInject OK - All tests passed successfully in 0.118 + seconds 
+ + + + + + + +
+ + + + + + +
www.nagios-plugins.org
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:2491d 11h 6m 4s1/1OK: 52 MB/s reported 
+ + + + + + + +
+ + + + + + +
DNS + IP Match
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:13623d 13h 19m 3s1/1DNS OK: 0.015 seconds response time. www.nagios-plugins.org + returns 72.14.186.43 
+ + + + + + + +
+ + + + + + +
DNS + Resolution
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:231708d 3h 53m 0s1/1DNS OK: 0.015 seconds response time. www.nagios-plugins.org + returns 72.14.186.43 
+ + + + + + + +
+ + + + + + +
HTTP +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:09:54598d 16h 29m 55s1/1HTTP OK: HTTP/1.1 200 OK - 128840 bytes in 0.573 second response + time 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:551708d 3h 25m 50s1/1OK - www.nagios-plugins.org: rta 36.720ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:2491d 11h 10m 53s1/1OK: 40 MB/s reported 
+ + + + + + + +
+ + + + + + +
Web + Page Content
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:241586d 9h 40m 9s1/1HTTP OK: HTTP/1.1 200 OK - 128840 bytes in 0.543 second response + time 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:11:5591d 10h 52m 14s1/1WARNING: 8 MB/s reported 
+ + + + + + + +
+ + + + + + +
www.nagios.com
+
+ + + + + + +
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:12:2491d 11h 7m 4s1/1OK: 80 MB/s reported 
+ + + + + + + +
+ + + + + + +
DNS + IP Match
+
+ + + + + + +
This service is flapping between states
+
+
CRITICAL03-17-2020 01:03:0691d 10h 52m 46s3/5DNS CRITICAL - expected '50.116.21.73' but got + '2600:3c00::f03c:91ff:fe18:849c,45.33.1.79' 
+ + + + + + + +
+ + + + + + +
DNS + Resolution
+
+ + + + + +
+
+
OK12-16-2019 13:11:413555d 21h 47m 29s1/5DNS OK: 0.015 seconds response time. www.nagios.com returns + 2600:3c00::f03c:91ff:fe18:849c,45.33.1.79 
+ + + + + + + +
+ + + + + + +
HTTP +
+
+ + + + + +
+
+
OK12-16-2019 13:11:44598d 16h 40m 38s1/5HTTP OK: HTTP/1.1 301 Moved Permanently - 449 bytes in 0.001 + second response time 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + +
+
+
OK03-17-2020 01:03:123523d 5h 35m 29s1/5OK - www.nagios.com: rta 32.980ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:1391d 11h 5m 14s1/1OK: 9 MB/s reported 
+ + + + + + + +
+ + + + + + +
Web + Page Content
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:07:351708d 1h 53m 43s1/1HTTP OK: HTTP/1.1 200 OK - 128840 bytes in 0.578 second response + time 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
WARNING12-16-2019 13:12:2491d 10h 52m 3s1/1WARNING: 8 MB/s reported 
+ + + + + + + +
+ + + + + + +
www.nagios.org
+
+ + + + + + + +
Active checks of this host have been disabled - only passive checks are being accepted
+
+
+ + + + + + + +
+ + + + + + +
Bandwidth + Spike
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55 0d 0h 0m 32s1/1OK: 60 MB/s reported 
+ + + + + + + +
+ + + + + + +
DNS + IP Match
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:03:12623d 13h 19m 33s1/1DNS OK: 0.013 seconds response time. www.nagios.org returns + 45.33.126.74 
+ + + + + + + +
+ + + + + + +
DNS + Resolution
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:551623d 16h 29m 0s1/1DNS OK: 0.006 seconds response time. www.nagios.org returns + 45.33.126.74 
+ + + + + + + +
+ + + + + + +
HTTP +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:551708d 3h 53m 0s1/1HTTP OK: HTTP/1.1 200 OK - 131292 bytes in 0.519 second response + time 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:08:341708d 3h 53m 52s1/1OK - www.nagios.org: rta 31.616ms, lost 0% 
+ + + + + + + +
+ + + + + + +
Port + 80 Bandwidth
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:10:1391d 10h 53m 14s1/1OK: 46 MB/s reported 
+ + + + + + + +
+ + + + + + +
Web + Page Content
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK12-16-2019 13:11:34521d 9h 11m 3s1/1HTTP OK: HTTP/1.1 200 OK - 131292 bytes in 0.473 second response + time 
+ + + + + + + +
+ + + + + + +
Youtube + Usage
+
+ + + + + + +
Active checks of the service have been disabled - only passive checks are being accepted +
+
+
OK03-17-2020 01:02:55 0d 0h 1m 4s1/1OK: 4 MB/s reported 
+ + + + + + + +
+ + + + + + +
www.twitter.com
+
+ + + + + + +
+
+
+ + + + + + + +
+ + + + + + +
DNS + IP Match
+
+ + + + + +
+
+
CRITICAL12-16-2019 13:11:552695d 13h 6m 0s5/5DNS CRITICAL - expected + '199.59.148.10,199.59.150.39,199.59.150.7' but got '104.244.42.129,104.244.42.193' 
+ + + + + + + +
+ + + + + + +
DNS + Resolution
+
+ + + + + +
+
+
OK12-16-2019 13:11:593510d 11h 20m 33s1/5DNS OK: 0.009 seconds response time. www.twitter.com returns + 104.244.42.129,104.244.42.193 
+ + + + + + + +
+ + + + + + +
HTTP +
+
+ + + + + +
+
+
UNKNOWN12-16-2019 13:12:012134d 16h 6m 11s5/5check_http: Invalid onredirect option - -u 
+ + + + + + + +
+ + + + + + +
Ping +
+
+ + + + + +
+
+
OK12-16-2019 13:12:05559d 13h 10m 58s1/5OK - www.twitter.com: rta 18.846ms, lost 0% 
+
+
Results 1 - 1007 of 1007 Matching Services
+ + + + + +
+
+
Never show this again
+
+ +
+
+
Page Tour
x
+
+ + + \ No newline at end of file