Étiquette : zabbix

Zabbix – Send alerts to Slack

Today I’ve configured my Zabbix Server to automatically send alerts to the #alerting channel of my slack team. To to this, you have to create un new Incoming WebHook in your slack Team. Click on your team, select App and Integration. Search for Incoming Webhook Click « Add a configuration » Configure the webhook with the default…

Par seuf 2017-04-20 2

Ansible pour déployer des agents Zabbix + auto-registration

+ Depuis quelques temps, j’utilise Ansible au boulot, et je doit dire c’est un outil super classe ! Je vais décrire ici comment déployer des agents Zabbix sur un ensemble de serveurs grâce à Ansible. Rôle zabbix_agent Voici le playbook zabbix_agent : zabbix_agent.yml — – hosts: all:!localhost roles: – role: zabbix_agent roles/zabbix_agent/task/main.yml — – name:…

Par seuf 2015-01-15 0

Provisionning Zabbix en Perl

Juste un petit script pratique que j’avais développé il y a quelques temps pour provisionner un Zabbix en utilisant l’API Zabbix en perl : Ça s’utilise super facilement : perl add-host-to-zabbix.pl [long options…] –host host –group Specify the host group. –template Link a template to this host. –interface add an interface to host (format :…

Par seuf 2014-03-04 2

Reportings Zabbix avec Jasper

Aujourd’hui au boulot, je leur ai proposé de faire des rapport sur l’utilisation de Zabbix via l’outil Open source Jasper. Je vais donc décrire ici les différentes étapes permettant de générer de beaux rapports Jasper pour Zabbix ! J’utilise pour cela jasper Studio en version community (la version open source gratuite). Etape 1 : Création…

Par seuf 2014-03-03 4