CHANGE CUSTOM SVC VAR
Command Format
CHANGE_CUSTOM_SVC_VAR;service;varname;varvalue
Description
Changes the value of a custom service variable.
Shell Script Usage Example
sh
#!/bin/sh
# This is a shell script showing how to submit the CHANGE_CUSTOM_SVC_VAR command
# to Naemon. Adjust variables to fit your environment as necessary.
printf "[%%lu] CHANGE_CUSTOM_SVC_VAR;service1;SOMEVAR;some new value\n" \
`date +%%s` \
> /var/lib/naemon/naemon.cmd