mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
Default branch name is now main
This commit is contained in:
parent
aaff1c3f58
commit
a1d0b890d7
4 changed files with 5 additions and 5 deletions
2
.github/workflows/L10n-update.yml
vendored
2
.github/workflows/L10n-update.yml
vendored
|
|
@ -3,7 +3,7 @@ name: L10n Update
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
trigger-update:
|
||||
|
|
|
|||
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
|
@ -3,11 +3,11 @@ name: PHP Tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- release/*
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Icinga Web Graphite Integration
|
||||
|
||||
[](https://php.net/)
|
||||

|
||||

|
||||
[](https://github.com/Icinga/icingaweb2-module-graphite)
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@ pl.value = "alias(color($metric$, '#1a7dd7'), 'Packet loss (%)')"
|
|||
## Default Template Settings <a id="templates-default-settings"></a>
|
||||
|
||||
Next to maintaining templates for specific commands, you can
|
||||
specify the default template settings in the [default.ini](https://github.com/Icinga/icingaweb2-module-graphite/blob/master/templates/default.ini)
|
||||
specify the default template settings in the [default.ini](https://github.com/Icinga/icingaweb2-module-graphite/blob/main/templates/default.ini)
|
||||
configuration file.
|
||||
|
||||
The following example adjusts the background and foreground colors
|
||||
|
|
|
|||
Loading…
Reference in a new issue