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...
What would you like to be added: A check when loading providers for dashboard provisioners that enforces unique names, as specified in the documentation.
Why is this needed: If someone does not pay much attention to the documentation and does not see that the provisioning provider names must be unique, a weird problem c
What's going wrong?
I discovered this default behavior of PM2 by trial and error:
-outlogs and-errlogs will default to output in~/.pm2/logs, unless and only unless they are [rerouted](http://pm2.keymetrics.io/docs/usage/lo
Bug Report
What did you do?
I tried to set eval_time as for an alert rule test as follows, but none of them worked:
eval_time: 1d
eval_time: 1w
eval_time: 1y
What did you expect to see?
I expected no errors, as per documentation:
<duration>: a duration matching the r
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
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
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
There are some bugs with boost::regex that do not exist with std::regex. Is is possible to port osquery/osquery#5444?
I mostly want to move away from boost::algorithm::split_regex, but it doesn't make sense to have multiple regex implementations (boost+std).
Relates to: #5443 #5444
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,
简称 "DoKit" 。一款功能齐全的客户端( iOS 、Android、微信小程序 )研发助手,你值得拥有。
-
Updated
Dec 21, 2019 - Java
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
-
Updated
Dec 21, 2019 - Java
超级表STable的删除有方便的办法吗?
必须先将通过STable创建的表先删除,然后才能删除超级表。当级联表很多时就麻烦了,除非写代码来删除。
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?
The log view currently serves to only tail a containers logs (including last 10 by default).
This issue tracks the implementation of a more fully featured container log pager (navigation, search, etc.)
I think an "added value" to Linux Dash should be the ability to facilitate the creation of custom plugins besides official ones but I haven't found any "getting started" tutorial about this.
Do you think it would be a great idea, too?
Thanks!
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
For anyone who'd like to contribute and don't know where to start - it might be a good idea to add more unit tests for any uncovered part
If you'd like contribute, please leave a comment here, specifying the areas (functions/files/packages), which you are going to cover
As stated in the title. I am using latest release and going through documentation and cannot see this option anywhere. Please scold me appropriately if I missed it. BTW awesome work I love it.
Linux
CentOS 7.6
Name: psutil
Version: 5.6.1
Per https://psutil.readthedocs.io/en/latest/ , cpu_freq should return 0 if min and max cannot be determined.
However, the code (_pslinux.py line 722) can return None, which breaks the s-util package I was trying to use due to a type mismatch.
Either the documentation should be corrected or the code (likely the code) with:
722c722
<
run_begin和run_end必须要写全。03:00不能写成3:00。因为数据库中存的是字符串,比较的时候按照字符串的大小比较,3:00会小于02:00。页面应该要做校验或者提示。
参考 PR #184 的讨论
[FAQ]自定义push数据格式相关问题
OS: Fedora; Component: stacer.x86_64 1.1.0-7.fc3 @fedora
Under System Cleaner tab, while option Select All has been selected as illustrated and icon on blue background clicked, none of the tasks selected along with that operation are forwarded to next resulting window. Selection of tasks relies then on manual interactions.
:
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
Eg: norestored.
And until then, change the man page to say that it is incomplete, and to look in examples and the changelog. Are there configuration settings that are only documented in code?
A curated list of Site Reliability and Production Engineering resources.
-
Updated
Dec 21, 2019
We are currently keying off of cluster_name. Some users have separate clusters with the same name, so the solution is to use the cluster_uuid along with the name to differentiate.
flower on Docker
- Wikipedia
- Wikipedia
Related Topics
prometheus docker grafanaMonitoring 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
#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