diff --git a/README.md b/README.md index 64beb7b8..97e44db0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,6 @@ inheritance problems. | Name | 3.0 | 6.4 | 7.0 | | ---- | --- | --- | --- | -| Alarm Pinger | [✅](./Templates/Applications/Alarm_Pinger/3.0) | | | | Apache HTTP Server | [✅](./Templates/Applications/Apache_HTTP_Server/3.0) | | | | auditd | [✅](./Templates/Applications/auditd/3.0) | [✅](./Templates/Applications/auditd/6.4) | | | Axia ALSA Soundcard Driver for Livewire | [✅](./Templates/Applications/Axia_ALSA_Soundcard_Driver_for_Livewire/3.0) | | | diff --git a/Templates/Applications/Alarm_Pinger/3.0/README.md b/Templates/Applications/Alarm_Pinger/3.0/README.md deleted file mode 100644 index d09c612b..00000000 --- a/Templates/Applications/Alarm_Pinger/3.0/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# Zabbix Alarm Pinger monitoring -Monitoring of [Alarm Pinger](https://github.com/Jajcus/apinger). - -This template is part of [RaBe's Zabbix template and helpers -collection](https://github.com/radiorabe/rabe-zabbix). - -## Usage - -1. Import the [`Template_App_Alarm_Pinger_active.xml`](Template_App_Alarm_Pinger_active.xml) - into your Zabbix server (click on the `Raw` button to download). -2. Add the template to your host (or stack template) -3. Check if new data arrives - -## Template App Alarm Pinger active -Application template for the [Alarm Pinger](https://github.com/Jajcus/apinger) (`apinger`) daemon. -### Items -* Memory usage (rss) of "apinger" processes (`proc.mem[apinger,,,,rss]`) - Memory usage in bytes of the `apinger` process -* Number of "apinger" processes (`proc.num[apinger]`) - Number of running `apinger` processes -### Triggers -* High: No running apinger processes on {HOST.NAME} - ``` - {Template App Alarm Pinger active:proc.num[apinger].last(0)}<1 - ``` - There is no running `apinger` process on this host. - -## License -This template is free software: you can redistribute it and/or modify it under -the terms of the GNU Affero General Public License as published by the Free -Software Foundation, version 3 of the License. - -## Copyright -Copyright (c) 2017 - 2019 [Radio Bern RaBe](http://www.rabe.ch) diff --git a/Templates/Applications/Alarm_Pinger/3.0/Template_App_Alarm_Pinger_active.xml b/Templates/Applications/Alarm_Pinger/3.0/Template_App_Alarm_Pinger_active.xml deleted file mode 100644 index 7f2b3521..00000000 --- a/Templates/Applications/Alarm_Pinger/3.0/Template_App_Alarm_Pinger_active.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - 3.0 - 2018-04-14T10:30:15Z - - - App templates - - - - - - - - {Template App Alarm Pinger active:proc.num[apinger].last(0)}<1 - No running apinger processes on {HOST.NAME} - - 0 - 4 - There is no running `apinger` process on this host. - 0 - - - - diff --git a/Templates/Applications/Alarm_Pinger/3.0/doc/README.head.md b/Templates/Applications/Alarm_Pinger/3.0/doc/README.head.md deleted file mode 100644 index cf5c999e..00000000 --- a/Templates/Applications/Alarm_Pinger/3.0/doc/README.head.md +++ /dev/null @@ -1 +0,0 @@ -Monitoring of [Alarm Pinger](https://github.com/Jajcus/apinger).