���� вместо кирилицы. поменял в контейнере кодировку на ru_RU.UTF8 - отправка тестового сообщения из консоли
...
Search Result
Collapse
10 results in 0.0019 seconds.
Keywords
Members
Tags
-
Docker zabbix-server + alertscripts
Проблема с кодировкой zabbix-server в docker при использовании кастомного скрипта allerts. Присылает знаки
-
Integrations
Hi there,
We (at SIGNL4) have just created an Alert Script for reliable team alerting via push, SMS and voice calls, including escalations, duty scheduling and collaboration.
You can find it here:
https://share.zabbix.com/zabbix-tool...l4-critical-mo... -
Event Log - User Account Created (%USERNAME%)
Здравствуйте!
Собираю с контроллера домена события по ID "4720 - User Account Created" плюс несколько других.
В триггере указал:
Name: Event Log - User Account Created...Last edited by Sergey Koryakin; 14-09-2018, 08:40. -
setting custom script variables when action is running from message body
Hi
I checked the script for sending messages to telegram (zbxtg.py).
in message body of it's action , there is some line that set variables within the script (zbxtg.py) like : "zbxtg;graphs_period=10800 -- set graphs period (default - 3600 seconds)"
I need some help to do... -
Problem with custom alert
I'm having a really weird problem with a custom alert. I have created a perl script to send SMS messages. It's pretty straight forward.
I implemented a slack shell script example and it works fine, but it looks like the perl script is never even called.
It shows "Sent" in the... -
Zabbix Custom Alert Script Problem
Hi All, I am newbie on zabbix. I already searching on google and forum but still not resolved my problem. sorry for my bad english.
I created custom python alertscript and put it on alertscript path. I tested the script from shell and everything ok, script running well. but when I tested... -
Email Alerts on IOWAIT (warnings)
I am gettting an email laerts from zabbix. It is warnings how can i stop zabbix to send warnings alerts. Also I am not understand how zabbix sends warnings on 0.93%. is there any way to change the value. If value greater then 70% then we receive the zabbix alert.
Trigger: Disk I/O is... -
Zabbix- Powershell alert to monitor the mounted volume
Hi all,
My Windows machines is having mounted disk named D:, i want to monitor it, if it got fallen, or someone removed by mistake, i need alert alert in zabbix dashboard. Here my question
To monitor the mounted volume disk ( Say D: drive), i have prepared the powershell script...Last edited by maestropandy; 17-03-2015, 20:34. -
Problems with an alert script
Hi there !
I have made all the steps to configure zabbix to execute an alert script (message.sh) when a "trigger" has been "triggered", but the script doesn't work.
message.sh ( located at /usr/lib/zabbix/alertscripts/ )
...Code:#!/bin/bash
Last edited by rcarlos007; 08-01-2015, 02:16. -
Action parameters causing error
I'm using a script to send alerts to "pushbullet". It works well If I type "./pushbullet <acess_token> <subject> <body>" but it only works without spaces due to each space represents a parameter.
I've tried to quote the default subject and message...