anlegen Mibs und Templates
This commit is contained in:
parent
b5c67785f6
commit
49ddf08fb1
|
@ -0,0 +1,52 @@
|
|||
-- **********************************************************
|
||||
-- Airespace Reference MIB
|
||||
-- Copyright 2005 Cisco Systems, Inc. All rights reserved.
|
||||
|
||||
-- This SNMP Management Information Specification
|
||||
-- embodies Cisco's confidential and proprietary
|
||||
-- intellectual property. Cisco retains all title
|
||||
-- and ownership in the Specification including any revisions.
|
||||
|
||||
-- This Specification is supplied "AS IS", Cisco
|
||||
-- makes no warranty, either expressed or implied,
|
||||
-- as to the use, operation, condition, or performance of the
|
||||
-- Specification.
|
||||
|
||||
|
||||
-- Status: Release
|
||||
-- Version: 4.0
|
||||
-- Internal Source Code Version:1.268
|
||||
-- Date: 01 Jan 2006
|
||||
-- **********************************************************
|
||||
|
||||
|
||||
AIRESPACE-REF-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI;
|
||||
|
||||
|
||||
airespace MODULE-IDENTITY
|
||||
LAST-UPDATED "200512190000Z" -- December 19, 2005
|
||||
ORGANIZATION "Airespace, Inc."
|
||||
CONTACT-INFO
|
||||
" Cisco Systems,
|
||||
Customer Service
|
||||
Postal: 170 West Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
Email: cs-wnbu-snmp@cisco.com"
|
||||
DESCRIPTION
|
||||
"The Structure of Management Information for the
|
||||
Airespace enterprise."
|
||||
REVISION "200512190000Z" -- December 19, 2005
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
|
||||
::= { enterprises 14179 } -- assigned by IANA
|
||||
|
||||
END
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,486 @@
|
|||
--
|
||||
-- FORTINET-CORE-MIB.mib: Main MIB for Fortinet enterprise OID tree
|
||||
--
|
||||
-- MODULE-IDENTITY
|
||||
-- OrgName
|
||||
-- Fortinet Technologies, Inc.
|
||||
-- ContactInfo
|
||||
-- Technical Support
|
||||
-- e-mail: support@fortinet.com
|
||||
-- http://www.fortinet.com
|
||||
--
|
||||
|
||||
|
||||
FORTINET-CORE-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
ifIndex
|
||||
FROM IF-MIB
|
||||
InetAddress, InetAddressPrefixLength, InetAddressType
|
||||
FROM INET-ADDRESS-MIB
|
||||
MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
sysName
|
||||
FROM SNMPv2-MIB
|
||||
Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString, TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
fortinet MODULE-IDENTITY
|
||||
LAST-UPDATED "201609300000Z"
|
||||
ORGANIZATION
|
||||
"Fortinet Technologies, Inc."
|
||||
CONTACT-INFO
|
||||
"Technical Support
|
||||
email: support@fortinet.com
|
||||
http://www.fortinet.com
|
||||
"
|
||||
DESCRIPTION
|
||||
"Corrected trap number and description of nTrapIfEnterBypassMode/fnTrapIfExitBypassMode Traps "
|
||||
REVISION "201609300000Z"
|
||||
DESCRIPTION
|
||||
"Added fnTrapIfEnterBypassMode/fnTrapIfExitBypassMode Traps "
|
||||
REVISION "201605240000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiWANMib OIDs"
|
||||
REVISION "201501140000Z"
|
||||
DESCRIPTION
|
||||
"Registered and updated FortiAuthenticatorMib/FortiRecorderMib/FortiVoiceMib/FortiBridgeMib/FortiDirectorMib OIDs"
|
||||
REVISION "201412100000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiVoiceMib OID"
|
||||
REVISION "201404100000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiADCMib OID"
|
||||
REVISION "201403220000Z"
|
||||
DESCRIPTION
|
||||
"Added fan failure and AMC bypass traps"
|
||||
REVISION "201205090000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiDDoSMib OID"
|
||||
REVISION "201204230000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiDNSMib OID"
|
||||
REVISION "201112230000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiCacheMib OID"
|
||||
REVISION "201104250000Z"
|
||||
DESCRIPTION
|
||||
"Supporting portuguese language"
|
||||
REVISION "201005140000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiScanMib OID"
|
||||
REVISION "200905200000Z"
|
||||
DESCRIPTION
|
||||
"MIB module for Fortinet network devices."
|
||||
REVISION "200811190000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiWebMib OID"
|
||||
REVISION "200810210000Z"
|
||||
DESCRIPTION
|
||||
"Added SMI comments"
|
||||
REVISION "200806250000Z"
|
||||
DESCRIPTION
|
||||
"Adjusted fnAdmin tree to start at .1"
|
||||
REVISION "200806160000Z"
|
||||
DESCRIPTION
|
||||
"Spelling corrections."
|
||||
REVISION "200804170000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of fortinet core MIB."
|
||||
::= { enterprises 12356 } -- assigned by IANA
|
||||
|
||||
|
||||
--
|
||||
-- Fortinet MIB Textual Conventions (TC)
|
||||
--
|
||||
|
||||
FnBoolState ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Boolean data type representing enabled/disabled"
|
||||
SYNTAX INTEGER {
|
||||
disabled (1),
|
||||
enabled (2)
|
||||
}
|
||||
|
||||
FnLanguage ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enumerated type for user interface languages"
|
||||
SYNTAX INTEGER {
|
||||
english (1),
|
||||
simplifiedChinese (2),
|
||||
japanese (3),
|
||||
korean (4),
|
||||
spanish (5),
|
||||
traditionalChinese (6),
|
||||
french (7),
|
||||
portuguese (8),
|
||||
undefined (255)
|
||||
}
|
||||
|
||||
FnIndex ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Data type for table index values"
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
|
||||
FnSessionProto ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Data type for session protocols"
|
||||
SYNTAX INTEGER {
|
||||
ip (0),
|
||||
icmp (1),
|
||||
igmp (2),
|
||||
ipip (4),
|
||||
tcp (6),
|
||||
egp (8),
|
||||
pup (12),
|
||||
udp (17),
|
||||
idp (22),
|
||||
ipv6 (41),
|
||||
rsvp (46),
|
||||
gre (47),
|
||||
esp (50),
|
||||
ah (51),
|
||||
ospf (89),
|
||||
pim (103),
|
||||
comp (108),
|
||||
raw (255)
|
||||
}
|
||||
|
||||
--
|
||||
-- Fortinet Enterprise Structure of Management Information (SMI)
|
||||
--
|
||||
|
||||
fnCoreMib OBJECT IDENTIFIER ::= { fortinet 100 }
|
||||
|
||||
--
|
||||
-- Fortinet Product Family MIB Object Identifier Assignments
|
||||
--
|
||||
-- fnFortiGateMib OBJECT IDENTIFIER ::= { fortinet 101 }
|
||||
-- fnFortiAnalyzerMib OBJECT IDENTIFIER ::= { fortinet 102 }
|
||||
-- fnFortiManagerMib OBJECT IDENTIFIER ::= { fortinet 103 }
|
||||
-- fnFortiDefenderMib OBJECT IDENTIFIER ::= { fortinet 104 }
|
||||
-- fnFortiMailMib OBJECT IDENTIFIER ::= { fortinet 105 }
|
||||
-- fnFortiSwitchMib OBJECT IDENTIFIER ::= { fortinet 106 }
|
||||
-- fnFortiWebMib OBJECT IDENTIFIER ::= { fortinet 107 }
|
||||
-- fnFortiScanMib OBJECT IDENTIFIER ::= { fortinet 108 }
|
||||
-- fnFortiCacheMib OBJECT IDENTIFIER ::= { fortinet 109 }
|
||||
-- fnFortiDNSMib OBJECT IDENTIFIER ::= { fortinet 110 }
|
||||
-- fnFortiDDoSMib OBJECT IDENTIFIER ::= { fortinet 111 }
|
||||
-- fnFortiADCMib OBJECT IDENTIFIER ::= { fortinet 112 }
|
||||
-- fnFortiAuthenticatorMib OBJECT IDENTIFIER ::= { fortinet 113 }
|
||||
-- fnFortiRecorderMib OBJECT IDENTIFIER ::= { fortinet 114 }
|
||||
-- fnFortiVoiceMib OBJECT IDENTIFIER ::= { fortinet 115 }
|
||||
-- fnFortiBridgeMib OBJECT IDENTIFIER ::= { fortinet 116 }
|
||||
-- fnFortiDirectorMib OBJECT IDENTIFIER ::= { fortinet 117 }
|
||||
-- fnFortiWANMib OBJECT IDENTIFIER ::= { fortinet 118 }
|
||||
--
|
||||
|
||||
--
|
||||
-- fnCoreMib.fnCommon
|
||||
--
|
||||
fnCommon OBJECT IDENTIFIER ::= { fnCoreMib 1 }
|
||||
|
||||
--
|
||||
-- fnCoreMib.fnCommon.fnSystem
|
||||
--
|
||||
fnSystem OBJECT IDENTIFIER ::= { fnCommon 1 }
|
||||
|
||||
fnSysSerial OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device serial number. This is the same serial number as given
|
||||
in the ENTITY-MIB tables for the base entity."
|
||||
::= { fnSystem 1 }
|
||||
|
||||
--
|
||||
-- fnCoreMib.fnCommon.fnMgmt
|
||||
--
|
||||
fnMgmt OBJECT IDENTIFIER ::= { fnCommon 2 }
|
||||
|
||||
fnMgmtLanguage OBJECT-TYPE
|
||||
SYNTAX FnLanguage
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Language used for administration interfaces"
|
||||
::= { fnMgmt 1 }
|
||||
|
||||
fnAdmin OBJECT IDENTIFIER ::= { fnMgmt 100 }
|
||||
|
||||
fnAdminNumber OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of admin accounts in fnAdminTable"
|
||||
::= { fnAdmin 1 }
|
||||
|
||||
fnAdminTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FnAdminEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of administrator accounts on the device. This table is
|
||||
intended to be extended with platform specific information."
|
||||
::= { fnAdmin 2 }
|
||||
|
||||
fnAdminEntry OBJECT-TYPE
|
||||
SYNTAX FnAdminEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry containing information applicable to a particular admin account"
|
||||
INDEX { fnAdminIndex }
|
||||
::= { fnAdminTable 1 }
|
||||
|
||||
FnAdminEntry ::= SEQUENCE {
|
||||
fnAdminIndex Integer32,
|
||||
fnAdminName DisplayString,
|
||||
fnAdminAddrType InetAddressType,
|
||||
fnAdminAddr InetAddress,
|
||||
fnAdminMask InetAddressPrefixLength
|
||||
}
|
||||
|
||||
fnAdminIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..2147483647)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An index uniquely defining an administrator account within the fnAdminTable"
|
||||
::= { fnAdminEntry 1 }
|
||||
|
||||
fnAdminName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The user-name of the specified administrator account"
|
||||
::= { fnAdminEntry 2 }
|
||||
|
||||
fnAdminAddrType OBJECT-TYPE
|
||||
SYNTAX InetAddressType
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The type of address stored in fnAdminAddr, in compliance with INET-ADDRESS-MIB"
|
||||
::= { fnAdminEntry 3 }
|
||||
|
||||
fnAdminAddr OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The address prefix identifying where the administrator account can
|
||||
be used from, typically an IPv4 address. The address type/format is
|
||||
determined by fnAdminAddrType."
|
||||
::= { fnAdminEntry 4 }
|
||||
|
||||
fnAdminMask OBJECT-TYPE
|
||||
SYNTAX InetAddressPrefixLength
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The address prefix length (or network mask) applied to the fgAdminAddr
|
||||
to determine the subnet or host the administrator can access the device from"
|
||||
::= { fnAdminEntry 5 }
|
||||
|
||||
--
|
||||
-- fnCoreMib.fnCommon.fnTraps
|
||||
--
|
||||
fnTraps OBJECT IDENTIFIER ::= { fnCommon 3 }
|
||||
|
||||
fnTrapsPrefix OBJECT IDENTIFIER ::= { fnTraps 0 }
|
||||
|
||||
fnTrapObjects OBJECT IDENTIFIER ::= { fnTraps 1 }
|
||||
|
||||
fnGenTrapMsg OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Generic message associated with an event. The content will
|
||||
depend on the nature of the trap."
|
||||
::= { fnTrapObjects 1 }
|
||||
|
||||
fnTrapCpuThreshold NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates that the CPU usage has exceeded the configured threshold."
|
||||
::= { fnTrapsPrefix 101 }
|
||||
|
||||
fnTrapMemThreshold NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates memory usage has exceeded the configured threshold."
|
||||
::= { fnTrapsPrefix 102 }
|
||||
|
||||
fnTrapLogDiskThreshold NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Log disk usage has exceeded the configured threshold. Only available
|
||||
on devices with log disks."
|
||||
::= { fnTrapsPrefix 103 }
|
||||
|
||||
fnTrapTempHigh NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A temperature sensor on the device has exceeded its threshold.
|
||||
Not all devices have thermal sensors. See manual for specifications."
|
||||
::= { fnTrapsPrefix 104 }
|
||||
|
||||
fnTrapVoltageOutOfRange NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Power levels have fluctuated outside of normal levels. Not all devices
|
||||
have voltage monitoring instrumentation. See manual for specifications."
|
||||
::= { fnTrapsPrefix 105 }
|
||||
|
||||
fnTrapPowerSupplyFailure NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Power supply failure detected. Not available on all models. Available
|
||||
on some devices which support redundant power supplies. See manual
|
||||
for specifications."
|
||||
::= { fnTrapsPrefix 106 }
|
||||
|
||||
fnTrapAmcIfBypassMode NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An AMC interface entered bypass mode. Available on models with an AMC
|
||||
expansion slot. Used with the ASM-CX4 and ASM-FX2 cards."
|
||||
::= { fnTrapsPrefix 107 }
|
||||
|
||||
fnTrapFanFailure NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A fan failure has been detected. Not all devices have fan sensors.
|
||||
See manual for specifications."
|
||||
::= { fnTrapsPrefix 108 }
|
||||
|
||||
fnTrapIfEnterBypassMode NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interface entered bypass mode. Available on models with bypass ports."
|
||||
::= { fnTrapsPrefix 109 }
|
||||
|
||||
fnTrapIfExitBypassMode NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interface exited bypass mode. Available on models with bypass ports."
|
||||
::= { fnTrapsPrefix 110 }
|
||||
|
||||
fnTrapIpChange NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName, ifIndex }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates that the IP address of the specified interface has been changed."
|
||||
::= { fnTrapsPrefix 201 }
|
||||
|
||||
fnTrapTest NOTIFICATION-TYPE
|
||||
OBJECTS { fnSysSerial, sysName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trap sent for diagnostic purposes by an administrator."
|
||||
::= { fnTrapsPrefix 999 }
|
||||
|
||||
--
|
||||
-- fnCoreMib.fnCommon.fnMIBConformance
|
||||
--
|
||||
fnMIBConformance OBJECT IDENTIFIER ::= { fnCoreMib 10 }
|
||||
|
||||
fnSystemComplianceGroup OBJECT-GROUP
|
||||
OBJECTS { fnSysSerial }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Objects relating to the physical device."
|
||||
::= { fnMIBConformance 1 }
|
||||
|
||||
fnMgmtComplianceGroup OBJECT-GROUP
|
||||
OBJECTS { fnMgmtLanguage }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Objects relating the management of a device."
|
||||
::= { fnMIBConformance 2 }
|
||||
|
||||
fnAdminComplianceGroup OBJECT-GROUP
|
||||
OBJECTS { fnAdminNumber, fnAdminName, fnAdminAddrType,
|
||||
fnAdminAddr, fnAdminMask }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Administration access control objects."
|
||||
::= { fnMIBConformance 3 }
|
||||
|
||||
fnTrapsComplianceGroup NOTIFICATION-GROUP
|
||||
NOTIFICATIONS { fnTrapCpuThreshold, fnTrapMemThreshold,
|
||||
fnTrapLogDiskThreshold, fnTrapTempHigh,
|
||||
fnTrapVoltageOutOfRange, fnTrapPowerSupplyFailure,
|
||||
fnTrapAmcIfBypassMode, fnTrapIfEnterBypassMode,
|
||||
fnTrapIfExitBypassMode, fnTrapFanFailure,
|
||||
fnTrapIpChange, fnTrapTest }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Event notifications"
|
||||
::= { fnMIBConformance 4 }
|
||||
|
||||
fnNotifObjectsComplianceGroup OBJECT-GROUP
|
||||
OBJECTS { fnGenTrapMsg }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Object identifiers used in notifications"
|
||||
::= { fnMIBConformance 5 }
|
||||
|
||||
fnMIBCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for the application MIB."
|
||||
|
||||
MODULE -- this module
|
||||
|
||||
GROUP fnSystemComplianceGroup
|
||||
DESCRIPTION
|
||||
"This group is mandatory for all Fortinet network appliances
|
||||
supporting this MIB."
|
||||
|
||||
GROUP fnMgmtComplianceGroup
|
||||
DESCRIPTION
|
||||
"This group is optional for devices that do not support common
|
||||
management interface options such as multiple languages."
|
||||
|
||||
GROUP fnAdminComplianceGroup
|
||||
DESCRIPTION
|
||||
"This group should be accessible on any device supporting
|
||||
administrator authentication."
|
||||
|
||||
GROUP fnTrapsComplianceGroup
|
||||
DESCRIPTION
|
||||
"Traps are optional. Not all models support all traps. Consult
|
||||
product literature to see which traps are supported."
|
||||
|
||||
GROUP fnNotifObjectsComplianceGroup
|
||||
DESCRIPTION
|
||||
"Object identifiers used in notifications. Objects are required
|
||||
if their containing trap is implemented."
|
||||
|
||||
::= { fnMIBConformance 100 }
|
||||
|
||||
END
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:18:31Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Inventory</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>SNMP Check</template>
|
||||
<name>SNMP Check</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Inventory</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>System description</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.1.1.0</snmp_oid>
|
||||
<key>sysDescr</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software.</description>
|
||||
<inventory_link>15</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>System descriptionV2</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-MIB::sysDescr.0</snmp_oid>
|
||||
<key>sysDescrV2</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software.</description>
|
||||
<inventory_link>17</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device name</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.1.5.0</snmp_oid>
|
||||
<key>sysName</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>An administratively-assigned name for this managed node. By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string.</description>
|
||||
<inventory_link>3</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device nameV2</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-MIB::sysName.0</snmp_oid>
|
||||
<key>sysNameV2</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>An administratively-assigned name for this managed node. By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string.</description>
|
||||
<inventory_link>4</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,260 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:17:56Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Inventory</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>SNMPv1 Inventory</template>
|
||||
<name>SNMPv1 Inventory</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Inventory</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>System Contact Details</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.1.4.0</snmp_oid>
|
||||
<key>sysContact</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>The textual identification of the contact person for this managed node, together with information on how to contact this person. If no contact information is known, the value is the zero-length string.</description>
|
||||
<inventory_link>23</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>System Description</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.1.1.0</snmp_oid>
|
||||
<key>sysDescr</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software.</description>
|
||||
<inventory_link>15</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>System Location</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.1.6.0</snmp_oid>
|
||||
<key>sysLocation</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>The physical location of this node (e.g., `telephone closet, 3rd floor'). If the location is unknown, the value is the zero-length string.</description>
|
||||
<inventory_link>24</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>System Name</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.2.1.1.5.0</snmp_oid>
|
||||
<key>sysName</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>3</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>System Uptime</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>1</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.1.3.0</snmp_oid>
|
||||
<key>sysUpTime</key>
|
||||
<delay>600</delay>
|
||||
<history>7</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>uptime</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>0.01</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>The time since the network management portion of the system was last re-initialized.</description>
|
||||
<inventory_link>34</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{SNMPv1 Inventory:sysName.diff(0)}=1</expression>
|
||||
<name>sysName on {HOSTNAME} has Changed</name>
|
||||
<url/>
|
||||
<status>1</status>
|
||||
<priority>3</priority>
|
||||
<description/>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,260 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:18:59Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Inventory</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Template SNMP Generic</template>
|
||||
<name>SNMPv2 Inventory</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Inventory</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>Contact</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-MIB::sysContact.0</snmp_oid>
|
||||
<key>sysContact</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>The textual identification of the contact person for this managed node, together with information on how to contact this person. If no contact information is known, the value is the zero-length string.</description>
|
||||
<inventory_link>23</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Description</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-MIB::sysDescr.0</snmp_oid>
|
||||
<key>sysDescr</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software.</description>
|
||||
<inventory_link>14</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Location</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-MIB::sysLocation.0</snmp_oid>
|
||||
<key>sysLocation</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>The physical location of this node (e.g., `telephone closet, 3rd floor'). If the location is unknown, the value is the zero-length string.</description>
|
||||
<inventory_link>24</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Name</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-MIB::sysName.0</snmp_oid>
|
||||
<key>sysName</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>An administratively-assigned name for this managed node. By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string.</description>
|
||||
<inventory_link>3</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Uptime</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>1</multiplier>
|
||||
<snmp_oid>SNMPv2-MIB::sysUpTime.0</snmp_oid>
|
||||
<key>sysUpTime</key>
|
||||
<delay>600</delay>
|
||||
<history>7</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>uptime</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>0.01</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>The time since the network management portion of the system was last re-initialized.</description>
|
||||
<inventory_link>34</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Template SNMP Generic:sysName.diff()}=1</expression>
|
||||
<name>sysName on {HOSTNAME} has Changed</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>3</priority>
|
||||
<description/>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,820 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:19:56Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Print-Template HP CLJ 23xx calc</template>
|
||||
<name>Print-Template HP CLJ 23xx calc</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>1 Toner Schwarz/Black</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>black.cartridge.toner</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params>100*last("usageDrumCurrentLevel.1")/last("usageDrumMaxLevel.1")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>2 Toner Blau/Cyan</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>cyan.cartridge.toner</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params>100*last("usageDrumCurrentLevel.2")/last("usageDrumMaxLevel.2")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>3 Toner Rot/Magenta</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>magenta.cartridge.toner</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params>100*last("usageDrumCurrentLevel.3")/last("usageDrumMaxLevel.3")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Yellow Drum max</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.2.1.43.11.1.1.8.1.4</snmp_oid>
|
||||
<key>usage.yellow.max.4</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Black Drum count</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.2.1.43.11.1.1.9.1.1</snmp_oid>
|
||||
<key>usageDrumCurrentLevel.1</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Cyan Drum count</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.2.1.43.11.1.1.9.1.2</snmp_oid>
|
||||
<key>usageDrumCurrentLevel.2</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Magenta Drum count</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.2.1.43.11.1.1.9.1.3</snmp_oid>
|
||||
<key>usageDrumCurrentLevel.3</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Yellow Drum count</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.2.1.43.11.1.1.9.1.4</snmp_oid>
|
||||
<key>usageDrumCurrentLevel.4</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Black Drum max</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.2.1.43.11.1.1.8.1.1</snmp_oid>
|
||||
<key>usageDrumMaxLevel.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Cyan Drum max</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.2.1.43.11.1.1.8.1.2</snmp_oid>
|
||||
<key>usageDrumMaxLevel.2</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Magenta Drum max</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.2.1.43.11.1.1.8.1.3</snmp_oid>
|
||||
<key>usageDrumMaxLevel.3</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>4 Toner Gelb/Yellow</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>yellow.cartridge.toner</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params>100*last("usageDrumCurrentLevel.4")/last("usage.yellow.max.4")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens>
|
||||
<screen>
|
||||
<name>Toner level</name>
|
||||
<hsize>4</hsize>
|
||||
<vsize>2</vsize>
|
||||
<screen_items>
|
||||
<screen_item>
|
||||
<resourcetype>0</resourcetype>
|
||||
<width>200</width>
|
||||
<height>200</height>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<colspan>1</colspan>
|
||||
<rowspan>1</rowspan>
|
||||
<elements>0</elements>
|
||||
<valign>0</valign>
|
||||
<halign>0</halign>
|
||||
<style>0</style>
|
||||
<url/>
|
||||
<dynamic>0</dynamic>
|
||||
<sort_triggers>0</sort_triggers>
|
||||
<resource>
|
||||
<name>Black toner level</name>
|
||||
<host>Print-Template HP CLJ 23xx calc</host>
|
||||
</resource>
|
||||
<max_columns>3</max_columns>
|
||||
<application/>
|
||||
</screen_item>
|
||||
<screen_item>
|
||||
<resourcetype>0</resourcetype>
|
||||
<width>200</width>
|
||||
<height>200</height>
|
||||
<x>1</x>
|
||||
<y>1</y>
|
||||
<colspan>1</colspan>
|
||||
<rowspan>1</rowspan>
|
||||
<elements>0</elements>
|
||||
<valign>0</valign>
|
||||
<halign>0</halign>
|
||||
<style>0</style>
|
||||
<url/>
|
||||
<dynamic>0</dynamic>
|
||||
<sort_triggers>0</sort_triggers>
|
||||
<resource>
|
||||
<name>Cyan toner level</name>
|
||||
<host>Print-Template HP CLJ 23xx calc</host>
|
||||
</resource>
|
||||
<max_columns>3</max_columns>
|
||||
<application/>
|
||||
</screen_item>
|
||||
<screen_item>
|
||||
<resourcetype>0</resourcetype>
|
||||
<width>200</width>
|
||||
<height>200</height>
|
||||
<x>2</x>
|
||||
<y>1</y>
|
||||
<colspan>1</colspan>
|
||||
<rowspan>1</rowspan>
|
||||
<elements>0</elements>
|
||||
<valign>0</valign>
|
||||
<halign>0</halign>
|
||||
<style>0</style>
|
||||
<url/>
|
||||
<dynamic>0</dynamic>
|
||||
<sort_triggers>0</sort_triggers>
|
||||
<resource>
|
||||
<name>Magenta toner level</name>
|
||||
<host>Print-Template HP CLJ 23xx calc</host>
|
||||
</resource>
|
||||
<max_columns>3</max_columns>
|
||||
<application/>
|
||||
</screen_item>
|
||||
<screen_item>
|
||||
<resourcetype>0</resourcetype>
|
||||
<width>200</width>
|
||||
<height>200</height>
|
||||
<x>3</x>
|
||||
<y>1</y>
|
||||
<colspan>1</colspan>
|
||||
<rowspan>1</rowspan>
|
||||
<elements>0</elements>
|
||||
<valign>0</valign>
|
||||
<halign>0</halign>
|
||||
<style>0</style>
|
||||
<url/>
|
||||
<dynamic>0</dynamic>
|
||||
<sort_triggers>0</sort_triggers>
|
||||
<resource>
|
||||
<name>Yellow toner level</name>
|
||||
<host>Print-Template HP CLJ 23xx calc</host>
|
||||
</resource>
|
||||
<max_columns>3</max_columns>
|
||||
<application/>
|
||||
</screen_item>
|
||||
</screen_items>
|
||||
</screen>
|
||||
</screens>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Print-Template HP CLJ 23xx calc:black.cartridge.toner.last()}<10</expression>
|
||||
<name>Order black toner for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>BLACK Toner under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template HP CLJ 23xx calc:cyan.cartridge.toner.last()}<10</expression>
|
||||
<name>Order cyan toner for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>CYAN Toner under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template HP CLJ 23xx calc:magenta.cartridge.toner.last()}<10</expression>
|
||||
<name>Order magenta toner for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>MAGENTA Toner under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template HP CLJ 23xx calc:yellow.cartridge.toner.last()}<10</expression>
|
||||
<name>Order yellow toner for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>YELLOW Toner under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
<graphs>
|
||||
<graph>
|
||||
<name>Black toner level</name>
|
||||
<width>200</width>
|
||||
<height>200</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>100.0000</yaxismax>
|
||||
<show_work_period>1</show_work_period>
|
||||
<show_triggers>1</show_triggers>
|
||||
<type>0</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>0</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>1</ymin_type_1>
|
||||
<ymax_type_1>1</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>5</drawtype>
|
||||
<color>000000</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>2</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Print-Template HP CLJ 23xx calc</host>
|
||||
<key>black.cartridge.toner</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph>
|
||||
<graph>
|
||||
<name>Cyan toner level</name>
|
||||
<width>200</width>
|
||||
<height>200</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>100.0000</yaxismax>
|
||||
<show_work_period>1</show_work_period>
|
||||
<show_triggers>1</show_triggers>
|
||||
<type>0</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>0</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>1</ymin_type_1>
|
||||
<ymax_type_1>1</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>5</drawtype>
|
||||
<color>00DDDD</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>2</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Print-Template HP CLJ 23xx calc</host>
|
||||
<key>cyan.cartridge.toner</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph>
|
||||
<graph>
|
||||
<name>Magenta toner level</name>
|
||||
<width>200</width>
|
||||
<height>200</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>100.0000</yaxismax>
|
||||
<show_work_period>1</show_work_period>
|
||||
<show_triggers>1</show_triggers>
|
||||
<type>0</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>0</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>1</ymin_type_1>
|
||||
<ymax_type_1>1</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>5</drawtype>
|
||||
<color>DD00DD</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>2</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Print-Template HP CLJ 23xx calc</host>
|
||||
<key>magenta.cartridge.toner</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph>
|
||||
<graph>
|
||||
<name>Yellow toner level</name>
|
||||
<width>200</width>
|
||||
<height>200</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>100.0000</yaxismax>
|
||||
<show_work_period>1</show_work_period>
|
||||
<show_triggers>1</show_triggers>
|
||||
<type>0</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>0</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>1</ymin_type_1>
|
||||
<ymax_type_1>1</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>5</drawtype>
|
||||
<color>DDDD00</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>2</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Print-Template HP CLJ 23xx calc</host>
|
||||
<key>yellow.cartridge.toner</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph>
|
||||
</graphs>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,177 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:20:21Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Print-Template HPswLaserJet calc</template>
|
||||
<name>Print-Template HPswLaserJet calc</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesLevel.1.1</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.9.1.1</snmp_oid>
|
||||
<key>prtMarkerSuppliesLevel.1.1</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesMaxCapacity.1.1</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.8.1.1</snmp_oid>
|
||||
<key>prtMarkerSuppliesMaxCapacity.1.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>90</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>1 Toner Schwarz/Black</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>1</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>toner.black</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>0</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>100</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params>last("prtMarkerSuppliesLevel.1.1")/last("prtMarkerSuppliesMaxCapacity.1.1")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Print-Template HPswLaserJet calc:toner.black.last()}<10</expression>
|
||||
<name>Order black toner for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>BLACK Toner under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,141 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:20:48Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Print-Template HPswLaserJet proz</template>
|
||||
<name>Print-Template HPswLaserJet proz</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>1 Toner Schwarz/Black</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.9.1.1</snmp_oid>
|
||||
<key>prtMarkerSuppliesLevel.1.1</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>0</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>10 Wartungskit</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.9.1.2</snmp_oid>
|
||||
<key>prtMarkerSuppliesLevel.1.2</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>0</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Print-Template HPswLaserJet proz:prtMarkerSuppliesLevel.1.1.last()}<10</expression>
|
||||
<name>Order black toner for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>BLACK Toner under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template HPswLaserJet proz:prtMarkerSuppliesLevel.1.2.last()}<10</expression>
|
||||
<name>Order HP - Wartungskit</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>WARTUNGSKIT under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
</zabbix_export>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,573 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:21:53Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Print-Template RicohC proz</template>
|
||||
<name>Print-Template RicohC proz</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Counters</name>
|
||||
</application>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>1 Toner Schwarz/Black</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.4.1.367.3.2.1.2.24.1.1.5.1</snmp_oid>
|
||||
<key>blackTonerLevel</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>2 Toner Blau/Cyan</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.4.1.367.3.2.1.2.24.1.1.5.2</snmp_oid>
|
||||
<key>cyanTonerLevel</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>3 Toner Rot/Magenta</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.4.1.367.3.2.1.2.24.1.1.5.3</snmp_oid>
|
||||
<key>magentaTonerLevel</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>RicohTotalPrints</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.4.1.367.3.2.1.2.19.5.1.9.1</snmp_oid>
|
||||
<key>totalPrints</key>
|
||||
<delay>600</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>Page Counter</description>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Counters</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>4 Toner Gelb/Yellow</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.4.1.367.3.2.1.2.24.1.1.5.4</snmp_oid>
|
||||
<key>yellowTonerLevel</key>
|
||||
<delay>300</delay>
|
||||
<history>7</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens>
|
||||
<screen>
|
||||
<name>Ricoh Total Information</name>
|
||||
<hsize>4</hsize>
|
||||
<vsize>2</vsize>
|
||||
<screen_items>
|
||||
<screen_item>
|
||||
<resourcetype>0</resourcetype>
|
||||
<width>700</width>
|
||||
<height>200</height>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<colspan>2</colspan>
|
||||
<rowspan>1</rowspan>
|
||||
<elements>0</elements>
|
||||
<valign>0</valign>
|
||||
<halign>0</halign>
|
||||
<style>0</style>
|
||||
<url/>
|
||||
<dynamic>0</dynamic>
|
||||
<sort_triggers>0</sort_triggers>
|
||||
<resource>
|
||||
<name>Prints Total</name>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
</resource>
|
||||
<max_columns>3</max_columns>
|
||||
<application/>
|
||||
</screen_item>
|
||||
<screen_item>
|
||||
<resourcetype>0</resourcetype>
|
||||
<width>250</width>
|
||||
<height>400</height>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<colspan>1</colspan>
|
||||
<rowspan>1</rowspan>
|
||||
<elements>0</elements>
|
||||
<valign>0</valign>
|
||||
<halign>0</halign>
|
||||
<style>0</style>
|
||||
<url/>
|
||||
<dynamic>0</dynamic>
|
||||
<sort_triggers>0</sort_triggers>
|
||||
<resource>
|
||||
<name>BlackTonerLevel</name>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
</resource>
|
||||
<max_columns>3</max_columns>
|
||||
<application/>
|
||||
</screen_item>
|
||||
<screen_item>
|
||||
<resourcetype>0</resourcetype>
|
||||
<width>250</width>
|
||||
<height>400</height>
|
||||
<x>1</x>
|
||||
<y>1</y>
|
||||
<colspan>1</colspan>
|
||||
<rowspan>1</rowspan>
|
||||
<elements>0</elements>
|
||||
<valign>0</valign>
|
||||
<halign>0</halign>
|
||||
<style>0</style>
|
||||
<url/>
|
||||
<dynamic>0</dynamic>
|
||||
<sort_triggers>0</sort_triggers>
|
||||
<resource>
|
||||
<name>CyanTonerLevel</name>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
</resource>
|
||||
<max_columns>3</max_columns>
|
||||
<application/>
|
||||
</screen_item>
|
||||
<screen_item>
|
||||
<resourcetype>0</resourcetype>
|
||||
<width>250</width>
|
||||
<height>400</height>
|
||||
<x>2</x>
|
||||
<y>1</y>
|
||||
<colspan>1</colspan>
|
||||
<rowspan>1</rowspan>
|
||||
<elements>0</elements>
|
||||
<valign>0</valign>
|
||||
<halign>0</halign>
|
||||
<style>0</style>
|
||||
<url/>
|
||||
<dynamic>0</dynamic>
|
||||
<sort_triggers>0</sort_triggers>
|
||||
<resource>
|
||||
<name>MagentaTonerLevel</name>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
</resource>
|
||||
<max_columns>3</max_columns>
|
||||
<application/>
|
||||
</screen_item>
|
||||
<screen_item>
|
||||
<resourcetype>0</resourcetype>
|
||||
<width>250</width>
|
||||
<height>400</height>
|
||||
<x>3</x>
|
||||
<y>1</y>
|
||||
<colspan>1</colspan>
|
||||
<rowspan>1</rowspan>
|
||||
<elements>0</elements>
|
||||
<valign>0</valign>
|
||||
<halign>0</halign>
|
||||
<style>0</style>
|
||||
<url/>
|
||||
<dynamic>0</dynamic>
|
||||
<sort_triggers>0</sort_triggers>
|
||||
<resource>
|
||||
<name>YellowTonerLevel</name>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
</resource>
|
||||
<max_columns>3</max_columns>
|
||||
<application/>
|
||||
</screen_item>
|
||||
</screen_items>
|
||||
</screen>
|
||||
</screens>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Print-Template RicohC proz:blackTonerLevel.last()}=-100</expression>
|
||||
<name>Order black toner for RICOH {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>Black toner level less than 20%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template RicohC proz:cyanTonerLevel.last()}=-100</expression>
|
||||
<name>Order cyan toner for RICOH {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>Cyan toner level less than 20%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template RicohC proz:magentaTonerLevel.last()}=-100</expression>
|
||||
<name>Order magenta toner for RICOH {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>Magenta toner level less than 20%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template RicohC proz:yellowTonerLevel.last()}=-100</expression>
|
||||
<name>Order yellow toner for RICOH {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>Yellow toner level less than 20%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
<graphs>
|
||||
<graph>
|
||||
<name>BlackTonerLevel</name>
|
||||
<width>50</width>
|
||||
<height>250</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>100.0000</yaxismax>
|
||||
<show_work_period>0</show_work_period>
|
||||
<show_triggers>0</show_triggers>
|
||||
<type>0</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>0</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>1</ymin_type_1>
|
||||
<ymax_type_1>1</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>1</drawtype>
|
||||
<color>000000</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>7</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
<key>blackTonerLevel</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph>
|
||||
<graph>
|
||||
<name>CyanTonerLevel</name>
|
||||
<width>50</width>
|
||||
<height>250</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>100.0000</yaxismax>
|
||||
<show_work_period>0</show_work_period>
|
||||
<show_triggers>0</show_triggers>
|
||||
<type>0</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>0</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>1</ymin_type_1>
|
||||
<ymax_type_1>1</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>1</drawtype>
|
||||
<color>33FFFF</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>7</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
<key>cyanTonerLevel</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph>
|
||||
<graph>
|
||||
<name>MagentaTonerLevel</name>
|
||||
<width>50</width>
|
||||
<height>250</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>100.0000</yaxismax>
|
||||
<show_work_period>0</show_work_period>
|
||||
<show_triggers>0</show_triggers>
|
||||
<type>0</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>0</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>1</ymin_type_1>
|
||||
<ymax_type_1>1</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>1</drawtype>
|
||||
<color>FF33FF</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>7</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
<key>magentaTonerLevel</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph>
|
||||
<graph>
|
||||
<name>Prints Total</name>
|
||||
<width>500</width>
|
||||
<height>400</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>100.0000</yaxismax>
|
||||
<show_work_period>0</show_work_period>
|
||||
<show_triggers>0</show_triggers>
|
||||
<type>0</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>0</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>1</ymin_type_1>
|
||||
<ymax_type_1>0</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>2</drawtype>
|
||||
<color>CC0000</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>2</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
<key>totalPrints</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph>
|
||||
<graph>
|
||||
<name>YellowTonerLevel</name>
|
||||
<width>50</width>
|
||||
<height>250</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>100.0000</yaxismax>
|
||||
<show_work_period>0</show_work_period>
|
||||
<show_triggers>0</show_triggers>
|
||||
<type>0</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>0</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>1</ymin_type_1>
|
||||
<ymax_type_1>1</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>1</drawtype>
|
||||
<color>FFFF33</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>7</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Print-Template RicohC proz</host>
|
||||
<key>yellowTonerLevel</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph>
|
||||
</graphs>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,166 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:22:40Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Print-Template SNMPv1 Inventory</template>
|
||||
<name>Print-Template SNMPv1 Inventory</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Counters</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>Serial</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.5.1.1.17.1</snmp_oid>
|
||||
<key>.1.3.6.1.2.1.43.5.1.1.17.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>4</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>8</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>totalPrints</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.10.2.1.4.1.1</snmp_oid>
|
||||
<key>.1.3.6.1.2.1.43.10.2.1.4.1.1</key>
|
||||
<delay>600</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>PageCounter</description>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Counters</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device description</name>
|
||||
<type>1</type>
|
||||
<snmp_community>public</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>hrDeviceDescr.1</snmp_oid>
|
||||
<key>hrDevDescr</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A textual description of the entity. This value should include the full name of the system.</description>
|
||||
<inventory_link>1</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates>
|
||||
<template>
|
||||
<name>SNMPv1 Inventory</name>
|
||||
</template>
|
||||
</templates>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,166 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:22:59Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Print-Template SNMPv2 Inventory</template>
|
||||
<name>Print-Template SNMPv2 Inventory</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Counters</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>Device description</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>HOST-RESOURCES-MIB::hrDeviceDescr.1</snmp_oid>
|
||||
<key>devDescr</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A textual description of the entity. This value should include the full name of the system.</description>
|
||||
<inventory_link>1</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>totalPrints</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-SMI::mib-2.43.10.2.1.4.1.1</snmp_oid>
|
||||
<key>prtMarkerLifeCount.1.1</key>
|
||||
<delay>600</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>PageCounter</description>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Counters</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Serial</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-SMI::mib-2.43.5.1.1.17.1</snmp_oid>
|
||||
<key>sysSerial</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>4</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>8</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates>
|
||||
<template>
|
||||
<name>Template SNMP Generic</name>
|
||||
</template>
|
||||
</templates>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,654 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:22:12Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Print-Template Samsung-sw calc</template>
|
||||
<name>Print-Template Samsung-sw calc</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>7 Fusing Unit</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>1</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>Fixiereinheit.fuser</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>0</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>100</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params>last("prtMarkerSuppliesLevel.1.2")/last("prtMarkerSuppliesMaxCapacity.1.2")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>11 MP Roller Samsung</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>1</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>mp.roller</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>0</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>100</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params>last("prtMarkerSuppliesLevel.1.4")/last("prtMarkerSuppliesMaxCapacity.1.4")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesLevel.1.1</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.9.1.1</snmp_oid>
|
||||
<key>prtMarkerSuppliesLevel.1.1</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesLevel.1.2</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.9.1.2</snmp_oid>
|
||||
<key>prtMarkerSuppliesLevel.1.2</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesLevel.1.3</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.9.1.3</snmp_oid>
|
||||
<key>prtMarkerSuppliesLevel.1.3</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesLevel.1.4</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.9.1.4</snmp_oid>
|
||||
<key>prtMarkerSuppliesLevel.1.4</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesMaxCapacity.1.1</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.8.1.1</snmp_oid>
|
||||
<key>prtMarkerSuppliesMaxCapacity.1.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>90</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesMaxCapacity.1.2</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.8.1.2</snmp_oid>
|
||||
<key>prtMarkerSuppliesMaxCapacity.1.2</key>
|
||||
<delay>86400</delay>
|
||||
<history>90</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesMaxCapacity.1.3</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.8.1.3</snmp_oid>
|
||||
<key>prtMarkerSuppliesMaxCapacity.1.3</key>
|
||||
<delay>86400</delay>
|
||||
<history>90</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>prtMarkerSuppliesMaxCapacity.1.4</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.8.1.4</snmp_oid>
|
||||
<key>prtMarkerSuppliesMaxCapacity.1.4</key>
|
||||
<delay>86400</delay>
|
||||
<history>90</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>1 Toner Schwarz/Black</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>1</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>toner.black</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>0</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>100</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params>last("prtMarkerSuppliesLevel.1.1")/last("prtMarkerSuppliesMaxCapacity.1.1")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>8 Transfer Belt</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>1</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>transfer.roller</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>0</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>100</formula>
|
||||
<delay_flex>wd1-5</delay_flex>
|
||||
<params>last("prtMarkerSuppliesLevel.1.3")/last("prtMarkerSuppliesMaxCapacity.1.3")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Print-Template Samsung-sw calc:toner.black.last()}=1</expression>
|
||||
<name>Achtung - Replace BLACK Toner for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>4</priority>
|
||||
<description>Austausch BLACK Toner</description>
|
||||
<type>0</type>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<name>Order black toner for Samsung {HOST.NAME}</name>
|
||||
<expression>{Print-Template Samsung-sw calc:toner.black.last()}<10</expression>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template Samsung-sw calc:Fixiereinheit.fuser.last()}=1</expression>
|
||||
<name>Achtung - Replace Fuser Kit for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>4</priority>
|
||||
<description>Austausch FUSER</description>
|
||||
<type>0</type>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<name>Order fuser kit for Samsung {HOST.NAME}</name>
|
||||
<expression>{Print-Template Samsung-sw calc:Fixiereinheit.fuser.last()}<10</expression>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template Samsung-sw calc:mp.roller.last()}<5</expression>
|
||||
<name>Achtung - Replace MP Roller Kit for {HOST.HOST}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>4</priority>
|
||||
<description>Austausch MP ROLLER</description>
|
||||
<type>0</type>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<name>Order MP Roller for Samsung {HOST.NAME}</name>
|
||||
<expression>{Print-Template Samsung-sw calc:mp.roller.last()}<10</expression>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template Samsung-sw calc:transfer.roller.last()}=1</expression>
|
||||
<name>Achtung - Replace Transfer Roller Kit for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>4</priority>
|
||||
<description/>
|
||||
<type>0</type>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<name>Order Transfer Roller for Samsung {HOST.NAME}</name>
|
||||
<expression>{Print-Template Samsung-sw calc:transfer.roller.last()}<10</expression>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template Samsung-sw calc:toner.black.last()}<10</expression>
|
||||
<name>Order black toner for Samsung {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>BLACK Toner under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template Samsung-sw calc:Fixiereinheit.fuser.last()}<10</expression>
|
||||
<name>Order fuser kit for Samsung {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>FUSER Kit under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template Samsung-sw calc:mp.roller.last()}<10</expression>
|
||||
<name>Order MP Roller for Samsung {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>MP ROLLER Kit under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Print-Template Samsung-sw calc:transfer.roller.last()}<10</expression>
|
||||
<name>Order Transfer Roller for Samsung {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>TRANSFER Roller under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
</zabbix_export>
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,226 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:23:47Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Print-Template Xerox WC 33xx</template>
|
||||
<name>Print-Template Xerox WC 33xx</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Printer</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Counters</name>
|
||||
</application>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>1 Toner Schwarz/Black</name>
|
||||
<type>15</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>black.toner.level</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params>100*last("black.toner.now.level")/last("black.toner.max.level")</params>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Verbrauchsmaterial</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>1.black.toner.max.level</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.8.1.1</snmp_oid>
|
||||
<key>black.toner.max.level</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>1.black.toner.name</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.6.1.1</snmp_oid>
|
||||
<key>black.toner.name</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>4</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>1.black.toner.now.level</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>.1.3.6.1.2.1.43.11.1.1.9.1.1</snmp_oid>
|
||||
<key>black.toner.now.level</key>
|
||||
<delay>300</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>0</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Printer Supplies</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Print-Template Xerox WC 33xx:black.toner.level.last(0)}<10</expression>
|
||||
<name>Order black toner for {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>BLACK Toner under 10%</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
</zabbix_export>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,162 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:41:03Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Broadcom SNMP Information</template>
|
||||
<name>Broadcom Inventory</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications/>
|
||||
<items>
|
||||
<item>
|
||||
<name>Device model</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-SMI::mib-2.47.1.1.1.1.2.1</snmp_oid>
|
||||
<key>.1.3.6.1.2.1.47.1.1.1.1.2.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>29</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device OSVers.</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-SMI::mib-2.47.1.1.1.1.10.1</snmp_oid>
|
||||
<key>.1.3.6.1.2.1.47.1.1.1.1.10.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>16</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device serial</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-SMI::mib-2.47.1.1.1.1.11.1</snmp_oid>
|
||||
<key>.1.3.6.1.2.1.47.1.1.1.1.11.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>4</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>8</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates>
|
||||
<template>
|
||||
<name>Template SNMP Generic</name>
|
||||
</template>
|
||||
</templates>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:40:45Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Cisco SNMP Information</template>
|
||||
<name>Cisco Inventory</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications/>
|
||||
<items>
|
||||
<item>
|
||||
<name>Device description</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>HOST-RESOURCES-MIB::hrDeviceDescr.1</snmp_oid>
|
||||
<key>devDescr</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A textual description of the entity. This value should include the full name of the system.</description>
|
||||
<inventory_link>1</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device model</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.4.1.9.5.1.2.16.0</snmp_oid>
|
||||
<key>sysModel1.3.6.1.4.1.9.5.1.2.16.0</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>29</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device serial</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.4.1.9.5.1.2.19.0</snmp_oid>
|
||||
<key>sysSerial1.3.6.1.4.1.9.5.1.2.19.0</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>4</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>8</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device OSVers.</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.4.1.9.5.1.3.1.1.19.1</snmp_oid>
|
||||
<key>sysVersion1.3.6.1.4.1.9.5.1.3.1.1.19.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>16</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates>
|
||||
<template>
|
||||
<name>Template SNMP Generic</name>
|
||||
</template>
|
||||
</templates>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:42:29Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Cisco StackWiseSwitch</template>
|
||||
<name>Cisco StackWiseSwitch</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Stack Info</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>Ring Redundant</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>1.3.6.1.4.1.9.9.500.1.1.3.0</snmp_oid>
|
||||
<key>cswRingRedundant</key>
|
||||
<delay>30</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A value of 'true' is returned when the stackports are connected in such a way that it forms a redundant ring.
|
||||
|
||||
CISCO-STACKWISE-MIB::cswRingRedundant</description>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Stack Info</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap>
|
||||
<name>cswRingRedundant</name>
|
||||
</valuemap>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Cisco StackWiseSwitch:cswRingRedundant.last()}<>1</expression>
|
||||
<name>Switch-Stack-Ausfall - keine Redundanz</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>4</priority>
|
||||
<description/>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
<value_maps>
|
||||
<value_map>
|
||||
<name>cswRingRedundant</name>
|
||||
<mappings>
|
||||
<mapping>
|
||||
<value>1</value>
|
||||
<newvalue>true</newvalue>
|
||||
</mapping>
|
||||
</mappings>
|
||||
</value_map>
|
||||
</value_maps>
|
||||
</zabbix_export>
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:40:21Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>HP SNMP Information</template>
|
||||
<name>HP Inventory</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>Device model</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-SMI::mib-2.47.1.1.1.1.2.11</snmp_oid>
|
||||
<key>.1.3.6.1.2.1.47.1.1.1.1.2.11</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>29</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device OSVers.</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-SMI::mib-2.47.1.1.1.1.10.1</snmp_oid>
|
||||
<key>.1.3.6.1.2.1.47.1.1.1.1.10.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>16</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device serial</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-SMI::mib-2.47.1.1.1.1.11.1</snmp_oid>
|
||||
<key>.1.3.6.1.2.1.47.1.1.1.1.11.1</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>4</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>8</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Device description</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>SNMPv2-SMI::mib-2.47.1.1.1.1.2.1</snmp_oid>
|
||||
<key>devDescr</key>
|
||||
<delay>86400</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A textual description of the entity. This value should include the full name of the system.</description>
|
||||
<inventory_link>1</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Information</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,297 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T08:41:50Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Switch Interfaces</template>
|
||||
<name>Switch Interfaces</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Switche</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Interfaces</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>Number of network interfaces</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>IF-MIB::ifNumber.0</snmp_oid>
|
||||
<key>ifNumber</key>
|
||||
<delay>3600</delay>
|
||||
<history>7</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>The number of network interfaces (regardless of their current state) present on this system.</description>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Interfaces</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules>
|
||||
<discovery_rule>
|
||||
<name>Network interfaces</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<snmp_oid>discovery[{#SNMPVALUE},IF-MIB::ifDescr]</snmp_oid>
|
||||
<key>ifDescr</key>
|
||||
<delay>3600</delay>
|
||||
<status>0</status>
|
||||
<allowed_hosts/>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<filter>
|
||||
<evaltype>0</evaltype>
|
||||
<formula/>
|
||||
<conditions/>
|
||||
</filter>
|
||||
<lifetime>30</lifetime>
|
||||
<description>You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs.
|
||||
|
||||
{$SNMP_COMMUNITY} is a global macro.</description>
|
||||
<item_prototypes>
|
||||
<item_prototype>
|
||||
<name>Alias of interface $1</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>IF-MIB::ifAlias.{#SNMPINDEX}</snmp_oid>
|
||||
<key>ifAlias[{#SNMPVALUE}]</key>
|
||||
<delay>3600</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Interfaces</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
<application_prototypes/>
|
||||
</item_prototype>
|
||||
<item_prototype>
|
||||
<name>Description of interface $1</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>IF-MIB::ifDescr.{#SNMPINDEX}</snmp_oid>
|
||||
<key>ifDescr[{#SNMPVALUE}]</key>
|
||||
<delay>3600</delay>
|
||||
<history>7</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.</description>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Interfaces</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
<application_prototypes/>
|
||||
</item_prototype>
|
||||
<item_prototype>
|
||||
<name>Operational status of interface $1</name>
|
||||
<type>4</type>
|
||||
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid>IF-MIB::ifOperStatus.{#SNMPINDEX}</snmp_oid>
|
||||
<key>ifOperStatus[{#SNMPVALUE}]</key>
|
||||
<delay>60</delay>
|
||||
<history>7</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description>The current operational state of the interface.</description>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Interfaces</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap>
|
||||
<name>SNMP interface status (ifOperStatus)</name>
|
||||
</valuemap>
|
||||
<logtimefmt/>
|
||||
<application_prototypes/>
|
||||
</item_prototype>
|
||||
</item_prototypes>
|
||||
<trigger_prototypes>
|
||||
<trigger_prototype>
|
||||
<expression>{Switch Interfaces:ifOperStatus[{#SNMPVALUE}].diff(0)}=1</expression>
|
||||
<name>Operational status was changed on {HOST.NAME} interface {#SNMPVALUE}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>1</priority>
|
||||
<description/>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger_prototype>
|
||||
</trigger_prototypes>
|
||||
<graph_prototypes/>
|
||||
<host_prototypes/>
|
||||
</discovery_rule>
|
||||
</discovery_rules>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<value_maps>
|
||||
<value_map>
|
||||
<name>SNMP interface status (ifOperStatus)</name>
|
||||
<mappings>
|
||||
<mapping>
|
||||
<value>1</value>
|
||||
<newvalue>up</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>2</value>
|
||||
<newvalue>down</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>3</value>
|
||||
<newvalue>testing</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>4</value>
|
||||
<newvalue>unknown</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>5</value>
|
||||
<newvalue>dormant</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>6</value>
|
||||
<newvalue>notPresent</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>7</value>
|
||||
<newvalue>lowerLayerDown</newvalue>
|
||||
</mapping>
|
||||
</mappings>
|
||||
</value_map>
|
||||
</value_maps>
|
||||
</zabbix_export>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,339 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-04-04T07:51:01Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Virtual</name>
|
||||
</group>
|
||||
<group>
|
||||
<name>Virtual machines</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Template Virt VMware</template>
|
||||
<name>Template Virt VMware</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates Virtual</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Clusters</name>
|
||||
</application>
|
||||
<application>
|
||||
<name>General</name>
|
||||
</application>
|
||||
<application>
|
||||
<name>Log</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>Event log</name>
|
||||
<type>3</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>vmware.eventlog["https://{HOST.HOST}/sdk"]</key>
|
||||
<delay>60</delay>
|
||||
<history>90</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>2</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username>{$VMWARE_USERNAME}</username>
|
||||
<password>{$VMWARE_PASSWORD}</password>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Log</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Full name</name>
|
||||
<type>3</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>vmware.fullname["https://{HOST.HOST}/sdk"]</key>
|
||||
<delay>3600</delay>
|
||||
<history>90</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username>{$VMWARE_USERNAME}</username>
|
||||
<password>{$VMWARE_PASSWORD}</password>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>General</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
<item>
|
||||
<name>Version</name>
|
||||
<type>3</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>vmware.version["https://{HOST.HOST}/sdk"]</key>
|
||||
<delay>3600</delay>
|
||||
<history>90</history>
|
||||
<trends>0</trends>
|
||||
<status>0</status>
|
||||
<value_type>1</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username>{$VMWARE_USERNAME}</username>
|
||||
<password>{$VMWARE_PASSWORD}</password>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>General</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules>
|
||||
<discovery_rule>
|
||||
<name>Discover VMware clusters</name>
|
||||
<type>3</type>
|
||||
<snmp_community/>
|
||||
<snmp_oid/>
|
||||
<key>vmware.cluster.discovery["https://{HOST.HOST}/sdk"]</key>
|
||||
<delay>3600</delay>
|
||||
<status>0</status>
|
||||
<allowed_hosts/>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<authtype>0</authtype>
|
||||
<username>{$VMWARE_USERNAME}</username>
|
||||
<password>{$VMWARE_PASSWORD}</password>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<filter>
|
||||
<evaltype>0</evaltype>
|
||||
<formula/>
|
||||
<conditions/>
|
||||
</filter>
|
||||
<lifetime>30</lifetime>
|
||||
<description>Discovery of clusters</description>
|
||||
<item_prototypes>
|
||||
<item_prototype>
|
||||
<name>Status of "$2" cluster</name>
|
||||
<type>3</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>vmware.cluster.status["https://{HOST.HOST}/sdk",{#CLUSTER.NAME}]</key>
|
||||
<delay>60</delay>
|
||||
<history>90</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username>{$VMWARE_USERNAME}</username>
|
||||
<password>{$VMWARE_PASSWORD}</password>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Clusters</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap>
|
||||
<name>VMware status</name>
|
||||
</valuemap>
|
||||
<logtimefmt/>
|
||||
<application_prototypes/>
|
||||
</item_prototype>
|
||||
</item_prototypes>
|
||||
<trigger_prototypes/>
|
||||
<graph_prototypes/>
|
||||
<host_prototypes/>
|
||||
</discovery_rule>
|
||||
<discovery_rule>
|
||||
<name>Discover VMware VMs</name>
|
||||
<type>3</type>
|
||||
<snmp_community/>
|
||||
<snmp_oid/>
|
||||
<key>vmware.vm.discovery["https://{HOST.HOST}/sdk"]</key>
|
||||
<delay>3600</delay>
|
||||
<status>0</status>
|
||||
<allowed_hosts/>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<authtype>0</authtype>
|
||||
<username>{$VMWARE_USERNAME}</username>
|
||||
<password>{$VMWARE_PASSWORD}</password>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<filter>
|
||||
<evaltype>0</evaltype>
|
||||
<formula/>
|
||||
<conditions/>
|
||||
</filter>
|
||||
<lifetime>30</lifetime>
|
||||
<description>Discovery of guest virtual machines.</description>
|
||||
<item_prototypes/>
|
||||
<trigger_prototypes/>
|
||||
<graph_prototypes/>
|
||||
<host_prototypes>
|
||||
<host_prototype>
|
||||
<host>{#VM.UUID}</host>
|
||||
<name>{#VM.NAME}</name>
|
||||
<status>0</status>
|
||||
<group_links>
|
||||
<group_link>
|
||||
<group>
|
||||
<name>Virtual machines</name>
|
||||
</group>
|
||||
</group_link>
|
||||
</group_links>
|
||||
<group_prototypes>
|
||||
<group_prototype>
|
||||
<name>{#HV.NAME}</name>
|
||||
</group_prototype>
|
||||
</group_prototypes>
|
||||
<templates>
|
||||
<template>
|
||||
<name>Template Virt VMware Guest</name>
|
||||
</template>
|
||||
</templates>
|
||||
</host_prototype>
|
||||
</host_prototypes>
|
||||
</discovery_rule>
|
||||
</discovery_rules>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<value_maps>
|
||||
<value_map>
|
||||
<name>VMware status</name>
|
||||
<mappings>
|
||||
<mapping>
|
||||
<value>0</value>
|
||||
<newvalue>gray</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>1</value>
|
||||
<newvalue>green</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>2</value>
|
||||
<newvalue>yellow</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>3</value>
|
||||
<newvalue>red</newvalue>
|
||||
</mapping>
|
||||
</mappings>
|
||||
</value_map>
|
||||
</value_maps>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,131 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-28T12:33:20Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Template OS Windows Service</template>
|
||||
<name>Template OS Windows Service</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications/>
|
||||
<items>
|
||||
<item>
|
||||
<name>Seagull License Server</name>
|
||||
<type>0</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>service_state[Seagull License Server]</key>
|
||||
<delay>60</delay>
|
||||
<history>7</history>
|
||||
<trends>90</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units/>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications/>
|
||||
<valuemap>
|
||||
<name>Windows service state</name>
|
||||
</valuemap>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Template OS Windows Service:service_state[Seagull License Server].last()}=6</expression>
|
||||
<name>Dienst Seagull gestoppt on {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>Seagull License Server - Dienststatus gestoppt !</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
<trigger>
|
||||
<expression>{Template OS Windows Service:service_state[Seagull License Server].last()}=7</expression>
|
||||
<name>Dienst Seagull Status unbekannt on {HOST.NAME}</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description>Seagull License Server - Dienststatus unbekannt !</description>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
<value_maps>
|
||||
<value_map>
|
||||
<name>Windows service state</name>
|
||||
<mappings>
|
||||
<mapping>
|
||||
<value>0</value>
|
||||
<newvalue>Running</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>1</value>
|
||||
<newvalue>Paused</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>3</value>
|
||||
<newvalue>Pause pending</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>4</value>
|
||||
<newvalue>Continue pending</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>5</value>
|
||||
<newvalue>Stop pending</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>6</value>
|
||||
<newvalue>Stopped</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>7</value>
|
||||
<newvalue>Unknown</newvalue>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<value>255</value>
|
||||
<newvalue>No such service</newvalue>
|
||||
</mapping>
|
||||
</mappings>
|
||||
</value_map>
|
||||
</value_maps>
|
||||
</zabbix_export>
|
|
@ -0,0 +1,313 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2018-03-27T07:54:30Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates DATA Storage</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Template OS Windows only Mountpoints</template>
|
||||
<name>Template OS Windows only Mountpoints</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Templates DATA Storage</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Filesystems</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items/>
|
||||
<discovery_rules>
|
||||
<discovery_rule>
|
||||
<name>Volume Mountpoints filesystem discovery</name>
|
||||
<type>7</type>
|
||||
<snmp_community/>
|
||||
<snmp_oid/>
|
||||
<key>vfs.fs.znil.windowsmountpoints.discovery</key>
|
||||
<delay>3600</delay>
|
||||
<status>0</status>
|
||||
<allowed_hosts/>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<filter>
|
||||
<evaltype>0</evaltype>
|
||||
<formula/>
|
||||
<conditions/>
|
||||
</filter>
|
||||
<lifetime>3</lifetime>
|
||||
<description>This Rule only Discover Disk at Mountpoints without Drive-Letters</description>
|
||||
<item_prototypes>
|
||||
<item_prototype>
|
||||
<name>Free disk space on $1</name>
|
||||
<type>7</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>vfs.fs.size[{#ZNILFSNAME},free]</key>
|
||||
<delay>60</delay>
|
||||
<history>7</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>B</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Filesystems</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
<application_prototypes/>
|
||||
</item_prototype>
|
||||
<item_prototype>
|
||||
<name>Free disk space on $1 (percentage)</name>
|
||||
<type>7</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>vfs.fs.size[{#ZNILFSNAME},pfree]</key>
|
||||
<delay>60</delay>
|
||||
<history>7</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>0</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>%</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Filesystems</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
<application_prototypes/>
|
||||
</item_prototype>
|
||||
<item_prototype>
|
||||
<name>Total disk space on $1</name>
|
||||
<type>7</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>vfs.fs.size[{#ZNILFSNAME},total]</key>
|
||||
<delay>3600</delay>
|
||||
<history>7</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>B</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Filesystems</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
<application_prototypes/>
|
||||
</item_prototype>
|
||||
<item_prototype>
|
||||
<name>Used disk space on $1</name>
|
||||
<type>7</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>vfs.fs.size[{#ZNILFSNAME},used]</key>
|
||||
<delay>60</delay>
|
||||
<history>7</history>
|
||||
<trends>365</trends>
|
||||
<status>0</status>
|
||||
<value_type>3</value_type>
|
||||
<allowed_hosts/>
|
||||
<units>B</units>
|
||||
<delta>0</delta>
|
||||
<snmpv3_contextname/>
|
||||
<snmpv3_securityname/>
|
||||
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
||||
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
||||
<snmpv3_authpassphrase/>
|
||||
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
||||
<snmpv3_privpassphrase/>
|
||||
<formula>1</formula>
|
||||
<delay_flex/>
|
||||
<params/>
|
||||
<ipmi_sensor/>
|
||||
<data_type>0</data_type>
|
||||
<authtype>0</authtype>
|
||||
<username/>
|
||||
<password/>
|
||||
<publickey/>
|
||||
<privatekey/>
|
||||
<port/>
|
||||
<description/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Filesystems</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
<application_prototypes/>
|
||||
</item_prototype>
|
||||
</item_prototypes>
|
||||
<trigger_prototypes>
|
||||
<trigger_prototype>
|
||||
<expression>{Template OS Windows only Mountpoints:vfs.fs.size[{#ZNILFSNAME},pfree].last()}<10</expression>
|
||||
<name>Free disk space is less than 10% on volume {#ZNILFSNAME} ({ITEM.LASTVALUE3} Free Space left)</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>4</priority>
|
||||
<description/>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger_prototype>
|
||||
<trigger_prototype>
|
||||
<expression>{Template OS Windows only Mountpoints:vfs.fs.size[{#ZNILFSNAME},pfree].last(0)}<20 and {Template OS Windows only Mountpoints:vfs.fs.size[{#ZNILFSNAME},pfree].last(0)}>10</expression>
|
||||
<name>Free disk space is less than 20% on volume {#ZNILFSNAME} ({ITEM.LASTVALUE3} Free Space left)</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>2</priority>
|
||||
<description/>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger_prototype>
|
||||
</trigger_prototypes>
|
||||
<graph_prototypes>
|
||||
<graph_prototype>
|
||||
<name>Disk space {#ZNILFSNAME}</name>
|
||||
<width>600</width>
|
||||
<height>340</height>
|
||||
<yaxismin>0.0000</yaxismin>
|
||||
<yaxismax>0.0000</yaxismax>
|
||||
<show_work_period>0</show_work_period>
|
||||
<show_triggers>0</show_triggers>
|
||||
<type>2</type>
|
||||
<show_legend>1</show_legend>
|
||||
<show_3d>1</show_3d>
|
||||
<percent_left>0.0000</percent_left>
|
||||
<percent_right>0.0000</percent_right>
|
||||
<ymin_type_1>0</ymin_type_1>
|
||||
<ymax_type_1>0</ymax_type_1>
|
||||
<ymin_item_1>0</ymin_item_1>
|
||||
<ymax_item_1>0</ymax_item_1>
|
||||
<graph_items>
|
||||
<graph_item>
|
||||
<sortorder>0</sortorder>
|
||||
<drawtype>0</drawtype>
|
||||
<color>C80000</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>2</calc_fnc>
|
||||
<type>2</type>
|
||||
<item>
|
||||
<host>Template OS Windows only Mountpoints</host>
|
||||
<key>vfs.fs.size[{#ZNILFSNAME},total]</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
<graph_item>
|
||||
<sortorder>1</sortorder>
|
||||
<drawtype>0</drawtype>
|
||||
<color>00C800</color>
|
||||
<yaxisside>0</yaxisside>
|
||||
<calc_fnc>2</calc_fnc>
|
||||
<type>0</type>
|
||||
<item>
|
||||
<host>Template OS Windows only Mountpoints</host>
|
||||
<key>vfs.fs.size[{#ZNILFSNAME},free]</key>
|
||||
</item>
|
||||
</graph_item>
|
||||
</graph_items>
|
||||
</graph_prototype>
|
||||
</graph_prototypes>
|
||||
<host_prototypes/>
|
||||
</discovery_rule>
|
||||
</discovery_rules>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
</zabbix_export>
|
Loading…
Reference in New Issue