Skip to content

Commit

Permalink
appdata.xml from flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Apr 16, 2024
1 parent 1a2a176 commit 2ce6dca
Showing 1 changed file with 58 additions and 42 deletions.
100 changes: 58 additions & 42 deletions Nagstamon/resources/nagstamon.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Henri Wahl <[email protected]> -->
<application>
<id type="desktop">nagstamon.desktop</id>
<metadata_license>GFDL-1.3</metadata_license>
<project_license>GPL-2.0+ and LGPL-2.1</project_license>
<name>Nagstamon</name>
<summary>Nagios status monitor for your desktop</summary>
<description>
<p>
Nagstamon is a Nagios status monitor which takes place in systray, on desktop as floating statusbar or fullscreen
to inform in realtime about the status of your Nagios and its derivatives monitored network. It allows to connect
to multiple monitoring servers.
Nagstamon supports the following server types:
<ul>
<li>Nagios</li>
<li>Icinga</li>
<li>Checkmk Multisite</li>
<li>Thruk</li>
<li>Op5Monitor</li>
<li>Centreon</li>
<li>Opsview</li>
<li>Experimental: Zabbix</li>
<li>Experimental: Zenoss</li>
<li>Experimental: Livestatus</li>
<li>Experimental: Sensu</li>
</ul>
</p>
<p>
Events could be handled by instant access to failed hosts/services.
Nagstamon is very customizable by several types of event filters, notifications methods and actions.
</p>
</description>
<screenshots>
<screenshot type="default" width="624" height="351">https://nagstamon.de/files-nagstamon/appdata/nagstamon-appdata-01.png</screenshot>
<screenshot width="624" height="351">https://nagstamon.de/files-nagstamon/appdata/nagstamon-appdata-02.png</screenshot>
<screenshot width="624" height="351">https://nagstamon.de/files-nagstamon/appdata/nagstamon-appdata-03.png</screenshot>
<screenshot width="624" height="351">https://nagstamon.de/files-nagstamon/appdata/nagstamon-appdata-04.png</screenshot>
<screenshot width="624" height="351">https://nagstamon.de/files-nagstamon/appdata/nagstamon-appdata-05.png</screenshot>
</screenshots>
<url type="homepage">https://nagstamon.de</url>
<updatecontact>[email protected]</updatecontact>
</application>
<component type="desktop-application">
<id>de.nagstamon.nagstamon</id>
<replaces>
<id>de.ifw_dresden.nagstamon</id>
</replaces>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>Nagstamon</name>
<summary>The status monitor for the desktop</summary>
<description>
<p>
Nagstamon is a status monitor for the desktop. It connects to multiple Nagios, Icinga, Opsview, Centreon,
Op5 Monitor/Ninja, Check_MK Multisite and Thruk monitoring servers. It resides in systray, as a floating
statusbar or fullscreen at the desktop showing a brief summary of critical, warning, unknown, unreachable
and down hosts and services. It pops up a detailed status overview when being touched by the mouse pointer.
Connections to displayed hosts and services are easily established by context menu via SSH, RDP, VNC or
any self defined actions. Users can be notified by sound. Hosts and services can be filtered by category
and regular expressions.
</p>
</description>
<url type="homepage">https://nagstamon.de</url>
<url type="help">https://nagstamon.de/documentation</url>
<url type="bugtracker">https://github.com/HenriWahl/Nagstamon/issues</url>
<launchable type="desktop-id">de.nagstamon.nagstamon.desktop</launchable>
<branding>
<color type="primary" scheme_preference="light">#c9facc</color>
<color type="primary" scheme_preference="dark">#59b65f</color>
</branding>
<releases>
<release version="3.14.0" date="2024-02-24">
<description>
<ul>
<li>improved Wayland support</li>
<li>improved proxy support</li>
<li>added Opsview hashtag filtering and can_change_only option</li>
<li>fixes for Alertmanager</li>
<li>fixes for Centreon</li>
<li>fixes for Icinga</li>
<li>fixes for Opsview</li>
<li>fixes for Zabbix</li>
<li>added support for registering version in Windows</li>
<li>added support for using system certificates in Windows</li>
</ul>
</description>
</release>
</releases>
<developer_name>Henri Wahl</developer_name>
<screenshots>
<screenshot type="default">
<image type="source">https://nagstamon.de/assets/images/teaser_1.png</image>
</screenshot>
<screenshot>
<image type="source">https://nagstamon.de/assets/images/teaser_2.png</image>
</screenshot>
</screenshots>
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1" />
</component>

0 comments on commit 2ce6dca

Please sign in to comment.