The Wayback Machine - https://web.archive.org/web/20200516112116/https://github.com/topics/nagios
Skip to content
#

nagios

Here are 529 public repositories matching this topic...

stestaz
stestaz commented Apr 3, 2020

Hi,
I've an installation with more than 500 hosts, and when 500 hosts is exceeded the Network Parents section explode with this error

Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/adagios/views.py", line 43, in wrapper
result = view_func(request, *args, **kwargs)
File "/usr/lib/python2.6/site-packages/adagios/status/views.py", line 109, in network_parents

getjack
getjack commented Apr 23, 2020

Affected Version: 3.4.1
OS: Ubuntu 18.04 LTS
Python: 3.8
pip: 20.0.2

As i am trying to setup and build the project locally for #637 but i am not sure how to properly contribute.

sudo apt install python3.8-venv
python -m venv venv
source venv/bin/activate
# Fix outdated pip version in venv
# curl https://bootstrap.pypa.io/get-pip.py | python3
python setup.py insta
searchlight
abompard
abompard commented Aug 2, 2019

Currently the warning and critical threshold trigger when the number of nodes is above the number set in the threshold. They should trigger when the number of nodes goes below the threshold.

# ./check_rabbitmq_cluster -w 2,2 -c 1,1
RABBITMQ_CLUSTER CRITICAL - nb_running_node CRITICAL (3) nb_running_disc_node CRITICAL (3), nb_running_ram_node OK (0)
# ./check_rabbitmq_cluster -w 4,4 -c 
PowerSchill
PowerSchill commented Oct 9, 2019

🗣️ Foreword

Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.

👻 Brief Description

Chef have released updated cookstyle rules, we should therefore run the auto fix against the cookbook

  1. Ensure you are on the latest stable chef-workstation
  2. Run cookstyle -a

Issu

ls-initiatives
ls-initiatives commented Sep 7, 2018

Tried to install from Bintray following the docs in http://docs.alignak.net/en/latest/02_installation/01_system.html, I met this error :

-----
Alignak post-install
User account: alignak
Installation prefix: /usr/local
-----
Detecting OS platform
-> system is: Linux
-> found linux
Checking / creating 'alignak' user and users group
User alignak still exists
Detecting Python version
sxa
sxa commented Apr 27, 2020

The top level README.md on the infrastructure repository is somewhat out of date with respect to our backup setups and policy for the infrastructure systems (jenkins, api, blog, monitoring etc.)

We should get the documentation up to date, while ensuring that all appropriate backups are definitely in place and running.

tjyang
tjyang commented Jul 4, 2018

Hi

Just a suggestion.
For beginner, "okconfig addtemplate" is confusing.

According to folloiwng, it's action is to apply a existing template onto a host.

okconfig addtemplate <host_name> --template oracle

addtemplate should reserved for adding a new template not existed in /usr/share/okconfig/templates dir.

Existing "okconfig addtemplate" should be "okconfig applytemplate

Improve this page

Add a description, image, and links to the nagios topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nagios topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.