RServer monitoring
This commit is contained in:
parent
a05db0e1c7
commit
7c43b446ea
@ -1,6 +1,6 @@
|
||||
Zabbix
|
||||
======
|
||||
Script and templates for Zabbix 2.2.x. and 2.4.x
|
||||
Script and templates for Zabbix 2.2.x, 2.4.x, 3.0.x
|
||||
|
||||
- In bin you will find Bash/Perl/PHP scripts used by some User Parameters (need to be installed on agent)
|
||||
- In sudoers.d you can find settings for sudo
|
||||
@ -42,6 +42,10 @@ Template App Exim
|
||||
=====
|
||||
Monitoring for mail server Exim.
|
||||
|
||||
Template App Rserve
|
||||
=====
|
||||
Monitoring for RServer in R.
|
||||
|
||||
Template App lm_sensors
|
||||
=====
|
||||
Monitoring CPU and MotherBoard temperatures by lm_senros module.
|
||||
|
88
templates/Template App Rserve.xml
Normal file
88
templates/Template App Rserve.xml
Normal file
@ -0,0 +1,88 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zabbix_export>
|
||||
<version>3.0</version>
|
||||
<date>2016-05-02T07:22:56Z</date>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Zabbix Templates</name>
|
||||
</group>
|
||||
</groups>
|
||||
<templates>
|
||||
<template>
|
||||
<template>Template App Rserve</template>
|
||||
<name>Template App Rserve</name>
|
||||
<description/>
|
||||
<groups>
|
||||
<group>
|
||||
<name>Zabbix Templates</name>
|
||||
</group>
|
||||
</groups>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Rserve</name>
|
||||
</application>
|
||||
</applications>
|
||||
<items>
|
||||
<item>
|
||||
<name>Number of running processes Rserve</name>
|
||||
<type>0</type>
|
||||
<snmp_community/>
|
||||
<multiplier>0</multiplier>
|
||||
<snmp_oid/>
|
||||
<key>proc.num[Rserve]</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/>
|
||||
<inventory_link>0</inventory_link>
|
||||
<applications>
|
||||
<application>
|
||||
<name>Rserve</name>
|
||||
</application>
|
||||
</applications>
|
||||
<valuemap/>
|
||||
<logtimefmt/>
|
||||
</item>
|
||||
</items>
|
||||
<discovery_rules/>
|
||||
<macros/>
|
||||
<templates/>
|
||||
<screens/>
|
||||
</template>
|
||||
</templates>
|
||||
<triggers>
|
||||
<trigger>
|
||||
<expression>{Template App Rserve:proc.num[Rserve].last(0)}<1</expression>
|
||||
<name>Rserve is not running</name>
|
||||
<url/>
|
||||
<status>0</status>
|
||||
<priority>5</priority>
|
||||
<description/>
|
||||
<type>0</type>
|
||||
<dependencies/>
|
||||
</trigger>
|
||||
</triggers>
|
||||
</zabbix_export>
|
Loading…
Reference in New Issue
Block a user