Skip to content
#

monitoring-server

Here are 101 public repositories matching this topic...

monitoror
boristsr
boristsr commented Mar 25, 2020

I just tried to follow your guide on setting up a raspberry pi, however the service was failing to start. I tracked it down to the downloaded "binary" was actually a HTML redirect page.

Amending the following command under "Install Monitoror" with a -L command works as expected.

sudo curl -s -L -o /opt/monitoror/monitoror https://github.com/monitoror/monitoror/releases/download/3.1.
exp-dev-dj
exp-dev-dj commented Aug 13, 2019

'http-outbound'/'https-outbound' events return undefined response statusCode if client uses request, request-promise or any other http libraries that do not use callback when making http.request. You mention this in the code comment (https://github.com/RuntimeTools/appmetrics/blob/master/probes/http-outbound-probe.js#L91), but there is no explanation on work-around for popular http libraries

Python Multi-Process Execution Pool: concurrent asynchronous execution pool with custom resource constraints (memory, timeouts, affinity, CPU cores and caching), load balancing and profiling capabilities of the external apps on NUMA architecture

  • Updated Aug 28, 2019
  • Python
mattcolegate
mattcolegate commented Oct 18, 2017

Raising on behalf of @seabaylea
At the moment the documentation in the README is sufficient to run either SM-dash or SM-prometheus. The only documented constructors in the example are the convenience ones, so each will create their own Router and pass it to Kitura. This means the last one created wins, and will block the other from displaying.

Documentation needs to show how to create and pas

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
ganeshpatro321
ganeshpatro321 commented Mar 28, 2020

The current design of collector acts as an independent application, with a separate main.go file. And the current implementation also has duplicate code, doing the same functionality.

  • if enableProcessCollection block in src/main.go and src/collector/main.go

What I suggest is maintaining collector similar to other modules(same design). This will also help integrating collector with the

arthurlogilab
arthurlogilab commented Apr 28, 2017

Probably related to #150

$ mkvirtualenv alignak
$ pip install alignak-webui
[snip]
$ alignak-webui-uwsgi
realpath() of /usr/local/etc/alignak-webui/uwsgi.ini failed: No such file or directory [core/utils.c line 3618]

Improve this page

Add a description, image, and links to the monitoring-server 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 monitoring-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.