SlideShare a Scribd company logo
1 of 6
Download to read offline
5.1 zProperties - Open Source Network Monitoring and Systems Manag...                                                                               http://community.zenoss.org/docs/DOC-3106




                                                                                                                                                                    Zenoss, Inc.     Feedback   Support




                                                                 DOCS     FORUMS       ZENPACKS          PARTNERS          ABOUT       BLOG         TESTING     DEVELOPMENT



              Welcome, Guest       Login   Register


             Zenoss Community > Documentation > Zenoss Core Product Documentation > Zenoss Administration > 2.4.3 > Documents


               Up to Documents in 2.4.3


                                                                                                                                                          ACTIONS
                      5.1 ZPROPERTIES                                                                                                VERSION 2
                                                                                                                                                                View print preview
               Created on: Sep 14, 2009 11:40 AM by Zenoss API - Last Modified: Sep 14, 2009 5:51 PM by John Hamilton

               Average User Rating

                                                                                                                                                          MORE LIKE THIS
               (0 ratings)

                                                                                                                                                                5.1 1 zProperties

                                                                           1. zProperties                                                                       5.1 zProperties
               Prev                                              Chapter 5. Properties and Templates                                            Next
                                                                                                                                                                5.1 Configuration Properties

                                                                                                                                                                5.1 Configuration Properties
               #1. ZPROPERTIES
                                                                                                                                                                5.1 Configuration Properties
               zProperties are individual values that exist on the major configuration organizers in the system:
                      Device classes
                      Device class zProperties control the way monitoring is gathered from devices after they have been added to the system.
                      Networks                                                                                                                            MORE BY ZENOSS API
                      Network zProperties control the way Zenoss performs auto-discovery.
                      Events                                                                                                                                    12.7 MultiGraph Reports

                      Event zProperties control the rules that process events as they are added to the system.                                                  1.1 Zenoss High-Level View
                      Services and processes
                                                                                                                                                                6.3 Monitoring Using
                      Service and process zProperties describe how operating system components are monitored by the Zenoss monitoring
                                                                                                                                                                ZenCommand
                      daemons.
               zProperties can be configured for:                                                                                                               4.2 Managing Devices and
                      All items                                                                                                                                 Device Attributes
                      Single devices                                                                                                                            Zenoss Administration
                      Multiple devices in the device hierarchy
                                                                                                                                                              View Zenoss API's profile
               zProperties settings can be added to any ZenPacks you create, allowing you to add customized zProperties to the system when
               you add ZenPacks.

               #1.1. zProperties Inheritance and Override
               The following diagram illustrates a portion of Zenoss' standard device class hierarchy. (A device class is a special type of
               organizer used to manage how the system models and monitors devices.)
               #
               Figure 5.1. Device Class Hierarchy




               At the root of the device hierarchy is the Devices object. All device class zProperties are defined here, and their values are the
               default values for the entire hierarchy.




1 of 6                                                                                                                                                                                 19-Feb-13 8:06 PM
5.1 zProperties - Open Source Network Monitoring and Systems Manag...                                                                                http://community.zenoss.org/docs/DOC-3106



               The illustration further shows two defined zProperties:
                    zWmiMonitorIgnore - Turns off all daemons that use WMI. By default its value at the root of the hierarchy is False.
                    zSNMPMonitorIgnore - Turns off all daemons that use SNMP. By default, its value at the root of the hierarchy is True.
               Through inheritance, properties defined at the root of the hierarchy apply to all objects beneath that node. So, at the /Devices
               /Server/Linux level of the device class hierarchy, the value of these two properties is the same as at /Devices, even though the
               property is not set explicitly at /Devices/Server/Linux. Inheritance simplifies system configuration, because default values set at
               the root level apply to all devices irrespective of their device class.
               To further customize the system, you can change a specific zProperty further down the hierarchy without having to change the
               definitions of other zProperties. As shown in the following illustration, the value of zWmiMonitorIgnore is changed so that WMI
               monitoring is performed at the /Devices/Server/Windows level.
               #
               Figure 5.2. Device Class Hierarchy - Locally Defined Value (Override)




               This locally defined value for zWmiMonitorIgnore overrides the value set at the root of the hierarchy. No other properties at this
               level are affected by this local change; they continue to inherit the value set at the root.
               zProperties allow you to configure the system at a very granular level, down to a particular device. For example, in the following
               illustration, the device named dev.zenoss.com has the value of SNMP community set to private. This overrides the root value
               (public).
               #
               Figure 5.3. Device Class Hierarchy - Value Set on Device




               If you change the SNMP Community value of dev.zenoss.com to public, it matches the value set at the root, but is still explicitly
               defined. Only if you remove the locally defined property does it again inherit the value of the property set at the root.

               #1.1.1. USER INTERFACE VIEW
               This section further illustrates the characteristics of zProperties from the user interface perspective. The following screen shows
               zProperties defined at the root level.
               #
               Figure 5.4. Defined zProperties - Root Level




2 of 6                                                                                                                                                                      19-Feb-13 8:06 PM
5.1 zProperties - Open Source Network Monitoring and Systems Manag...                                                                              http://community.zenoss.org/docs/DOC-3106



               As shown in the previous screen, the zCollectorClientTimeout zProperty has a default value of 180. In the next screen, the value
               has been set to 170 at /Devices/Server/Linux, overriding the default value at this node of the hierarchy.
               #
               Figure 5.5. zCollectorClientTimeout zProperty - Local Value Set




               To then remove the override and once again inherit the value from the root of the hierarchy, go to the Delete Local Property area
               of the zProperties page.
               #
               Figure 5.6. Delete Local Property




               #1.2. zProperty Types
               zProperties can be one of these types:
                    String - Text value that can be ASCII or Latin-1 encoded
                    Integer - Whole number
                    Float - Number that can has a decimal value
                    Boolean - True or false
                    Lines - List of values separated by a return. Zenoss stores these as an array.

               #1.3. Event zProperties
               To access Event zProperties, from the left navigation menu, select Event and click the zProperties tab. You can also set
               zProperties for any event class in the events hierarchy by navigating to the level in the event hierarchy where you want to set the
               zProperty and clicking the zProperties tab.
               #
               Table 5.1. Event zProperties
                         Property Name                    Property Type                                  Description
                                                                           Specifies the location in which an event will be stored. Possible
                                                                           values are: status, history and drop. Default is status, meaning the
               zEventAction                         string
                                                                           event will be an “active” event. History sends the event directly to
                                                                           the history table. Drop tells the system to discard the event.
                                                                           Lists classes that a clear event should clear (in addition to its own
               zEventClearClasses                   lines
                                                                           class).
                                                                           Overrides the severity value of an event. If the value is -1, it is
               zEventSeverity                       int
                                                                           ignored. Possible values are 0 – 5.



               #1.4. Device zProperties
               To access Device zProperties, from the left navigational menu, select Devices and then click the zProperties tab. You can also
               select any of the Device Classes and the zProperties tab to set zProperties anywhere in the Device hierarchy. To set zProperties
               for an individual Device, navigate to that device, open the page menu, select the More option and then the zProperties tab.
               #
               Table 5.2. Device zProperties
                         Property Name                    Property Type                                  Description
               zCollectorClientTimeout              int                    Allows you to set the timeout time of the collector client in seconds
               zCollectorDecoding                   string                 Converts incoming characters to Unicode.
               zCollectorLogChanges                 Boolean                Indicates whether to log changes.
               zCollectorPlugins                    lines                  Links to tall collector plugins for this device.
               zCommandCommandTimeout               float                  Specifies the time to wait for a command to complete.




3 of 6                                                                                                                                                                    19-Feb-13 8:06 PM
5.1 zProperties - Open Source Network Monitoring and Systems Manag...                                                                     http://community.zenoss.org/docs/DOC-3106



                          Property Name              Property Type                                 Description
                                                                     Specifies the cycle time you use when executing zCommands for
               zCommandCycleTime               int
                                                                     this device or organizer.
               zCommandExistanceTest           string                ***
               zCommandLoginTimeout            float                 Specifies the time to wait for a login prompt.
               zCommandLoginTries              int                   Sets the number of times to attempt login.
               zCommandPassword                string                Specifies the password to use when performing command login.
                                                                     Sets the default path where ZenCommand plug-ins are installed on
               zCommandPath                    string                the local Zenoss box (or on a remote box where SSH is used to
                                                                     run the command).
                                                                     Specifies the port to connect to when performing command
               zCommandPort                    int
                                                                     collection.
                                                                     Establishes the protocol to use when performing command
               zCommandProtocol                string
                                                                     collection. Possible values are SSH and telnet.
               zCommandSearchPath              lines                 Sets the path to search for any commands.
                                                                     Specifies the user name to use when performing command
               zCommandUsername                string
                                                                     collection.
               zDeviceTemplates                lines                 Sets the templates associated with this device. Linked by name.
               zFileSystemMapIgnoreNames       string                Sets a regular expression of file system names to ignore.
               zFileSystemMapIgnoreTypes       lines                 Do not use.
                                                                     Specifies the icon to represent the device wherever device Icon is
                                                                     shown, such as on the network map and device status page. Most
               zIcon                           lines
                                                                     devices, including Windows servers, Linux servers, and routers,
                                                                     have images set by default.
               zIfDescription                  Boolean               Shows the interface description field in the interface list.
               zInterfaceMapIgnoreNames        string                Filters out interfaces that should not be discovered.
               zInterfaceMapIgnoreTypes        string                Filters out interface maps that should not be discovered.
               zIpServiceMapMaxPort            int                   Specifies the highest port to scan. The default is 1024.
               zKeyPath                        lines                 Sets the path to the key to access a device.


               #
               Table 5.3. Device zProperties
                          Property Name              Property Type                                Description
               zLinks                          text                  Specifies a place to enter any links associated with the device.
                                                                     Regular expression that uses interface name to determine whether
                                                                     the IP addresses on an interface should be incorporated into
               zLocalInterfaceNames            string
                                                                     Zenoss' network map. For instance, a loopback interface "lo" might
                                                                     be excluded.
                                                                     Specifies IP addresses that should be excluded from the network
                                                                     map (for example. 127.x addresses). If you have addresses that
               zLocalIpAddresses               int
                                                                     you reuse for connections between clustered machines they might
                                                                     be added here as well.
                                                                     Sets the maximum number of OIDs to be sent by Zenoss' SNMP
                                                                     collection daemons when querying information. Some devices
               zMaxOIDPerRequest               int
                                                                     have small buffers for handling this information so the number
                                                                     should be lowered.
                                                                     A catalog query string that will find interfaces to be pinged by
               zPingInterfaceDescription       string
                                                                     description.
                                                                     A catalog query string that will find interfaces to be pinged by
               zPingInterfaceName              string
                                                                     name.
               zPingMonitorIgnore              Boolean               Whether or not to ping the device.
                                                                     Production state threshold at which Zenoss will begin to monitor a
               zProdStateThreshold             int
                                                                     device. Default of 500 equals Pre-Productions.
               zPythonClass                    string                DO NOT USE
               zRouteMapCollectOnlyIndirect    Boolean               Only collect routes that are directly connected to the device.
                                                                     Only collect local routes. (These usually are manually configured
               zRouteMapCollectOnlyLocal       Boolean
                                                                     rather than learned through a routing protocol.)
                                                                     The shared private key used for authentication. Must be at least 8
               zSnmpAuthPassword               string
                                                                     characters long.
                                                                     Use either "MD5" or "SHA" signatures to authenticate SNMP
               zSnmpAuthType                   string
                                                                     requests




4 of 6                                                                                                                                                           19-Feb-13 8:06 PM
5.1 zProperties - Open Source Network Monitoring and Systems Manag...                                                                            http://community.zenoss.org/docs/DOC-3106



                          Property Name                   Property Type                                Description
                                                                          Array of SNMP community strings that the ZenModeler will try to
               zSnmpCommunities                     lines
                                                                          use when collecting SNMP information.
                                                                          Community to be used when collecting SNMP information. If it is
               zSnmpCommunity                       string                different than what is found by ZenModeler, it will be set on the
                                                                          modeled device.
               zSnmpMonitorIgnore                   Boolean               Whether or not to ignore monitoring SNMP on a device.
               zSnmpPort                            int                   Port that the SNMP agent listens on.
                                                                          The shared private key used for encrypting SNMP requests. Must
               zSnmpPrivPassword                    string
                                                                          be at least 8 characters long.
               zSnmpPrivType                        string                "DES" or "AES" cryptographic algorithms.
               zSnmpSecurityName                    string                The Security Name (user) to use when making SNMPv3 requests.
               zSnmpTimeout                         float                 Timeout time in seconds for an SNMP request
               zSnmpTries                           int                   Amount of tries to collect SNMP data
               zSnmpVer                             string                SNMP version used. Valid values are v1, v2.


               #
               Table 5.4. Device zProperties
                          Property Name                   Property Type                               Description
                                                                          The amount of time that the zenstatus daemon should wait before
               zStatusConnectTimeout
                                                                          marking an IP service down.
               zSysedgeDiskMapIgnoreNames                                 Currently unused.
                                                                          When logging into a Cisco device issue the enable command to
               zTelnetEnable                        Boolean
                                                                          enable access during command collection.
               zTelnetEnableRegex                   string                Regular expression to match the enable prompt.
               zTelnetLoginRegex                    string                Regular expression to match the login prompt.
               zTelnetPasswordRegex                 string                Regular expression to match the password prompt.
               zTelnetPromptTimeout                 float                 Time to wait for the telnet prompt to return.
               zTelnetSuccessRegexList              lines                 List of regular expressions to match the command prompt.
               zTelnetTermLength                    Boolean               On a Cisco device, set term length to Zero.
               zWinEventlog                         Boolean               Whether or not to send the log.
                                                                          Sets minimum severity to collect from the win event log. Important
               zWinEventlogMinSeverity              int                   to note that the higher the number, the lover the severity. 1 being
                                                                          the most sever and 5 being the least severe.
               zWinPassword                         string                The password used to remotely login if it is a Windows machine.
               zWinServices
               zWinUser                             string                User name used to remotely login if it is a Windows machine.
               zWmiMonitorIgnore                    Boolean               Use to turn on or off all WMI monitoring.
               zXmlRpcMonitorIgnore                 Boolean               Use to turn on or off all XML/RPC monitoring.



               #1.5. Service zProperties
               To access Service zProperties, from the left navigation menu, select Services, and then click the zProperties tab. You can also
               access the Service zProperties tab anywhere in the services hierarchy by going to the level where you want to set the zProperty
               and clicking the zProperties tab.
               #
               Table 5.5. Service zProperties
                          Property Name                   Property Type                               Description
               zFailSeverity                        int                   Determines what severity to send for the specified service.
               zHideFieldsFromList                  lines                 Fields to hide from Services instance list
               zMonitor                             Boolean               Tells whether or not to monitor a service.



               #1.6. Process zProperties
               To access Process zProperties, from the left navigation menu, select Processes, and then click the zProperties tab. You can also
               access the Process zProperties tab anywhere in the processes hierarchy by going to the level where you want to set the
               zProperty and clicking the zProperties tab.
               #
               Table 5.6. Process zProperties
                          Property Name                   Property Type                               Description
                                                                          Determines whether or not to send an event if the specified
               zAlertOnRestart                      Boolean
                                                                          process is restarted.




5 of 6                                                                                                                                                                  19-Feb-13 8:06 PM
5.1 zProperties - Open Source Network Monitoring and Systems Manag...                                                                                              http://community.zenoss.org/docs/DOC-3106



                           Property Name                    Property Type                                        Description
                                                                                   Determines the number of instances of the process that are
                zCountProcs                           int
                                                                                   running.
                zFailSeverity                         int                          Determines what severity to send for the specified process.
                zMonitor                              Boolean                      Tells whether or not to monitor a process.



               #1.7. Network zProperties
               To access Network zProperties, from the left navigation menu, select Networks, and then click the zProperties tab. You can also
               access the zProperties tab for any sub-network that exists with in the Networks page.
               #
               Table 5.7. Network zProperties
                           Property Name                    Property Type                                        Description
                zAutoDiscover                         Boolean                      Should zendisc perform auto-discovery on this network
                                                                                   List of netmask numbers to use when creating network containers.
                zDefaultNetworkTree                   lines                        Default is 24, 32 which will make /24 networks at the top level of
                                                                                   the networks tree if a network us smaller than /24.
                                                                                   Number of pings to sent without being returned before Zendisc
                zPingFailThresh                       int
                                                                                   removes the device.



               #1.8. Manufacturer zProperties
               #
               Table 5.8. Network zProperties
                           Property Name                    Property Type                                        Description
                zDeviceClass                          string                       Reserved for future use.
                zDeviceGroup                          string                       Reserved for future use.
                zSystem                               string                       Reserved for future use.



                Prev                                                                     Up                                                                  Next
                Chapter 5. Properties and Templates                                    Home                                                         2. Templates


               25086 Views                                                                                                                              Like (0)




               There are no comments on this document.




                   Follow Us On    Latest from the Zenoss Blog »                                      Community                 Products                    Services           Customers                     About Us
                   Twitter »                                                                          Home                      Overview                    Overview           Overview                      Overview
                                   The Sound of One Server Pinging - Announcing Zenoss
                                   4.2.3                                                              Documentation             Virtualization Monitoring   Consulting         Case Studies                  Awards
                                   I sat zazen alone in an abandoned monestary atop a clouded         Code                      Cloud Monitoring            Customer Support   Customers by Industry         Team
                                   mountain, the smoke of bur...                                      ZenPacks                  Cisco UCS                   Training           Industries                    News
                                                                                                      Discussion                Management                                                                   Events
                                   The State of Open Source Cloud Adoption [Results &                                                                       Resources          Partners
                                                                                                      Get Involved              Server Monitoring                                                            Careers
                                   Winner]                                                                                                                  Resource Center    Current Partners
                                                                                                      Membership                Network Monitoring                                                           Contact
                                   Last month, we reached out to you for your help with a survey                                                                               Become a Partner
                                   on The State of Open So...

                                   Big Data Monitoring Meets a Little Android
                                   Zenoss Blog PostThis is an original post written for the
                                   Community Blog by Gareth Lle...
                                                                                                                                                                                      Copyright © 2005-2011 Zenoss, Inc.




6 of 6                                                                                                                                                                                                 19-Feb-13 8:06 PM

More Related Content

Viewers also liked

Derecho de autor y plagio 3
Derecho de autor y plagio 3Derecho de autor y plagio 3
Derecho de autor y plagio 3Frankox
 
Fixfeel - emotional way to communicate
Fixfeel - emotional way to communicateFixfeel - emotional way to communicate
Fixfeel - emotional way to communicateEldar Faizullin
 
aplicaciones de Lenguaje C
aplicaciones  de Lenguaje C  aplicaciones  de Lenguaje C
aplicaciones de Lenguaje C zerpa1991
 
Question 1 evaluation
Question 1   evaluationQuestion 1   evaluation
Question 1 evaluationasmedia
 
18 quantifying electricity 4 power
18 quantifying electricity 4   power18 quantifying electricity 4   power
18 quantifying electricity 4 powermrtangextrahelp
 
Optimizacion
OptimizacionOptimizacion
Optimizacioncmarquina
 
Educ fisica productoo
Educ fisica productooEduc fisica productoo
Educ fisica productooLarissa Moral
 
κάπνισμα και εφηβεία Project 2013 2014,υπεύθυνος καθηγητής:Παπαδογεωργάκης Αρ.
κάπνισμα και εφηβεία  Project 2013 2014,υπεύθυνος καθηγητής:Παπαδογεωργάκης Αρ.κάπνισμα και εφηβεία  Project 2013 2014,υπεύθυνος καθηγητής:Παπαδογεωργάκης Αρ.
κάπνισμα και εφηβεία Project 2013 2014,υπεύθυνος καθηγητής:Παπαδογεωργάκης Αρ.6lykeiovolou
 
スマートフォンはモバイル・ブロードバンド市場をどう変えたか-OECD34ヶ国での分析-
スマートフォンはモバイル・ブロードバンド市場をどう変えたか-OECD34ヶ国での分析-スマートフォンはモバイル・ブロードバンド市場をどう変えたか-OECD34ヶ国での分析-
スマートフォンはモバイル・ブロードバンド市場をどう変えたか-OECD34ヶ国での分析-MLABforum15
 
презентация мбдоу№10 г. тулы 2013 г.
презентация мбдоу№10 г. тулы 2013 г.презентация мбдоу№10 г. тулы 2013 г.
презентация мбдоу№10 г. тулы 2013 г.Victor Filimonov
 
Reviewing a Developer Experience
Reviewing a Developer ExperienceReviewing a Developer Experience
Reviewing a Developer ExperienceArty Starr
 
American revolution
American revolutionAmerican revolution
American revolutionKathy1088
 
Examen 1 parte 1 onu 2012 azuniga
Examen 1   parte 1 onu 2012 azunigaExamen 1   parte 1 onu 2012 azuniga
Examen 1 parte 1 onu 2012 azunigaZuniga Agustin
 

Viewers also liked (20)

Derecho de autor y plagio 3
Derecho de autor y plagio 3Derecho de autor y plagio 3
Derecho de autor y plagio 3
 
Fixfeel - emotional way to communicate
Fixfeel - emotional way to communicateFixfeel - emotional way to communicate
Fixfeel - emotional way to communicate
 
Iii acta-de-defensa
Iii acta-de-defensaIii acta-de-defensa
Iii acta-de-defensa
 
aplicaciones de Lenguaje C
aplicaciones  de Lenguaje C  aplicaciones  de Lenguaje C
aplicaciones de Lenguaje C
 
Question 1 evaluation
Question 1   evaluationQuestion 1   evaluation
Question 1 evaluation
 
Lutte contre la déscolarisation et le travail des enfants sne fdt historique
Lutte contre la déscolarisation et le travail des enfants sne fdt historiqueLutte contre la déscolarisation et le travail des enfants sne fdt historique
Lutte contre la déscolarisation et le travail des enfants sne fdt historique
 
18 quantifying electricity 4 power
18 quantifying electricity 4   power18 quantifying electricity 4   power
18 quantifying electricity 4 power
 
Optimizacion
OptimizacionOptimizacion
Optimizacion
 
Cultura venezolana
Cultura venezolanaCultura venezolana
Cultura venezolana
 
Educ fisica productoo
Educ fisica productooEduc fisica productoo
Educ fisica productoo
 
κάπνισμα και εφηβεία Project 2013 2014,υπεύθυνος καθηγητής:Παπαδογεωργάκης Αρ.
κάπνισμα και εφηβεία  Project 2013 2014,υπεύθυνος καθηγητής:Παπαδογεωργάκης Αρ.κάπνισμα και εφηβεία  Project 2013 2014,υπεύθυνος καθηγητής:Παπαδογεωργάκης Αρ.
κάπνισμα και εφηβεία Project 2013 2014,υπεύθυνος καθηγητής:Παπαδογεωργάκης Αρ.
 
English ppt 4.4
English ppt 4.4English ppt 4.4
English ppt 4.4
 
SugarSync
SugarSyncSugarSync
SugarSync
 
スマートフォンはモバイル・ブロードバンド市場をどう変えたか-OECD34ヶ国での分析-
スマートフォンはモバイル・ブロードバンド市場をどう変えたか-OECD34ヶ国での分析-スマートフォンはモバイル・ブロードバンド市場をどう変えたか-OECD34ヶ国での分析-
スマートフォンはモバイル・ブロードバンド市場をどう変えたか-OECD34ヶ国での分析-
 
презентация мбдоу№10 г. тулы 2013 г.
презентация мбдоу№10 г. тулы 2013 г.презентация мбдоу№10 г. тулы 2013 г.
презентация мбдоу№10 г. тулы 2013 г.
 
Reviewing a Developer Experience
Reviewing a Developer ExperienceReviewing a Developer Experience
Reviewing a Developer Experience
 
Infovergadering Kortrijk Weide 20030219
Infovergadering Kortrijk Weide 20030219Infovergadering Kortrijk Weide 20030219
Infovergadering Kortrijk Weide 20030219
 
Bang qc giua duong
Bang qc giua duongBang qc giua duong
Bang qc giua duong
 
American revolution
American revolutionAmerican revolution
American revolution
 
Examen 1 parte 1 onu 2012 azuniga
Examen 1   parte 1 onu 2012 azunigaExamen 1   parte 1 onu 2012 azuniga
Examen 1 parte 1 onu 2012 azuniga
 

Similar to 5.1 z properties open source network monitoring and systems management

Cloud and OSGi at eBay - OSGi Cloud Workshop March 2012
Cloud and OSGi at eBay - OSGi Cloud Workshop March 2012Cloud and OSGi at eBay - OSGi Cloud Workshop March 2012
Cloud and OSGi at eBay - OSGi Cloud Workshop March 2012mfrancis
 
Nagios Conference 2012 - Andreas Ericsson - Merlin
Nagios Conference 2012 - Andreas Ericsson - MerlinNagios Conference 2012 - Andreas Ericsson - Merlin
Nagios Conference 2012 - Andreas Ericsson - MerlinNagios
 
Christof Zahneissen - Interactive Workshop Product Evolution
Christof Zahneissen - Interactive Workshop Product EvolutionChristof Zahneissen - Interactive Workshop Product Evolution
Christof Zahneissen - Interactive Workshop Product EvolutioneZ Publish Community
 
Performance tuningtoolkitintroduction
Performance tuningtoolkitintroductionPerformance tuningtoolkitintroduction
Performance tuningtoolkitintroductionRohit Kelapure
 
Single Console for viewing OpManager & DeviceExpert Alarms
Single Console for viewing OpManager & DeviceExpert AlarmsSingle Console for viewing OpManager & DeviceExpert Alarms
Single Console for viewing OpManager & DeviceExpert AlarmsManageEngine, Zoho Corporation
 
Quattor
QuattorQuattor
QuattorInria
 
XEO Framework - TDose 2011
XEO Framework - TDose 2011XEO Framework - TDose 2011
XEO Framework - TDose 2011Pedro
 
Getting started with Puppet
Getting started with PuppetGetting started with Puppet
Getting started with Puppetjeyg
 

Similar to 5.1 z properties open source network monitoring and systems management (12)

Cloud and OSGi at eBay - OSGi Cloud Workshop March 2012
Cloud and OSGi at eBay - OSGi Cloud Workshop March 2012Cloud and OSGi at eBay - OSGi Cloud Workshop March 2012
Cloud and OSGi at eBay - OSGi Cloud Workshop March 2012
 
Nagios Conference 2012 - Andreas Ericsson - Merlin
Nagios Conference 2012 - Andreas Ericsson - MerlinNagios Conference 2012 - Andreas Ericsson - Merlin
Nagios Conference 2012 - Andreas Ericsson - Merlin
 
Xen Community Update 2011
Xen Community Update 2011Xen Community Update 2011
Xen Community Update 2011
 
Christof Zahneissen - Interactive Workshop Product Evolution
Christof Zahneissen - Interactive Workshop Product EvolutionChristof Zahneissen - Interactive Workshop Product Evolution
Christof Zahneissen - Interactive Workshop Product Evolution
 
Performance tuningtoolkitintroduction
Performance tuningtoolkitintroductionPerformance tuningtoolkitintroduction
Performance tuningtoolkitintroduction
 
Zenoss seminar
Zenoss seminarZenoss seminar
Zenoss seminar
 
Single Console for viewing OpManager & DeviceExpert Alarms
Single Console for viewing OpManager & DeviceExpert AlarmsSingle Console for viewing OpManager & DeviceExpert Alarms
Single Console for viewing OpManager & DeviceExpert Alarms
 
SDN
SDNSDN
SDN
 
Quattor
QuattorQuattor
Quattor
 
Apache maven 2 overview
Apache maven 2 overviewApache maven 2 overview
Apache maven 2 overview
 
XEO Framework - TDose 2011
XEO Framework - TDose 2011XEO Framework - TDose 2011
XEO Framework - TDose 2011
 
Getting started with Puppet
Getting started with PuppetGetting started with Puppet
Getting started with Puppet
 

Recently uploaded

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 

Recently uploaded (20)

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 

5.1 z properties open source network monitoring and systems management

  • 1. 5.1 zProperties - Open Source Network Monitoring and Systems Manag... http://community.zenoss.org/docs/DOC-3106 Zenoss, Inc. Feedback Support DOCS FORUMS ZENPACKS PARTNERS ABOUT BLOG TESTING DEVELOPMENT Welcome, Guest Login Register Zenoss Community > Documentation > Zenoss Core Product Documentation > Zenoss Administration > 2.4.3 > Documents Up to Documents in 2.4.3 ACTIONS 5.1 ZPROPERTIES VERSION 2 View print preview Created on: Sep 14, 2009 11:40 AM by Zenoss API - Last Modified: Sep 14, 2009 5:51 PM by John Hamilton Average User Rating MORE LIKE THIS (0 ratings) 5.1 1 zProperties 1. zProperties 5.1 zProperties Prev Chapter 5. Properties and Templates Next 5.1 Configuration Properties 5.1 Configuration Properties #1. ZPROPERTIES 5.1 Configuration Properties zProperties are individual values that exist on the major configuration organizers in the system: Device classes Device class zProperties control the way monitoring is gathered from devices after they have been added to the system. Networks MORE BY ZENOSS API Network zProperties control the way Zenoss performs auto-discovery. Events 12.7 MultiGraph Reports Event zProperties control the rules that process events as they are added to the system. 1.1 Zenoss High-Level View Services and processes 6.3 Monitoring Using Service and process zProperties describe how operating system components are monitored by the Zenoss monitoring ZenCommand daemons. zProperties can be configured for: 4.2 Managing Devices and All items Device Attributes Single devices Zenoss Administration Multiple devices in the device hierarchy View Zenoss API's profile zProperties settings can be added to any ZenPacks you create, allowing you to add customized zProperties to the system when you add ZenPacks. #1.1. zProperties Inheritance and Override The following diagram illustrates a portion of Zenoss' standard device class hierarchy. (A device class is a special type of organizer used to manage how the system models and monitors devices.) # Figure 5.1. Device Class Hierarchy At the root of the device hierarchy is the Devices object. All device class zProperties are defined here, and their values are the default values for the entire hierarchy. 1 of 6 19-Feb-13 8:06 PM
  • 2. 5.1 zProperties - Open Source Network Monitoring and Systems Manag... http://community.zenoss.org/docs/DOC-3106 The illustration further shows two defined zProperties: zWmiMonitorIgnore - Turns off all daemons that use WMI. By default its value at the root of the hierarchy is False. zSNMPMonitorIgnore - Turns off all daemons that use SNMP. By default, its value at the root of the hierarchy is True. Through inheritance, properties defined at the root of the hierarchy apply to all objects beneath that node. So, at the /Devices /Server/Linux level of the device class hierarchy, the value of these two properties is the same as at /Devices, even though the property is not set explicitly at /Devices/Server/Linux. Inheritance simplifies system configuration, because default values set at the root level apply to all devices irrespective of their device class. To further customize the system, you can change a specific zProperty further down the hierarchy without having to change the definitions of other zProperties. As shown in the following illustration, the value of zWmiMonitorIgnore is changed so that WMI monitoring is performed at the /Devices/Server/Windows level. # Figure 5.2. Device Class Hierarchy - Locally Defined Value (Override) This locally defined value for zWmiMonitorIgnore overrides the value set at the root of the hierarchy. No other properties at this level are affected by this local change; they continue to inherit the value set at the root. zProperties allow you to configure the system at a very granular level, down to a particular device. For example, in the following illustration, the device named dev.zenoss.com has the value of SNMP community set to private. This overrides the root value (public). # Figure 5.3. Device Class Hierarchy - Value Set on Device If you change the SNMP Community value of dev.zenoss.com to public, it matches the value set at the root, but is still explicitly defined. Only if you remove the locally defined property does it again inherit the value of the property set at the root. #1.1.1. USER INTERFACE VIEW This section further illustrates the characteristics of zProperties from the user interface perspective. The following screen shows zProperties defined at the root level. # Figure 5.4. Defined zProperties - Root Level 2 of 6 19-Feb-13 8:06 PM
  • 3. 5.1 zProperties - Open Source Network Monitoring and Systems Manag... http://community.zenoss.org/docs/DOC-3106 As shown in the previous screen, the zCollectorClientTimeout zProperty has a default value of 180. In the next screen, the value has been set to 170 at /Devices/Server/Linux, overriding the default value at this node of the hierarchy. # Figure 5.5. zCollectorClientTimeout zProperty - Local Value Set To then remove the override and once again inherit the value from the root of the hierarchy, go to the Delete Local Property area of the zProperties page. # Figure 5.6. Delete Local Property #1.2. zProperty Types zProperties can be one of these types: String - Text value that can be ASCII or Latin-1 encoded Integer - Whole number Float - Number that can has a decimal value Boolean - True or false Lines - List of values separated by a return. Zenoss stores these as an array. #1.3. Event zProperties To access Event zProperties, from the left navigation menu, select Event and click the zProperties tab. You can also set zProperties for any event class in the events hierarchy by navigating to the level in the event hierarchy where you want to set the zProperty and clicking the zProperties tab. # Table 5.1. Event zProperties Property Name Property Type Description Specifies the location in which an event will be stored. Possible values are: status, history and drop. Default is status, meaning the zEventAction string event will be an “active” event. History sends the event directly to the history table. Drop tells the system to discard the event. Lists classes that a clear event should clear (in addition to its own zEventClearClasses lines class). Overrides the severity value of an event. If the value is -1, it is zEventSeverity int ignored. Possible values are 0 – 5. #1.4. Device zProperties To access Device zProperties, from the left navigational menu, select Devices and then click the zProperties tab. You can also select any of the Device Classes and the zProperties tab to set zProperties anywhere in the Device hierarchy. To set zProperties for an individual Device, navigate to that device, open the page menu, select the More option and then the zProperties tab. # Table 5.2. Device zProperties Property Name Property Type Description zCollectorClientTimeout int Allows you to set the timeout time of the collector client in seconds zCollectorDecoding string Converts incoming characters to Unicode. zCollectorLogChanges Boolean Indicates whether to log changes. zCollectorPlugins lines Links to tall collector plugins for this device. zCommandCommandTimeout float Specifies the time to wait for a command to complete. 3 of 6 19-Feb-13 8:06 PM
  • 4. 5.1 zProperties - Open Source Network Monitoring and Systems Manag... http://community.zenoss.org/docs/DOC-3106 Property Name Property Type Description Specifies the cycle time you use when executing zCommands for zCommandCycleTime int this device or organizer. zCommandExistanceTest string *** zCommandLoginTimeout float Specifies the time to wait for a login prompt. zCommandLoginTries int Sets the number of times to attempt login. zCommandPassword string Specifies the password to use when performing command login. Sets the default path where ZenCommand plug-ins are installed on zCommandPath string the local Zenoss box (or on a remote box where SSH is used to run the command). Specifies the port to connect to when performing command zCommandPort int collection. Establishes the protocol to use when performing command zCommandProtocol string collection. Possible values are SSH and telnet. zCommandSearchPath lines Sets the path to search for any commands. Specifies the user name to use when performing command zCommandUsername string collection. zDeviceTemplates lines Sets the templates associated with this device. Linked by name. zFileSystemMapIgnoreNames string Sets a regular expression of file system names to ignore. zFileSystemMapIgnoreTypes lines Do not use. Specifies the icon to represent the device wherever device Icon is shown, such as on the network map and device status page. Most zIcon lines devices, including Windows servers, Linux servers, and routers, have images set by default. zIfDescription Boolean Shows the interface description field in the interface list. zInterfaceMapIgnoreNames string Filters out interfaces that should not be discovered. zInterfaceMapIgnoreTypes string Filters out interface maps that should not be discovered. zIpServiceMapMaxPort int Specifies the highest port to scan. The default is 1024. zKeyPath lines Sets the path to the key to access a device. # Table 5.3. Device zProperties Property Name Property Type Description zLinks text Specifies a place to enter any links associated with the device. Regular expression that uses interface name to determine whether the IP addresses on an interface should be incorporated into zLocalInterfaceNames string Zenoss' network map. For instance, a loopback interface "lo" might be excluded. Specifies IP addresses that should be excluded from the network map (for example. 127.x addresses). If you have addresses that zLocalIpAddresses int you reuse for connections between clustered machines they might be added here as well. Sets the maximum number of OIDs to be sent by Zenoss' SNMP collection daemons when querying information. Some devices zMaxOIDPerRequest int have small buffers for handling this information so the number should be lowered. A catalog query string that will find interfaces to be pinged by zPingInterfaceDescription string description. A catalog query string that will find interfaces to be pinged by zPingInterfaceName string name. zPingMonitorIgnore Boolean Whether or not to ping the device. Production state threshold at which Zenoss will begin to monitor a zProdStateThreshold int device. Default of 500 equals Pre-Productions. zPythonClass string DO NOT USE zRouteMapCollectOnlyIndirect Boolean Only collect routes that are directly connected to the device. Only collect local routes. (These usually are manually configured zRouteMapCollectOnlyLocal Boolean rather than learned through a routing protocol.) The shared private key used for authentication. Must be at least 8 zSnmpAuthPassword string characters long. Use either "MD5" or "SHA" signatures to authenticate SNMP zSnmpAuthType string requests 4 of 6 19-Feb-13 8:06 PM
  • 5. 5.1 zProperties - Open Source Network Monitoring and Systems Manag... http://community.zenoss.org/docs/DOC-3106 Property Name Property Type Description Array of SNMP community strings that the ZenModeler will try to zSnmpCommunities lines use when collecting SNMP information. Community to be used when collecting SNMP information. If it is zSnmpCommunity string different than what is found by ZenModeler, it will be set on the modeled device. zSnmpMonitorIgnore Boolean Whether or not to ignore monitoring SNMP on a device. zSnmpPort int Port that the SNMP agent listens on. The shared private key used for encrypting SNMP requests. Must zSnmpPrivPassword string be at least 8 characters long. zSnmpPrivType string "DES" or "AES" cryptographic algorithms. zSnmpSecurityName string The Security Name (user) to use when making SNMPv3 requests. zSnmpTimeout float Timeout time in seconds for an SNMP request zSnmpTries int Amount of tries to collect SNMP data zSnmpVer string SNMP version used. Valid values are v1, v2. # Table 5.4. Device zProperties Property Name Property Type Description The amount of time that the zenstatus daemon should wait before zStatusConnectTimeout marking an IP service down. zSysedgeDiskMapIgnoreNames Currently unused. When logging into a Cisco device issue the enable command to zTelnetEnable Boolean enable access during command collection. zTelnetEnableRegex string Regular expression to match the enable prompt. zTelnetLoginRegex string Regular expression to match the login prompt. zTelnetPasswordRegex string Regular expression to match the password prompt. zTelnetPromptTimeout float Time to wait for the telnet prompt to return. zTelnetSuccessRegexList lines List of regular expressions to match the command prompt. zTelnetTermLength Boolean On a Cisco device, set term length to Zero. zWinEventlog Boolean Whether or not to send the log. Sets minimum severity to collect from the win event log. Important zWinEventlogMinSeverity int to note that the higher the number, the lover the severity. 1 being the most sever and 5 being the least severe. zWinPassword string The password used to remotely login if it is a Windows machine. zWinServices zWinUser string User name used to remotely login if it is a Windows machine. zWmiMonitorIgnore Boolean Use to turn on or off all WMI monitoring. zXmlRpcMonitorIgnore Boolean Use to turn on or off all XML/RPC monitoring. #1.5. Service zProperties To access Service zProperties, from the left navigation menu, select Services, and then click the zProperties tab. You can also access the Service zProperties tab anywhere in the services hierarchy by going to the level where you want to set the zProperty and clicking the zProperties tab. # Table 5.5. Service zProperties Property Name Property Type Description zFailSeverity int Determines what severity to send for the specified service. zHideFieldsFromList lines Fields to hide from Services instance list zMonitor Boolean Tells whether or not to monitor a service. #1.6. Process zProperties To access Process zProperties, from the left navigation menu, select Processes, and then click the zProperties tab. You can also access the Process zProperties tab anywhere in the processes hierarchy by going to the level where you want to set the zProperty and clicking the zProperties tab. # Table 5.6. Process zProperties Property Name Property Type Description Determines whether or not to send an event if the specified zAlertOnRestart Boolean process is restarted. 5 of 6 19-Feb-13 8:06 PM
  • 6. 5.1 zProperties - Open Source Network Monitoring and Systems Manag... http://community.zenoss.org/docs/DOC-3106 Property Name Property Type Description Determines the number of instances of the process that are zCountProcs int running. zFailSeverity int Determines what severity to send for the specified process. zMonitor Boolean Tells whether or not to monitor a process. #1.7. Network zProperties To access Network zProperties, from the left navigation menu, select Networks, and then click the zProperties tab. You can also access the zProperties tab for any sub-network that exists with in the Networks page. # Table 5.7. Network zProperties Property Name Property Type Description zAutoDiscover Boolean Should zendisc perform auto-discovery on this network List of netmask numbers to use when creating network containers. zDefaultNetworkTree lines Default is 24, 32 which will make /24 networks at the top level of the networks tree if a network us smaller than /24. Number of pings to sent without being returned before Zendisc zPingFailThresh int removes the device. #1.8. Manufacturer zProperties # Table 5.8. Network zProperties Property Name Property Type Description zDeviceClass string Reserved for future use. zDeviceGroup string Reserved for future use. zSystem string Reserved for future use. Prev Up Next Chapter 5. Properties and Templates Home 2. Templates 25086 Views Like (0) There are no comments on this document. Follow Us On Latest from the Zenoss Blog » Community Products Services Customers About Us Twitter » Home Overview Overview Overview Overview The Sound of One Server Pinging - Announcing Zenoss 4.2.3 Documentation Virtualization Monitoring Consulting Case Studies Awards I sat zazen alone in an abandoned monestary atop a clouded Code Cloud Monitoring Customer Support Customers by Industry Team mountain, the smoke of bur... ZenPacks Cisco UCS Training Industries News Discussion Management Events The State of Open Source Cloud Adoption [Results & Resources Partners Get Involved Server Monitoring Careers Winner] Resource Center Current Partners Membership Network Monitoring Contact Last month, we reached out to you for your help with a survey Become a Partner on The State of Open So... Big Data Monitoring Meets a Little Android Zenoss Blog PostThis is an original post written for the Community Blog by Gareth Lle... Copyright © 2005-2011 Zenoss, Inc. 6 of 6 19-Feb-13 8:06 PM