File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.2.0
4+
5+ - Refactor FilesystemStorage to use single files per feed
6+ - Fix error on missing item date and description
7+
38## v0.1.2
49
510- Fix some rendering of images in feeds
Original file line number Diff line number Diff line change 1- ** Note:** This is an early release that is still in development and prone to change
2-
31# Icinga Web Feeds
42
53Icinga Web Module for web feeds like RSS or Atom.
Original file line number Diff line number Diff line change 22
33The module configuration is stored in ` /etc/icingaweb2/modules/feeds/config.ini ` .
44
5- All options use defaults, there is no need to create this file.
6-
7- Example:
5+ All options use defaults, there is no need to create this file. Example:
86
97``` ini
108[http]
@@ -16,6 +14,8 @@ timeout = 5
1614duration = 43200
1715```
1816
17+ The module uses the Icinga Web2 FileCache to cache fetched data.
18+
1919## Feeds
2020
2121Feeds can be added, configured and removed in Icinga Web.
Original file line number Diff line number Diff line change 11Module: Feeds
2- Version: 0.1.2
2+ Version: 0.2.0
33Requires:
44 Libraries: icinga-php-library (>=0.16.0), icinga-php-thirdparty (>=0.11.0)
55Description: Icinga Web Feeds
You can’t perform that action at this time.
0 commit comments