The Art of Monitoring

Total Page:16

File Type:pdf, Size:1020Kb

The Art of Monitoring Version: v1.0.3 (2c4a7d0) 1 The Art of Monitoring James Turnbull September 16, 2016 Version: v1.0.3 (2c4a7d0) Website: The Art of Monitoring Some rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical or photocopying, recording, or otherwise, for commercial purposes without the prior permission of the publisher. This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. To view a copy of this license, visit here. © Copyright 2016 - James Turnbull <[email protected]> Contents Page Foreword 1 Who is this book for? ............................... 1 Credits and Acknowledgments ......................... 1 Technical Reviewers ............................... 2 Caitie McCaffrey ................................ 2 Paul Stack .................................... 2 Jamie Wilkinson ................................ 2 Editor ........................................ 3 Author ........................................ 3 Conventions in the book ............................. 3 Code and Examples ................................ 4 Colophon ...................................... 4 Errata ........................................ 4 Disclaimer ...................................... 4 Copyright ...................................... 5 Version ....................................... 6 Chapter 1 Introduction 7 Welcome to the Art of Monitoring ....................... 8 What is monitoring? ............................... 9 The business as a customer ......................... 9 Information Technology as a customer .................. 10 What does monitoring actually look like? ................... 10 i Contents Manual, user-initiated, or no monitoring ................. 11 Reactive ..................................... 11 Proactive .................................... 12 Model distribution ................................. 13 Becoming Proactive ................................ 15 What’s in the book? ................................ 18 Tool choices .................................... 19 Chapter 2 A Monitoring and Measurement Framework 21 Blackbox versus Whitebox, or Pull versus Push ............... 23 Event, log, and metric-centered ......................... 26 More about metrics .............................. 26 So what’s a metric? .............................. 27 Types of metrics ................................ 29 Metric summaries ............................... 31 Metric aggregation .............................. 32 Contextual and useful notifications ....................... 33 Visualization .................................... 36 So why this architecture? What’s wrong with traditional monitoring? . 37 Static configuration .............................. 38 Inflexible logic and thresholds ....................... 38 Object-centric ................................. 39 An interlude into pets and cattle ...................... 40 So what do we do differently? ....................... 41 Smarter threshold inputs ........................... 42 Collecting data for our monitoring framework ................ 53 Overhead and the observer effect ..................... 54 Summary ...................................... 54 Chapter 3 Managing events and metrics with Riemann 55 Introducing Riemann ............................... 56 Riemann architecture and implementation ................ 57 Version: v1.0.3 (2c4a7d0) ii Contents Installing Riemann .............................. 58 Configuring Riemann ............................... 67 Learning some Clojure ............................ 67 Riemann’s base configuration ........................ 68 Events, streams, and the index ....................... 73 Configuring events, streams, and the index ................ 77 Sending our first event to Riemann .................... 82 Creating our first Riemann monitoring check .............. 85 An interlude into Riemann filtering .................... 87 Connecting Riemann servers ........................... 90 Configuring the upstream Riemann servers ................ 92 Configuring the downstream Riemann server .............. 97 Enabling the send of our Riemann events downstream ......... 97 Alerting on the upstream Riemann servers .................. 100 Throttling Riemann events .......................... 109 Rolling up Riemann events ......................... 110 Alternatives to email notifications ..................... 111 Testing your Riemann configuration ...................... 111 Validating Riemann configuration ....................... 116 Performance, scaling, and making Riemann highly available ....... 117 Alternatives to Riemann ............................. 120 Summary ...................................... 121 Chapter 4 Introducing Graphite and Grafana 122 Introducing Graphite ............................... 123 Carbon ...................................... 124 Whisper ..................................... 124 Graphite Web, Graphite-API, and Grafana ................ 125 Graphite architecture ............................... 126 Installing Graphite ................................. 126 Installing Graphite on Ubuntu ....................... 129 Version: v1.0.3 (2c4a7d0) iii Contents Installing Graphite on Red Hat ....................... 130 Installing Graphite-API ............................ 133 Installing Grafana ............................... 136 Installing Graphite and Grafana via configuration management ... 139 Configuring Graphite and Carbon ....................... 140 Configuring Carbon’s metric retention ................... 148 Estimating Graphite storage ......................... 153 Carbon and Graphite service management ................ 155 Configuring Graphite-API ............................ 162 Service management for Graphite-API ................... 165 Testing the Graphite-API ........................... 167 Configuring Grafana ................................ 168 Configuring Riemann for Graphite ....................... 174 A brief introduction to Grafana ......................... 183 Graphite and Carbon Redundancy ....................... 191 Time and time zones ............................... 196 Managing time manually ........................... 197 Managing Time via configuration management ............. 202 Checking the time status ........................... 203 Alternatives to Graphite and Grafana ..................... 204 Commercial tools ............................... 204 Open-source tools ............................... 204 Whisper alternatives ............................... 205 InfluxDB ..................................... 206 Cyanite ..................................... 206 Summary ...................................... 206 Chapter 5 Host monitoring 208 Introducing collectd ................................ 210 What host components should we monitor? ................. 213 Installing collectd ................................. 214 Version: v1.0.3 (2c4a7d0) iv Contents Installing collectd on Ubuntu ........................ 215 Installing collectd on Red Hat ........................ 216 Installing collectd via configuration management ............ 217 Configuring collectd ................................ 218 Loading and configuring collectd plugins for monitoring ....... 224 Finishing up .................................. 247 Enabling and running collectd ....................... 247 The collectd events ................................ 248 Sending our collectd events to Graphite .................... 252 Refactoring the collectd metric names ..................... 253 Summary ...................................... 261 Chapter 6 Using collectd events in Riemann 262 Checking processes are running ......................... 263 Other actions and enhancements ........................ 270 Replicating some classic monitoring ...................... 271 Better monitoring through smarter data .................... 274 Building a median-based check ....................... 274 Using percentiles for host-based checks .................. 276 Creating check abstractions ......................... 279 Organizing our checks ............................ 286 Graphing collectd metrics with Grafana .................... 287 Creating the Hosts dashboard ........................ 288 Creating our first host graph ........................ 289 Creating a memory graph .......................... 294 Single host graphs ............................... 296 Additional graphs ............................... 297 Network, device, and Microsoft Windows monitoring ........... 299 Alternatives to collectd .............................. 299 Commercial tools ............................... 299 Open source .................................. 300 Version: v1.0.3 (2c4a7d0) v Contents Summary ...................................... 301 Chapter 7 Containers: another kind of host 302 Challenges with container monitoring ..................... 303 Monitoring Docker containers .......................... 307 Docker collectd plugin ............................ 310 Installing the Docker collectd plugin .................... 311 Configuring the Docker collectd plugin .................. 313 Processing Docker collectd statistics with Riemann ............. 316 Adding metadata to our Docker events .................. 324 Specifying different resolution for Docker metrics .............. 334 Cleaning up old Graphite Docker metrics ................... 337 Using Docker metrics for monitoring ..................... 338 Other container monitoring tools .......................
Recommended publications
  • Observing the Clouds: a Survey and Taxonomy of Cloud Monitoring Jonathan Stuart Ward† and Adam Barker*†
    Ward and Barker Journal of Cloud Computing: Advances, Systems and Applications (2014) 3:24 DOI 10.1186/s13677-014-0024-2 RESEARCH Open Access Observing the clouds: a survey and taxonomy of cloud monitoring Jonathan Stuart Ward† and Adam Barker*† Abstract Monitoring is an important aspect of designing and maintaining large-scale systems. Cloud computing presents a unique set of challenges to monitoring including: on-demand infrastructure, unprecedented scalability, rapid elasticity and performance uncertainty. There are a wide range of monitoring tools originating from cluster and high-performance computing, grid computing and enterprise computing, as well as a series of newer bespoke tools, which have been designed exclusively for cloud monitoring. These tools express a number of common elements and designs, which address the demands of cloud monitoring to various degrees. This paper performs an exhaustive survey of contemporary monitoring tools from which we derive a taxonomy, which examines how effectively existing tools and designs meet the challenges of cloud monitoring. We conclude by examining the socio-technical aspects of monitoring, and investigate the engineering challenges and practices behind implementing monitoring strategies for cloud computing. Keywords: Cloud computing; Monitoring Introduction most accepted description of the general properties of Monitoring large-scale distributed systems is challeng- cloud computing comes from the US based National Insti- ing and plays a crucial role in virtually every aspect of tution of Standards and Technology (NIST) and other a software orientated organisation. It requires substantial contributors [3,4]: engineering effort to identify pertinent information and to • obtain, store and process that information in order for it On-demand self service: A consumer is able to to become useful.
    [Show full text]
  • Munin Documentation Release 2.999.10-Detached-2018-12-16-C13-G47debb5
    Munin Documentation Release 2.999.10-detached-2018-12-16-c13-g47debb5 The Munin project and its contributors Dec 16, 2018 Contents 1 Preface 3 1.1 What is Munin ?...........................................3 1.2 Conventions.............................................3 1.3 Further Information.........................................3 1.4 Bug Reporting Guidelines......................................6 1.5 Documenting Munin.........................................7 2 Tutorial 11 2.1 Getting Started............................................ 11 2.2 Wildcard Plugins........................................... 13 2.3 Using SNMP plugins......................................... 14 2.4 Let Munin croak alarm........................................ 15 2.5 Munin and Nagios.......................................... 20 2.6 Advanced Features.......................................... 24 2.7 Extraordinary Usage......................................... 25 2.8 Monitoring the “unreachable” hosts................................. 25 2.9 Troubleshooting........................................... 28 3 Munin’s Architecture 35 3.1 Overview............................................... 35 3.2 Components............................................. 36 3.3 Protocols............................................... 60 3.4 Syntax................................................ 62 3.5 API.................................................. 64 4 Munin Installation 65 4.1 Prerequisites............................................. 65 4.2 Installing Munin..........................................
    [Show full text]
  • Performance-Analyse in Großen Umgebungen Mit Collectd
    Performance-Analyse in großen Umgebungen mit collectd Performance-Analyse in großen Umgebungen mit collectd Sebastian tokkee\ Harl " <[email protected]> FrOSCon 2009 2009-08-22 Performance-Analyse in großen Umgebungen mit collectd Was ist collectd? Gliederung Was ist collectd? Wichtige Eigenschaften Wichtige Plugins Eigene Erweiterungen Uber¨ den Tellerrand Performance-Analyse in großen Umgebungen mit collectd Was ist collectd? Was ist collectd? I collectd sammelt Leistungsdaten von Rechnern I Leistungsdaten sind zum Beispiel: I CPU-Auslastung I Speichernutzung I Netzwerkverkehr I Daten werden erhoben, verarbeitet und gespeichert I H¨aufig: Darstellung als Graphen I Nicht verwechseln mit Monitoring! Performance-Analyse in großen Umgebungen mit collectd Was ist collectd? Kontakt I Homepage: http://collectd.org/ I Mailinglist: [email protected] I IRC: #collectd auf irc.freenode.net Web 2.0\: http://identi.ca/collectd I " Performance-Analyse in großen Umgebungen mit collectd Was ist collectd? Wichtige Eigenschaften Wichtige Eigenschaften I Daemon I Freie Software (gr¨oßtenteils GPLv2) I Portierbar (Linux, *BSD, Solaris, . ) I Skalierbar (OpenWrt, . , Cluster / Cloud) I Effizient (Default-Aufl¨osung: 10 Sekunden) I Modular (Uber¨ 70 Plugins) Performance-Analyse in großen Umgebungen mit collectd Was ist collectd? Wichtige Eigenschaften Wichtige Eigenschaften I Daemon I Freie Software (gr¨oßtenteils GPLv2) I Portierbar (Linux, *BSD, Solaris, . ) I Skalierbar (OpenWrt, . , Cluster / Cloud) I Effizient (Default-Aufl¨osung: 10 Sekunden) I Modular (Uber¨ 70 Plugins) Performance-Analyse in großen Umgebungen mit collectd Was ist collectd? Wichtige Eigenschaften Wichtige Eigenschaften: 10-Sekunden-Aufl¨osung Performance-Analyse in großen Umgebungen mit collectd Was ist collectd? Wichtige Eigenschaften Wichtige Eigenschaften I Daemon I Freie Software (gr¨oßtenteils GPLv2) I Portierbar (Linux, *BSD, Solaris, .
    [Show full text]
  • Ubuntunet-Connect 2013
    UbuntuNet-Connect 2013 Transforming Education and Research Proceedings and Report of the 6th UbuntuNet Alliance Annual Conference 14 - 15 November 2013 Lemigo Hotel, Kigali, Rwanda Sponsors: .. ISSN 2223-7062 1 Proceedings Editors: Tiwonge Msulira Banda, Margaret E Ngwira and Rose Chisowa UbuntuNet Alliance Secretariat P.O. Box 2550 Lilongwe, Malawi Lilongwe, Malawi: UbuntuNet Alliance, 2013 www.ubuntunet.net i ISSN 2223-7062 Key title: Proceedings and report of the 6th UbuntuNet Alliance annual conference Abbreviated key title: Proc. rep. 6th UbuntuNet Alliance annu. conf. ii ACKNOWLEDGEMENTS UbuntuNet-Connect is made possible through the various roles that different people and organizations play. We would like to thank each one of them for their support. We wish to acknowledge with gratitude the work of the UbuntuNet-Connect reviewers who year by year give prompt feedback and ensure that the quality of accepted abstracts continues to rise. We also acknowledge the many people who submitted abstracts for the conference. Competition was tight in 2013 but if your abstract was not accepted this year, we encourage you to submit another abstract next year. The contribution of the Rwanda Ministry of Education and the Rwanda Development Board was ongoing and essential and is acknowledged with great appreciation. The Network Startup Resource Centre (NSRC) whose sponsorship funded the participation of the African presenters played a great role in the success of the conference To our Diamond Sponsors: XON; Gold Sponsors: AfricaConnect, NSRC, Liquid Telecomm and Government of Rwanda; Silver Sponsor: WIOCC; and Bronze Sponsors : Optelian, BSC (Broadband Systems Corporation ) and KBC (Kigali Bus Company), we thank you warmly for this investment in the future and request that you continue supporting UbuntuNet-Connect.
    [Show full text]
  • Lucas Nussbaum [email protected]
    Supervision - Monitoring Lucas Nussbaum [email protected] Licence professionnelle ASRALL Administration de systèmes, réseaux et applications à base de logiciels libres Lucas Nussbaum Supervision - Monitoring 1 / 51 Administrative stuff I Yes, this course is in English I will speak in French though Goal: get you used to reading technical documentation in English I This module: 6 slots of 3 hours Evaluation: practical work (TPs) + possibly exam Goals: F General knowledge of infrastructure monitoring F Master standard tools of the field F Know about the current trends in this field (e.g. impact of cloud and elasticity) I The other part of this module (Supervision - Annuaire) is totally independent (and with a different tutor: Fabien Pascale) Lucas Nussbaum Supervision - Monitoring 2 / 51 Introduction I Success criteria for sysadmins: infrastructure that just works Avoid incidents if possible If not possible, minimize downtime I How? Well-designed infrastructure Choose reliable technologies and software Add HA (high-availability), failover, redundancy, etc. I Not enough: Murphy’s law (Anything that can go wrong will go wrong) I Monitoring: Collect information about the state of the infrastructure Detect problems (before users have to report them) Predict problems Usual components: ; Probes to acquire data Database to store all measurements Dashboard to show results Notification system (email, SMS, etc.) Lucas Nussbaum Supervision - Monitoring 3 / 51 Example: Icinga https://nagios.debian.org/icinga/ – login: dsa-guest / password: dsa-guest Lucas Nussbaum Supervision - Monitoring 4 / 51 Example: graph from Munin I Disk usage on a server Lucas Nussbaum Supervision - Monitoring 5 / 51 Two sides of the same coin: Metrology Goal: collect lots of metrics about how the system behaves to track performance of the system over time telemetry I Example: collect statistics about; network traffic, HTTP req/s, disk I/Os, ..
    [Show full text]
  • 82103 QP Code:59232 Time : 2 ½ Hours Total Marks: 75
    F.Y.B.Sc. Computer Science Semester - I (C:75:25) Solution Set - December 2018 (03/12/2018) Subject Code: 82103 QP Code:59232 Time : 2 ½ Hours Total Marks: 75 Q1 Attempt All(Each of 5 marks) (15) a) Multiple Choice Questions 1) GPL stands for _______ i) Generle Public License ii) General Public License iii) Generic Public License iv) General Private License 2) Which of the following is not a phase of Life Cycle Paradigm / waterfall model? i) Analysis ii) Manufacturing iii) Design iv) Coding 3) _________ is the founder of FSF i) Richard Stallman ii) Denis Ritchie iii) Ken Thomson iv) All of these 4) __________ is a form of licensing in which an author surrenders some but not all rights under copyright law i) Copydown ii) License iii) Copyleft iv) Patent 5) The term BSD stands for ______________ i) Binary software distribution ii) Berkley software distribution iii) Binary software development iv) Berkley software development b) Fill in the blanks (Waterfall model, full, internationalization, Prototyping model, Firefox, localization, chrome, free hardware design, partial, open source software) 1) Waterfall model is a static, sequential and procedural approach in software engineering methodology. 2) full copyleft is when all parts of work can be modified by consecutive authors. 3) localization is the process of adapting software for a specific region or language by adding locale-specific components and translating text. 4) Firefox is a web browser project descended from Mozilla application suite. 5) free hardware design refers to design which can be freely copied, distributed, modified and manufactured. c) Short Answers: 1) What is free software? Ans: Free software or libre software is computer software distributed under terms that allow users to run the software for any purpose as well as to study, change, and distribute it and any adapted versions.
    [Show full text]
  • Munin Documentation
    Munin Documentation Release -limitsql − 2017 − 01 − 16 − c − g60eb51b The Munin project and its contributors January 17, 2017 Contents 1 Preface 3 1.1 What is Munin ?...........................................3 1.2 Conventions.............................................3 1.3 Further Information.........................................3 1.4 Bug Reporting Guidelines......................................5 1.5 Documenting Munin.........................................7 2 Tutorial 11 2.1 Getting Started............................................ 11 2.2 Wildcard Plugins........................................... 13 2.3 Using SNMP plugins......................................... 14 2.4 Let Munin croak alarm........................................ 15 2.5 Munin and Nagios.......................................... 20 2.6 Advanced Features.......................................... 24 2.7 Monitoring the “unreachable” hosts................................. 24 3 Munin’s Architecture 27 3.1 Overview............................................... 27 3.2 Components............................................. 28 3.3 Protocols............................................... 50 3.4 Syntax................................................ 52 3.5 API.................................................. 54 4 Munin installation 55 4.1 Prerequisites............................................. 55 4.2 Installing Munin........................................... 56 4.3 Initial configuration......................................... 58 4.4 Upgrade notes...........................................
    [Show full text]
  • Building a Better Network Monitoring System
    Building A Better Network Monitoring System A report submitted in fulfillment of the requirements for the degree of Bachelor of Computing and Mathematical Sciences with Honours at The University of Waikato by Brad Cowie Department of Computer Science Hamilton, New Zealand October 23, 2012 c 2012 Brad Cowie Abstract Network Monitoring Systems are essential in running the complex computer networks of today. They ensure all faults on the network are known and assist the network operator in fixing these faults. There are problems with the typical NMSs used for monitoring networks, both with the difficulty of configuration and the age of these systems. The popular NMSs in use today are either themselves old or extended from old systems designed a decade ago for monitoring much simpler and smaller networks. This project aims to plan and implement a system designed from the start to monitor a modern network and includes all tools in a single extendable system. By using today’s technologies and making good design decisions, this project aims to build a unified and fresh NMS that is easy to configure, maintain and use, streamlining the workflow of a network operator. Acknowledgements I would like to acknowledge and thank my supervisor Richard Nelson for su- pervising this project. Big thanks to the staff at the WAND research group for their support throughout the project, especially Shane Alcock and Brendon Jones for proofing parts of this report. Also to the past and present students of WAND, thanks for the support and tea breaks over the last number of years. Thanks also to Jamie Curtis for the suggestion of the project and motivation for carrying out this work.
    [Show full text]
  • Analysis and Evaluation of Network Management Solutions a Comparison of Network Management Solutions Suitable for Networks with 2,500+ Devices
    DEGREE PROJECT IN COMPUTER ENGINEERING, FIRST CYCLE STOCKHOLM, SWEDEN 2016 Analysis and Evaluation of Network Management Solutions A Comparison of Network Management Solutions Suitable for Networks with 2,500+ Devices MURAT GABDURAHMANOV and SIMON TRYGG KTH ROYAL INSTITUTE OF TECHNOLOGY INFORMATION AND COMMUNICATION TECHNOLOGY Analysis and Evaluation of Network Management Solutions A Comparison of Network Management Solutions Suitable for Networks with 2,500+ Devices Murat Gabdurahmanov and Simon Trygg 2016-06-16 Bachelor of Science Thesis Examiner Gerald Q. Maguire Jr. Academic adviser Anders Västberg KTH Royal Institute of Technology School of Information and Communication Technology (ICT) Department of Communication Systems SE-100 44 Stockholm, Sweden c Murat Gabdurahmanov and Simon Trygg, 16 June 2016 Abstract Some companies today are using sub-optimal and nearly obsolete management systems for their networks. Given the large number of different services that are demanded by users, there is a need to adapt the network structure to support the current and potential future demands. As a result, there is a need for new Network Management Solutions (NMSs). The aim of this thesis project is to help a company who uses a NMS called Local Area Network (LAN) Management Solution (LMS). LMS was designed by Cisco for managing LAN networks. However, the company’s demands are growing and they need to expand their network more than expected. Moreover, LMS is designed to only support devices by Cisco, whereas the company wants a universal solution with wide device support from many manufacturers. This thesis presents an analysis of their current system and suggests potential solutions for an upgrade that will meet all of the company’s demands and will have a long operating life.
    [Show full text]
  • CPS Operations Guide, Release 9.1.0 First Published: April 29, 2016 Last Modified: June 24, 2016
    CPS Operations Guide, Release 9.1.0 First Published: April 29, 2016 Last Modified: June 24, 2016 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB's public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS" WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    [Show full text]
  • VUTLAN VT825 / Room Guard
    VUTLAN VT825 / Room Guard VT825 Environmental Monitoring Unit • CAN port for digital sensors • 8 Autosense RJ-12 ports for sensors • 4 dry contact inputs • USB port for web camera or for USB flash for saving logs • Two 12V 0.25A output • 100 Mbit Ethernet port • External chassis earthling • LEDs: power, relays, errors, CAN • Onboard temperature sensor (1%) • Internal GSM modem extension slot (GSM modem is ordered separately) • Internal “VT10 / 1-Wire extension” slot or internal “VT18 / Extension slot” (extensions are ordered separately) • Web interface • Virtual sensors & elements: Group, E-mail, SNMP trap, SNMP Get, SMS, SMS Gate, Web-to-SMS, IP cams, PINGs, Triggers, Timers, Dew point • SNMP traps, SMS & E-mail notifications • Supports SNMP v.1, v.2c, v.3 • Notifications: E-mail, SMS, Syslog, Event log, SNMP Trap, SNMP Get • Configurable embedded logic • Sensor graphing • FTP Backup, Radius, DynDNS, SNTP, SMTP, Mail Log, USB Flash log, SD Card Log • Multilanguage support VUTLAN VT825 / Room Guard Processor: ARM926EJ 300 MHz Ethernet 10/100 Mbit port OS: Linux 3.10.101 Built-in clock with time synchronization ROM: 512 Mbit NAND Flash RADIUS access with Login RAM: 64 Mb Device Management: Web, SNMP, manually via SMS Operating temperature: 0 to 60 °C Built-in watchdog timer Alert types: FTP, Syslog, SMTP or SNMP, SMS (GSM modem is ordered Storage temperature: –25 to 85 °C separately) Operating humidity: 0 to 90 %, non- condensing Network protocols: DHCP, HTTP, HTTPS, SNMP, SMTP, SSL, FTP, Storage humidity: 0 to 95 %, non-condensing VUTLAN VT825 / Room Guard VUTLAN VT825 / Room Guard Low alarm level Low warning level Normal level High warning level High alarm level VUTLAN VT825 / Room Guard VUTLAN VT825 / Room Guard VUTLAN VT825 / Room Guard AccelOps GroundWork Inc.
    [Show full text]
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 Guide Guide SUSE Linux Enterprise Server for SAP Applications 12 SP4
    SUSE Linux Enterprise Server for SAP Applications 12 SP4 Guide Guide SUSE Linux Enterprise Server for SAP Applications 12 SP4 Publication Date: September 24, 2021 SUSE LLC 1800 South Novell Place Provo, UT 84606 USA https://documentation.suse.com Copyright © 2021 SUSE LLC and contributors. All rights reserved. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or (at your option) version 1.3; with the Invariant Section being this copyright notice and license. A copy of the license version 1.2 is included in the section entitled “GNU Free Documentation License”. For SUSE trademarks, see http://www.suse.com/company/legal/ . All other third-party trademarks are the property of their respective owners. Trademark symbols (®, ™ etc.) denote trademarks of SUSE and its aliates. Asterisks (*) denote third-party trademarks. All information found in this book has been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. Neither SUSE LLC, the authors, nor the translators shall be held liable for possible errors or the consequences thereof. Contents About This Guide ix 1 Overview ix 2 Available Documentation and Resources x 3 Giving Feedback xi 4 Documentation Conventions xi 1 What Is SUSE Linux Enterprise Server for SAP Applications? 1 1.1 Software Components 2 SUSE Linux Enterprise Server 2 • SUSE Linux Enterprise High Availability Extension 2 • Simplified SAP HANA System Replication Setup 3 • Installation Workflow 5 • Page-Cache
    [Show full text]