External Commands Reference - CHANGE_CUSTOM_CONTACT_VAR
CHANGE_CUSTOM_CONTACT_VAR;contact_name;varname;varvalue
Changes the value of a custom contact variable.
#!/bin/sh
# This is a sample shell script showing how you can submit the CHANGE_CUSTOM_CONTACT_VAR command
# to Naemon. Adjust variables to fit your environment as necessary.
printf "[%lu] CHANGE_CUSTOM_CONTACT_VAR;naemonadmin;_SOMEVAR;some new value\n" `date +%s` > /var/lib/naemon/naemon.cmd