forked from ungleich-public/ccollect
Added general post/pre exec to sample configuration
This commit is contained in:
parent
b07299b760
commit
d7f1c71c9e
3 changed files with 10 additions and 0 deletions
5
conf/defaults/post_exec
Executable file
5
conf/defaults/post_exec
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/cat
|
||||
|
||||
######################################################################
|
||||
If you see this content, post_exec was executed.
|
||||
######################################################################
|
3
conf/defaults/pre_exec
Executable file
3
conf/defaults/pre_exec
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/cat
|
||||
|
||||
If you see this content, pre_exec was executed.
|
|
@ -429,3 +429,5 @@ srwali01:/etc/ccollect/sources# du -sh /mnt/hdbackup/wl6/*
|
|||
|
||||
|
||||
pre/postexec: only when executable!
|
||||
pre/postexec: link, script or executable
|
||||
|
||||
|
|
Loading…
Reference in a new issue