diff --git a/Changelog b/Changelog index 465b1ca..4ccbad1 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/setup.py b/setup.py index b94944f..5040863 100755 --- a/setup.py +++ b/setup.py @@ -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(), diff --git a/tests/etc/coshsh13.cfg b/tests/etc/coshsh13.cfg new file mode 100644 index 0000000..aec261c --- /dev/null +++ b/tests/etc/coshsh13.cfg @@ -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