Home
last modified time | relevance | path

Searched refs:alerts (Results 76 – 100 of 6572) sorted by relevance

12345678910>>...263

/dports/www/grafana8/grafana-8.3.6/devenv/docker/ha_test/
H A Dalerts.sh88 alerts=1
93 alerts=${OPTARG}
104 find grafana/provisioning/dashboards/alerts -maxdepth 1 -name 'alert*.json' -delete
105 …sonnet -m grafana/provisioning/dashboards/alerts grafana/provisioning/alerts.jsonnet --ext-code al…
111 http://admin:admin@grafana.loc/api/admin/pause-all-alerts
117 http://admin:admin@grafana.loc/api/admin/pause-all-alerts
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Dalert.go46 var alerts []*models.Alert
52 query.Result = alerts
148 for i := range alerts {
149 if alerts[i].ExecutionError == " " {
150 alerts[i].ExecutionError = ""
154 query.Result = alerts
160 alerts := make([]*models.Alert, 0)
165 for _, alert := range alerts {
215 for _, alert := range alerts {
298 alerts := make([]*models.Alert, 0)
[all …]
/dports/www/grafana8/grafana-8.3.6/docs/sources/alerting/unified-alerting/
H A Ddifference-old-new.md3 description = "What's New with Grafana alerts"
14 You can now create alerts that give you system-wide visibility with a single alerting rule. Generat…
16 ## Create alerts outside of Dashboards
18 Unlike legacy dashboard alerts, Grafana alerts allow you to create queries and expressions that com…
20 Since unified alerts are no longer directly tied to panel queries, they do not include images or qu…
24 …can manage Loki and Cortex alerting rules using the same UI and API as your Grafana managed alerts.
26 ## View and search for alerts from Prometheus compatible data sources
28 …listed under the Grafana alerts section. You can search for labels across multiple data sources to…
30 ## Special alerts for alert state NoData and Error
32 …e produces state NoData or Error, Grafana alerting will generate special alerts that will have the…
[all …]
H A Dopt-in.md3 description = "Enable Grafana alerts"
13alerts, unified alerting is still an opt-in feature. This topic describes how to opt-in to Grafana…
19 To enable Grafana alerts:
21 1. In your custom configuration file ($WORKING_DIR/conf/custom.ini), go to the [unified alerts]({{<…
30 ## Migrating legacy alerts to Grafana alerting system
32alerts migrate in a format compatible with the Grafana alerting. In the Alerting page of your Graf…
34 Read and write access to legacy dashboard alerts and Grafana alerts are governed by the permissions…
44alerts associated with these channels are not automatically migrated to Grafana alerting. Assign t…
45 Silences (expiring after one year) are created for all paused dashboard alerts.
51 ## Disable Grafana alerts
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/speed/bot_health_sheriffing/
H A Dhow_to_address_duplicate_alerts.md3alerts to fire due to the same underlying problem. Sheriff-o-matic does its best to automatically …
5 … these duplicate alerts from new alerts without knowing the contents of those other alerts. If you…
7 ## How to group duplicate alerts
9 First, decide which of your duplicate alerts is going to be your "main" alert. If one of the alerts
11alerts that you want to merge into this main alert. If there are any existing alert groups among t…
17 Once you've ungrouped all the alerts being merged into the main alert and selected all alerts being…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/speed/bot_health_sheriffing/
H A Dhow_to_address_duplicate_alerts.md3alerts to fire due to the same underlying problem. Sheriff-o-matic does its best to automatically …
5 … these duplicate alerts from new alerts without knowing the contents of those other alerts. If you…
7 ## How to group duplicate alerts
9 First, decide which of your duplicate alerts is going to be your "main" alert. If one of the alerts
11alerts that you want to merge into this main alert. If there are any existing alert groups among t…
17 Once you've ungrouped all the alerts being merged into the main alert and selected all alerts being…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/provider/mem/
H A Dmem_test.go93 iterator := alerts.Subscribe()
146 if err := alerts.Put(insert...); err != nil {
151 res, err := alerts.Get(a.Fingerprint())
173 if err := alerts.Put(alert1); err != nil {
194 it := alerts.Subscribe()
227 if err := alerts.Put(alert2); err != nil {
230 if err := alerts.Put(alert3); err != nil {
257 iterator := alerts.GetPending()
266 if err := alerts.Put(alert3); err != nil {
275 iterator = alerts.GetPending()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/model/
H A DSiteNode.java204 synchronized (alerts) { in calculateHighestAlert()
206 for (Alert alert : alerts) { in calculateHighestAlert()
431 return alerts.contains(alert); in hasAlert()
438 if (!this.alerts.add(alert)) { in addAlert()
459 synchronized (alerts) { in updateAlert()
491 synchronized (alerts) { in getAlerts()
500 alerts.remove(alert); in clearChildAlert()
527 if (!alerts.remove(alert)) { in deleteAlert()
559 if (this.alerts.removeAll(alerts)) { in deleteAlerts()
579 if (!alerts.isEmpty()) { in deleteAllAlerts()
[all …]
/dports/www/grafana8/grafana-8.3.6/docs/sources/alerting/old-alerting/
H A D_index.md6 # Legacy Grafana alerts
10 > **Note**: Legacy dashboard alerts is deprecated and will be removed in a future release. We encou…
12 Legacy dashboard alerts have two main components:
19 You can perform the following tasks for alerts:
21 - [Create an alert rule]({{< relref "create-alerts.md" >}})
22 - [View existing alert rules and their current state]({{< relref "view-alerts.md" >}})
23 - [Test alert rules and troubleshoot]({{< relref "troubleshoot-alerts.md" >}})
26 {{< docs/shared "alerts/grafana-managed-alerts.md" >}}
/dports/security/snortsnarf/SnortSnarf-1.0/SnortSnarf-021111.1/sisr/modules/
H A Dadd_alerts_to_db_set.pl25 my ($alerts,$setname,$file)= &arg_to_val($input,@_);
31 my(@alerts)= @{$alerts};
32 if (ref($alerts[0]) eq 'HASH') { # old style alerts
33 &add_events_to_set($set,@{alerts});
35 &add_alerts_to_set($set,@{alerts});
/dports/security/snortsnarf/SnortSnarf-1.0/sisr/modules/
H A Dadd_alerts_to_db_set.pl25 my ($alerts,$setname,$file)= &arg_to_val($input,@_);
31 my(@alerts)= @{$alerts};
32 if (ref($alerts[0]) eq 'HASH') { # old style alerts
33 &add_events_to_set($set,@{alerts});
35 &add_alerts_to_set($set,@{alerts});
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/examples/
H A Dupnp_test.cpp89 std::vector<alert*> alerts; in main() local
90 s.pop_alerts(&alerts); in main()
91 for (std::vector<alert*>::iterator i = alerts.begin() in main()
92 , end(alerts.end()); i != end; ++i) in main()
104 std::vector<alert*> alerts; in main() local
105 s.pop_alerts(&alerts); in main()
106 for (std::vector<alert*>::iterator i = alerts.begin() in main()
107 , end(alerts.end()); i != end; ++i) in main()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/examples/
H A Dupnp_test.cpp89 std::vector<alert*> alerts; in main() local
90 s.pop_alerts(&alerts); in main()
91 for (std::vector<alert*>::iterator i = alerts.begin() in main()
92 , end(alerts.end()); i != end; ++i) in main()
104 std::vector<alert*> alerts; in main() local
105 s.pop_alerts(&alerts); in main()
106 for (std::vector<alert*>::iterator i = alerts.begin() in main()
107 , end(alerts.end()); i != end; ++i) in main()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/ui/app/tests/
H A DFilter.elm38 Expect.equal "/alerts?silenced=false&inhibited=false&active=true"
39 …(Utils.Filter.toUrl "/alerts" { receiver = Nothing, group = Nothing, customGrouping = False, text …
42 Expect.equal "/alerts?silenced=false&inhibited=false&active=true"
43 …(Utils.Filter.toUrl "/alerts" { receiver = Nothing, group = Nothing, customGrouping = False, text …
46 …Expect.equal "/alerts?silenced=false&inhibited=false&active=true&filter=%7Bfoo%3D%22bar%22%2C%20ba…
50 Expect.equal "/alerts?silenced=true&inhibited=false&active=true"
51 …(Utils.Filter.toUrl "/alerts" { receiver = Nothing, group = Nothing, customGrouping = False, text …
54 Expect.equal "/alerts?silenced=false&inhibited=true&active=true"
58 Expect.equal "/alerts?silenced=false&inhibited=false&active=false"
62 … Expect.equal "/alerts?silenced=false&inhibited=false&active=true&customGrouping=true"
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/ui/app/tests/
H A DFilter.elm38 Expect.equal "/alerts?silenced=false&inhibited=false&active=true"
39 …(Utils.Filter.toUrl "/alerts" { receiver = Nothing, group = Nothing, customGrouping = False, text …
42 Expect.equal "/alerts?silenced=false&inhibited=false&active=true"
43 …(Utils.Filter.toUrl "/alerts" { receiver = Nothing, group = Nothing, customGrouping = False, text …
46 …Expect.equal "/alerts?silenced=false&inhibited=false&active=true&filter=%7Bfoo%3D%22bar%22%2C%20ba…
50 Expect.equal "/alerts?silenced=true&inhibited=false&active=true"
51 …(Utils.Filter.toUrl "/alerts" { receiver = Nothing, group = Nothing, customGrouping = False, text …
54 Expect.equal "/alerts?silenced=false&inhibited=true&active=true"
58 Expect.equal "/alerts?silenced=false&inhibited=false&active=false"
62 … Expect.equal "/alerts?silenced=false&inhibited=false&active=true&customGrouping=true"
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/doc/examples/
H A Dsimple.yml14 # The labels by which incoming alerts are grouped together. For example,
20 # alerts as-is. This is unlikely to be what you want, unless you have
25 # When a new group of alerts is created by an incoming alert, wait at
33 # of new alerts that started firing for that group.
49 # catch alerts that are related to a list of services.
53 # The service has a sub-route for critical alerts, any alerts
74 # Also group alerts by affected database.
96 # from both the source and target alerts,
104 - to: 'team-X+alerts@example.org'
108 - to: 'team-X+alerts-critical@example.org'
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/doc/examples/
H A Dsimple.yml14 # The labels by which incoming alerts are grouped together. For example,
20 # alerts as-is. This is unlikely to be what you want, unless you have
25 # When a new group of alerts is created by an incoming alert, wait at
33 # of new alerts that started firing for that group.
49 # catch alerts that are related to a list of services.
53 # The service has a sub-route for critical alerts, any alerts
74 # Also group alerts by affected database.
96 # from both the source and target alerts,
104 - to: 'team-X+alerts@example.org'
108 - to: 'team-X+alerts-critical@example.org'
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/
H A DMakefile330 …$(EMBEDMD) ${THANOS_MIXIN}/README.md examples/alerts/alerts.md examples/alerts/alerts.yaml example…
331 $(EMBEDMD) -w examples/alerts/alerts.md
345 examples/alerts/alerts.yaml: $(JSONNET) $(GOJSONTOYAML) ${THANOS_MIXIN}/mixin.libsonnet ${THANOS_MI…
346 $(JSONNET) ${THANOS_MIXIN}/alerts.jsonnet | $(GOJSONTOYAML) > $@
352 mixin/runbook.md: $(PROMDOC) examples/alerts/alerts.yaml
353 $(PROMDOC) generate examples/alerts/alerts.yaml -i mixin -o $@
373 example-rules-lint: $(PROMTOOL) examples/alerts/alerts.yaml examples/alerts/rules.yaml
374 $(PROMTOOL) check rules examples/alerts/alerts.yaml examples/alerts/rules.yaml
375 $(PROMTOOL) test rules examples/alerts/tests.yaml
383 rm -f examples/alerts/alerts.yaml
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/alertmanager/notify/webhook/
H A Dwebhook.go77 func truncateAlerts(maxAlerts uint64, alerts []*types.Alert) ([]*types.Alert, uint64) {
78 if maxAlerts != 0 && uint64(len(alerts)) > maxAlerts {
79 return alerts[:maxAlerts], uint64(len(alerts)) - maxAlerts
82 return alerts, 0
86 func (n *Notifier) Notify(ctx context.Context, alerts ...*types.Alert) (bool, error) {
87 alerts, numTruncated := truncateAlerts(n.conf.MaxAlerts, alerts)
88 data := notify.GetTemplateData(ctx, n.tmpl, alerts, n.logger)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/alertmanager/notify/webhook/
H A Dwebhook.go77 func truncateAlerts(maxAlerts uint64, alerts []*types.Alert) ([]*types.Alert, uint64) {
78 if maxAlerts != 0 && uint64(len(alerts)) > maxAlerts {
79 return alerts[:maxAlerts], uint64(len(alerts)) - maxAlerts
82 return alerts, 0
86 func (n *Notifier) Notify(ctx context.Context, alerts ...*types.Alert) (bool, error) {
87 alerts, numTruncated := truncateAlerts(n.conf.MaxAlerts, alerts)
88 data := notify.GetTemplateData(ctx, n.tmpl, alerts, n.logger)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/notify/webhook/
H A Dwebhook.go77 func truncateAlerts(maxAlerts uint64, alerts []*types.Alert) ([]*types.Alert, uint64) {
78 if maxAlerts != 0 && uint64(len(alerts)) > maxAlerts {
79 return alerts[:maxAlerts], uint64(len(alerts)) - maxAlerts
82 return alerts, 0
86 func (n *Notifier) Notify(ctx context.Context, alerts ...*types.Alert) (bool, error) {
87 alerts, numTruncated := truncateAlerts(n.conf.MaxAlerts, alerts)
88 data := notify.GetTemplateData(ctx, n.tmpl, alerts, n.logger)
/dports/security/snort3/snort3-3.1.19.0/src/loggers/
H A Dalert_talos.cc53 map<string, Rule> alerts; member
139 auto& alerts = talos_log->alerts; in close() local
143 if ( alerts.size() == 0 ) in close()
148 for ( auto& kv : alerts ) in close()
160 auto& alerts = talos_log->alerts; in alert() local
171 auto rule_iter = alerts.find(key.str()); in alert()
174 if ( rule_iter != alerts.end() ) in alert()
198 alerts[key.str()] = rule; in alert()
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/widgets/
H A DTbAlert.php19 public $alerts; variable in TbAlert
48 if (is_string($this->alerts)) {
49 $colors = explode(' ', $this->alerts);
51 if (!isset($this->alerts)) {
61 $this->alerts = array();
63 $this->alerts[$color] = array();
79 foreach ($this->alerts as $color => $alert) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/docs/
H A Dalertmanager.md9 The [Alertmanager](https://github.com/prometheus/alertmanager) handles alerts
13 It also takes care of silencing and inhibition of alerts.
21 Grouping categorizes alerts of similar nature into a single notification. This
23 hundreds to thousands of alerts may be firing simultaneously.
30 alerts are sent to Alertmanager.
34 Alertmanager to group alerts by their cluster and alertname so it sends a
37 Grouping of alerts, timing for the grouped notifications, and the receivers
43 Inhibition is a concept of suppressing notifications for certain alerts if
44 certain other alerts are already firing.
56 Silences are a straightforward way to simply mute alerts for a given time.
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/docs/
H A Dalertmanager.md9 The [Alertmanager](https://github.com/prometheus/alertmanager) handles alerts
13 It also takes care of silencing and inhibition of alerts.
21 Grouping categorizes alerts of similar nature into a single notification. This
23 hundreds to thousands of alerts may be firing simultaneously.
30 alerts are sent to Alertmanager.
34 Alertmanager to group alerts by their cluster and alertname so it sends a
37 Grouping of alerts, timing for the grouped notifications, and the receivers
43 Inhibition is a concept of suppressing notifications for certain alerts if
44 certain other alerts are already firing.
56 Silences are a straightforward way to simply mute alerts for a given time.
[all …]

12345678910>>...263