mdmcertcheck v1.0 - fix readme.md
This commit is contained in:
parent
870449ca08
commit
5c020339d6
@ -1,6 +1,9 @@
|
|||||||
mdmcertcheck.sh - main shell script for check cert status
|
mdmcertcheck.sh - main shell script for check cert status
|
||||||
|
|
||||||
certlist.cfg - configuration file for cert list
|
certlist.cfg - configuration file for cert list
|
||||||
|
|
||||||
zabbix_3.x_template.xml - zabbix 3.x template
|
zabbix_3.x_template.xml - zabbix 3.x template
|
||||||
|
|
||||||
mdmsslcertcheck.docker - docker file
|
mdmsslcertcheck.docker - docker file
|
||||||
|
|
||||||
|
|
||||||
@ -9,25 +12,13 @@ build and run docker file
|
|||||||
docker run --name certchecker --restart always -v /your/path/to/zabbix:/etc/zabbix/--privileged -d image:1.0
|
docker run --name certchecker --restart always -v /your/path/to/zabbix:/etc/zabbix/--privileged -d image:1.0
|
||||||
|
|
||||||
and place zabbix config with scripts directory and configs
|
and place zabbix config with scripts directory and configs
|
||||||
|
|
||||||
and place sh in script
|
and place sh in script
|
||||||
|
|
||||||
and certlist.cfg and wtire path into script
|
and certlist.cfg and wtire path into script
|
||||||
|
|
||||||
remember about zabbix config, enable it!!!
|
remember about zabbix config, enable it!!!
|
||||||
|
|
||||||
####### USER-DEFINED MONITORED PARAMETERS #######
|
|
||||||
|
|
||||||
### Option: UnsafeUserParameters
|
|
||||||
# Allow all characters to be passed in arguments to user-defined parameters.
|
|
||||||
# The following characters are not allowed:
|
|
||||||
# \ ' " ` * ? [ ] { } ~ $ ! & ; ( ) < > | # @
|
|
||||||
# Additionally, newline characters are not allowed.
|
|
||||||
# 0 - do not allow
|
|
||||||
# 1 - allow
|
|
||||||
#
|
|
||||||
# Mandatory: no
|
|
||||||
# Range: 0-1
|
|
||||||
# Default:
|
|
||||||
# UnsafeUserParameters=0
|
|
||||||
UnsafeUserParameters=1
|
UnsafeUserParameters=1
|
||||||
|
|
||||||
have a lot fun!
|
have a lot fun!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user