4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
8 results tagged nagios x
  • Note: Nagios bricolage..

    contexte : le plugin firefox que j'utilise pour checker nagios ne permet pas de filtrer comme je veux les alertes c'est à dire :
    https://nagiosserver/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28&serviceprops=41002&hostprops=41002&sorttype=1&sortoption=6&sorttype=1&sortoption=1

    Solution temporaire, crado, de la rewrite avec nginx :

    server {
    listen 80 default_server;
    location / {
    rewrite ^.*$ /nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28&serviceprops=41002&hostprops=41002&sorttype=1&sortoption=6&sorttype=1&sortoption=1 break;
    proxy_pass https://nagiosserver;
    proxy_redirect off;
    }
    }

    Je fais tourner ça en local, je fais pointer mon plugin sur localhost, et voilà !

    22 juin 2016 à 13:48:18 UTC+2 - permalink - archive.org - https://links.infomee.fr/?2MGbUw
    nagios
  • nagios-plugin-elasticsearch/check_elasticsearch at master · anchor/nagios-plugin-elasticsearch · GitHub
    14 juin 2016 à 11:46:19 UTC+2 - permalink - archive.org - https://github.com/anchor/nagios-plugin-elasticsearch/blob/master/check_elasticsearch
    check es nagios
  • 6.3. Information On Classic UI parameters

    statuscgi binay params --

    serviceprops : 2 + 8 + 32 + 8192 + 32768
    hostprops : same

    /nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28&serviceprops=41002&hostprops=41002&sorttype=2&sortoption=6&sorttype=1&sortoption=6
    #define HOST_NO_SCHEDULED_DOWNTIME 2
    #define HOST_STATE_UNACKNOWLEDGED 8
    #define HOST_CHECKS_ENABLED 32
    #define HOST_NOTIFICATIONS_ENABLED 8192
    #define HOST_PASSIVE_CHECKS_ENABLED 32768

    26 mai 2016 à 15:36:16 UTC+2 - permalink - archive.org - http://docs.icinga.org/latest/en/cgiparams.html#cgiparams-filter
    nagios
  • Uchiwa | Simple Dashboard for Sensu
    25 mai 2016 à 09:36:07 UTC+2 - permalink - archive.org - https://www.uchiwa.io/#/
    monitoring nagios sensu supervision
  • Sensu | Monitoring for today's infrastructure.
    25 mai 2016 à 09:35:53 UTC+2 - permalink - archive.org - https://sensuapp.org/
    monitoring nagios sensu supervision
  • Easy, proactive monitoring of processes, programs, files, directories, filesystems and hosts | Monit

    via Nicolas

    10 février 2015 à 16:31:32 UTC+1 - permalink - archive.org - http://mmonit.com/monit/
    kiss monitoring nagios
  • Introducing nagios-herald « Code as Craft

    Cool comme plugin. En deux mots ça permet d'améliorer les alertes Nagios en ajoutant un "contexte" au traditionnel message. Par exemple un graph rrd, le résultat d'une commande, une illustration visuelle du probleme..

    • https://github.com/etsy/nagios-herald
    10 juin 2014 à 11:38:19 UTC+2 - permalink - archive.org - http://codeascraft.com/2014/06/06/introducing-nagios-herald/
    contexte monitoring nagios sys
  • Nagios Checker :: Add-ons for Firefox

    add on pour avoir le status de nagios dans ff

    14 octobre 2013 à 10:08:21 UTC+2 - permalink - archive.org - https://addons.mozilla.org/en-US/firefox/addon/nagios-checker/?src=search
    addon firefox nagios
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation