Skip to content

Commit

Permalink
Merge branch 'master' into 873-fix-service-notification-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tsadpbb committed Oct 23, 2024
2 parents 4fec3d8 + 402fbc4 commit 2e05d44
Show file tree
Hide file tree
Showing 23 changed files with 763 additions and 458 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Nagios Core 4 Change Log
------------------
* Expand the custom variable macros to an empty string, if the custom variable does not exist (Andre Klärner)
* Fix notification logic to not send a notification if a host and services parents are down (#873) (Dylan Anderson)
* Update Exfoliation theme (Dylan Anderson)

4.5.6 - 2024-10-08
------------------
Expand Down
4 changes: 4 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ install-exfoliation:
for file in $$(find ./images -type f); do \
$(INSTALL) -m 644 $(INSTALL_OPTS) $${file} $(DESTDIR)$(HTMLDIR)/$${file}; \
done; \
$(INSTALL) $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/fonts; \
for file in $$(find ./fonts -type f); do \
$(INSTALL) -m 644 $(INSTALL_OPTS) $${file} $(DESTDIR)$(HTMLDIR)/$${file}; \
done; \
)

@echo ""
Expand Down
Binary file added contrib/exfoliation/fonts/Geist-Black.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Bold.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-ExtraBold.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-ExtraLight.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Light.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Medium.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Regular.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-SemiBold.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Thin.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist[wght].woff2
Binary file not shown.
Loading

0 comments on commit 2e05d44

Please sign in to comment.