mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
Merge pull request #10720 from Icinga/publiccode-yml
Some checks are pending
Container Image / Container Image (push) Waiting to run
Linux / alpine:bash (push) Waiting to run
Linux / amazonlinux:2 (push) Waiting to run
Linux / amazonlinux:2023 (push) Waiting to run
Linux / debian:11 (linux/386) (push) Waiting to run
Linux / debian:11 (push) Waiting to run
Linux / debian:12 (linux/386) (push) Waiting to run
Linux / debian:12 (push) Waiting to run
Linux / debian:13 (push) Waiting to run
Linux / fedora:41 (push) Waiting to run
Linux / fedora:42 (push) Waiting to run
Linux / fedora:43 (push) Waiting to run
Linux / opensuse/leap:15.6 (push) Waiting to run
Linux / opensuse/leap:16.0 (push) Waiting to run
Linux / registry.suse.com/bci/bci-base:16.0 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.6 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.7 (push) Waiting to run
Linux / rockylinux/rockylinux:10 (push) Waiting to run
Linux / rockylinux:8 (push) Waiting to run
Linux / rockylinux:9 (push) Waiting to run
Linux / ubuntu:22.04 (push) Waiting to run
Linux / ubuntu:24.04 (push) Waiting to run
Linux / ubuntu:25.04 (push) Waiting to run
Linux / ubuntu:25.10 (push) Waiting to run
Windows / Windows (push) Waiting to run
Some checks are pending
Container Image / Container Image (push) Waiting to run
Linux / alpine:bash (push) Waiting to run
Linux / amazonlinux:2 (push) Waiting to run
Linux / amazonlinux:2023 (push) Waiting to run
Linux / debian:11 (linux/386) (push) Waiting to run
Linux / debian:11 (push) Waiting to run
Linux / debian:12 (linux/386) (push) Waiting to run
Linux / debian:12 (push) Waiting to run
Linux / debian:13 (push) Waiting to run
Linux / fedora:41 (push) Waiting to run
Linux / fedora:42 (push) Waiting to run
Linux / fedora:43 (push) Waiting to run
Linux / opensuse/leap:15.6 (push) Waiting to run
Linux / opensuse/leap:16.0 (push) Waiting to run
Linux / registry.suse.com/bci/bci-base:16.0 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.6 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.7 (push) Waiting to run
Linux / rockylinux/rockylinux:10 (push) Waiting to run
Linux / rockylinux:8 (push) Waiting to run
Linux / rockylinux:9 (push) Waiting to run
Linux / ubuntu:22.04 (push) Waiting to run
Linux / ubuntu:24.04 (push) Waiting to run
Linux / ubuntu:25.04 (push) Waiting to run
Linux / ubuntu:25.10 (push) Waiting to run
Windows / Windows (push) Waiting to run
Add publiccode.yml
This commit is contained in:
commit
d49b10bde6
1 changed files with 87 additions and 0 deletions
87
publiccode.yml
Normal file
87
publiccode.yml
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# Metadata describing this software according to the publiccode.yml standard.
|
||||
# Although this file is required to be located in the icinga2 repository,
|
||||
# it describes the Icinga project as a whole rather than a single component.
|
||||
#
|
||||
# Standard documentation:
|
||||
# https://yml.publiccode.tools/
|
||||
publiccodeYmlVersion: 0.5.0
|
||||
name: Icinga
|
||||
url: https://github.com/Icinga/icinga2
|
||||
logo: https://icinga.com/wp-content/uploads/2026/02/icinga-logo.svg
|
||||
organisation:
|
||||
name: Icinga GmbH
|
||||
uri: https://icinga.com/
|
||||
platforms:
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
categories:
|
||||
- monitoring
|
||||
- data-collection
|
||||
- data-visualization
|
||||
- data-analytics
|
||||
- it-management
|
||||
- it-service-management
|
||||
- network-management
|
||||
roadmap: https://icinga.com/roadmap/
|
||||
developmentStatus: stable
|
||||
softwareType: standalone/backend
|
||||
description:
|
||||
en:
|
||||
localisedName: Icinga
|
||||
shortDescription: Icinga is an enterprise-ready open source monitoring and alerting platform that scales across distributed IT environments.
|
||||
longDescription: >-
|
||||
Icinga is an open source monitoring and alerting solution for enterprises that
|
||||
require reliable oversight of availability and performance across servers, networks,
|
||||
applications, and services in on-premises, hybrid, and cloud environments. It is
|
||||
built for distributed architectures and scalability, supporting large estates where
|
||||
monitoring must keep pace with growth and change.
|
||||
|
||||
Icinga integrates with a wide plugin and integration ecosystem to collect and
|
||||
evaluate monitoring data, then turns it into actionable dashboards, reporting, and
|
||||
event-driven alerts with flexible notification and escalation paths. This helps
|
||||
teams detect issues early, reduce downtime, and improve incident response.
|
||||
|
||||
Our user base is broad and international, including teams operating complex
|
||||
environments and organizations running infrastructure that is critical to security
|
||||
and business continuity across industries globally.
|
||||
documentation: https://icinga.com/docs/
|
||||
apiDocumentation: https://icinga.com/docs/icinga-2/latest/doc/12-icinga2-api/
|
||||
features:
|
||||
- Problems detection
|
||||
- Alerting
|
||||
- Single pane of glass
|
||||
- Scalability
|
||||
- Metric collection
|
||||
- Data visualization
|
||||
- Business monitoring
|
||||
- Integrations
|
||||
- Security
|
||||
screenshots:
|
||||
- https://icinga.com/wp-content/uploads/2025/07/demo_screenshot-scaled.png
|
||||
- https://icinga.com/wp-content/uploads/2025/05/icinga-for-kubernetes-screenshot.png
|
||||
legal:
|
||||
license: GPL-2.0-or-later
|
||||
maintenance:
|
||||
type: internal
|
||||
contacts:
|
||||
- name: Icinga GmbH
|
||||
email: sales@icinga.com
|
||||
phone: "+499119288555"
|
||||
localisation:
|
||||
localisationReady: true
|
||||
availableLanguages:
|
||||
- en
|
||||
- de
|
||||
- it
|
||||
- es
|
||||
- pt
|
||||
- nl
|
||||
- fi
|
||||
- fr
|
||||
- ka
|
||||
- ja
|
||||
- pl
|
||||
- ru
|
||||
- uk
|
||||
- ar
|
||||
Loading…
Reference in a new issue