Skip to content

Commit

Permalink
rm notificationforwarder in single_files, overwrite it from whl
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Mar 18, 2024
1 parent 73b403c commit 19d178a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 84 deletions.
4 changes: 2 additions & 2 deletions packages/check_plugins/single_files/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ install:
echo "install: $$plugin..." ; \
install -m 755 $$plugin $(DESTDIR)$(OMD_ROOT)/lib/monitoring-plugins; \
done; \
unzip -j ../../python-modules/src/omdeventhandler-*.whl eventhandler/bin_folder/eventhandler; \
unzip -jo ../../python-modules/src/omdeventhandler-*.whl eventhandler/bin_folder/eventhandler; \
install -m 755 eventhandler $(DESTDIR)$(OMD_ROOT)/lib/monitoring-plugins; \
unzip -j ../../python-modules/src/omdnotificationforwarder-*.whl notificationforwarder/bin_folder/notificationforwarder; \
unzip -jo ../../python-modules/src/omdnotificationforwarder-*.whl notificationforwarder/bin_folder/notificationforwarder; \
install -m 755 notificationforwarder $(DESTDIR)$(OMD_ROOT)/lib/monitoring-plugins

skel:
Expand Down
82 changes: 0 additions & 82 deletions packages/check_plugins/single_files/notificationforwarder

This file was deleted.

0 comments on commit 19d178a

Please sign in to comment.