Skip to content

CHANGE CONTACT MODSATTR

Command Format

CHANGE_CONTACT_MODSATTR;contact_name;value

Description

This command changes the modified service attributes value for the specified contact. Modified attributes values are used by Naemon to determine which object properties should be retained across program restarts. Thus, modifying the value of the attributes can affect data retention. This is an advanced option and should only be used by people who are intimately familiar with the data retention logic in Naemon.

Shell Script Usage Example

sh
#!/bin/sh
# This is a shell script showing how to submit the CHANGE_CONTACT_MODSATTR command
# to Naemon. Adjust variables to fit your environment as necessary.

printf "[%%lu] CHANGE_CONTACT_MODSATTR;naemonadmin;0\n" \
    `date +%%s` \
    > /var/lib/naemon/naemon.cmd