hi,
zabbix_agentd leaves its CONFIG_STAT_FILE (/tmp/zabbix_agentd.tmp)
when stopping. See here for the full bugreport in the Debian BTS:
i think zabbix_agentd should care about removing this file,
not the init scripts. I've had a look at the source and it seems
like CONFIG_STAT_FILE should be configurable within the config
file, but these parts in the source are commented out. Not sure
if thats wanted, however, i've added the needed parts to the
uninit function for removing this file on agentd stop.
The patch (also attached to the above mentioned bugreport)
can be found here:
http://people.debian.org/~abi/stat_file.diff
(sorry for the wrong forum, may one please move this thread
over to the Patch forum? Thanks!)
zabbix_agentd leaves its CONFIG_STAT_FILE (/tmp/zabbix_agentd.tmp)
when stopping. See here for the full bugreport in the Debian BTS:
i think zabbix_agentd should care about removing this file,
not the init scripts. I've had a look at the source and it seems
like CONFIG_STAT_FILE should be configurable within the config
file, but these parts in the source are commented out. Not sure
if thats wanted, however, i've added the needed parts to the
uninit function for removing this file on agentd stop.
The patch (also attached to the above mentioned bugreport)
can be found here:
http://people.debian.org/~abi/stat_file.diff
(sorry for the wrong forum, may one please move this thread
over to the Patch forum? Thanks!)
Comment