Skip to content

Commit

Permalink
recipe vergessen
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Sep 30, 2024
1 parent ca97818 commit 3c765a4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 2024-09-30 10.2.2.1
forgot to add the recipe
* 2024-09-30 10.2.2
add method run_git_init to the datarecipient baseclass
add IGNORE to traps which should be completely ignored
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):


setup(name='coshsh',
version='10.2.2',
version='10.2.2.1',
setup_requires=['wheel'],
description='Coshsh - config generator for monitoring systems',
long_description=open('README.md').read(),
Expand Down
23 changes: 23 additions & 0 deletions tests/etc/coshsh13.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[datasource_CSV20.e]
type = csv
dir = ./recipes/test20/data

[datarecipient_CSV20.e]
type = snmp_exporter
objects_dir = ./var/objects/test20prom

[recipe_test20gitno]
objects_dir = ./var/objects/test20
classes_dir = ./recipes/test20/classes
templates_dir = ./recipes/test20/templates
datasources = CSV20.e
datarecipients = >>>,csv20.e
git_init = no

[recipe_test20gityes]
objects_dir = ./var/objects/test20
classes_dir = ./recipes/test20/classes
templates_dir = ./recipes/test20/templates
datasources = CSV20.e
datarecipients = >>>,csv20.e
# git_init = yes

0 comments on commit 3c765a4

Please sign in to comment.