-
Hello, I am completely new to Nagios and Adagios
After a reboot I received this.
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/adagios/views.py", line 43, in wrapper
…
ghost updated
8 years ago
-
It seems as though the 'list' sub-command of the CLI has an issue where it selects all object definitions that start with "define host {" even where there is no host_name directive. It was picking up …
-
Have installed ok.repo tried yum --enablerepo=ok-testing install -y adagios okconfig
this is the error i get:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
- base: anorie…
jonbn updated
8 years ago
-
When we use pynag with shinken, some "PENDING" states are encountered in logs.
This causes a fatal error in log parsing. It would be interesting to add this state in next releases.
`File "/usr/local…
-
The timestamp variable is being set as a long instead of an integer and is breaking the submission of EXTERNAL COMMANDs.
This is on CentOS 6.6, Python 2.6.6, adagios-1.6.1-1.git.131.41ba567.el6.noarc…
-
Playing around with adagios today and on the whole it works. However something that is not very clear: how do you update the default templates? Within the web interface you can configure everything, a…
-
The error I'm getting:
> Reverse for 'bi.views.index' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
My setup:
``` console
apt-get install pytho-pip python-dev
pip…
-
Presently a host supports only a single 'rss' service. We wish to support a service for each reported neighbor. So, when HostManager receives an RSS (/nh/rss) post, it must lookup up the service for t…
kb2ma updated
9 years ago
-
When HostManager receives a 'hello' (/nh/lo) post, it looks up the host source for the message. If the host does not exist, HostManager must add the host via pynag.
kb2ma updated
9 years ago
-
Hello!
I was told to post this as a bug report by duerF on IRC.
There is an issue with the status page (Home/Status/Hosts to be exact) where under the "Host Status" column, a host will show down eve…