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à !

    June 22, 2016 at 1:48:18 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?2MGbUw
    nagios
  • nagios-plugin-elasticsearch/check_elasticsearch at master · anchor/nagios-plugin-elasticsearch · GitHub
    June 14, 2016 at 11:46:19 AM GMT+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

    May 26, 2016 at 3:36:16 PM GMT+2 - permalink - archive.org - http://docs.icinga.org/latest/en/cgiparams.html#cgiparams-filter
    nagios
  • Uchiwa | Simple Dashboard for Sensu
    May 25, 2016 at 9:36:07 AM GMT+2 - permalink - archive.org - https://www.uchiwa.io/#/
    monitoring nagios sensu supervision
  • Sensu | Monitoring for today's infrastructure.
    May 25, 2016 at 9:35:53 AM GMT+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

    February 10, 2015 at 4:31:32 PM GMT+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
    June 10, 2014 at 11:38:19 AM GMT+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

    October 14, 2013 at 10:08:21 AM GMT+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