Skip to content
#

Monitoring

In the fields of information technology and systems management, application performance management (APM) is the monitoring and management of performance and availability of software applications. APM strives to detect and diagnose complex application performance problems to maintain an expected level of service.

Here are 4,490 public repositories matching this topic...

netdata
ilyam8
ilyam8 commented May 27, 2019

#6116 uses hardcoded maximum number of active processes (default actually).

it is configurable value, we could collect it and calculate system active processes usage % and warn user based on it.

some info from @apardyl

Yes, we can do that. We would probably also need to read /proc/sys/kernel/threads-max - pid_max is the max PID that can be assigned, threads-max is the actual limit of t

chrigi
chrigi commented Jul 30, 2019

When you set the Telegram Agent to 'truncate' long messages you can pass him a payload with only a e.g. a 'photo' field and no 'caption' but then you set the agent to 'split' long captions it will error out with the following message when you don't pass a 'caption' field in the event:

undefined method `scan' for nil:NilClass
/app/app/models/agents/telegram_agent.rb:137:in `send_telegra
bug
mattrobenolt
mattrobenolt commented Feb 5, 2019

Right now when you get a password reset link, the page you end up on contains the reset token in the url.

Doing this causes a problem in which any page redirected to after this, and especially any third party assets being loaded leak this reset token via the Referer header on the request.

While this isn't specifically a problem since the only things we embed are trusted vendors, in the c

drdelambre
drdelambre commented Nov 20, 2019

The inherited documentation from v1.x is out of date with the current implementation of BASE_PATH for the v2 ui. It currently uses environment variables like this:
PUBLIC_PATH defines the base url as viewed by the browser, on the external side of your ingress controller
BASE_PATH defines the url prefix with relation to the server instance, on the internal side of your ingress controller
`AP

glances
AdrienLemaire
AdrienLemaire commented Dec 18, 2019

Description

While reading the wifi doc , I see

You need to install the wireless-tools package on your system.

The manpage doesn't give information as to what is really used behind, all I can find is:

   W      Show/hide Wifi module

And the WiFi plugin doesn't show up in my glances terminal view.
Unfortunately,

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。

  • Updated Dec 21, 2019
  • Java
evitalis
evitalis commented Dec 2, 2019

It looks like there is only a master branch for this repo at this time. This has caused any commits to affect PRs which now show large numbers of conflicts. Would it be possible to get a development branch or other instructions as to how PRs should be made to avoid this situation going forward?

jamesshannon
jamesshannon commented Nov 4, 2019

Feature Request

docker has a config setting called perdevice:

## Whether to report for each container per-device blkio (8:0, 8:1...) and
## network (eth0, eth1, ...) stats or not
perdevice = true

While it applies to blkio and network, it does not apply to CPU. So I get 5 CPU values, one for each CPU.

The spirit of perdevice is clearly "Don't overload my network and my

payton
payton commented May 25, 2018

I'm new to Django, so I don't quite know how to go about this error that occurs when I try to make migrations:

Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_from_command_line(sys.argv)
  File "/Users/pgarland/dev/github/cabot/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
    utility.e
Wikipedia
Wikipedia

Related Topics

prometheus docker grafana

Monitoring apps

SeriesCI

Time Series Data for Continuous Integration

Airbrake

Real time error monitoring and alerts

Waydev

#1 Git Analytics Platform for Engineering Productivity

Starhub Notifier

All about your Github account, public and private activity, stars count, downloads count, followers and much more

See more Monitoring apps
You can’t perform that action at this time.