nixos/nagios: /var/run -> /run
This commit is contained in:
@@ -24,7 +24,7 @@ let
|
|||||||
status_file=${nagiosState}/status.dat
|
status_file=${nagiosState}/status.dat
|
||||||
object_cache_file=${nagiosState}/objects.cache
|
object_cache_file=${nagiosState}/objects.cache
|
||||||
temp_file=${nagiosState}/nagios.tmp
|
temp_file=${nagiosState}/nagios.tmp
|
||||||
lock_file=/var/run/nagios.lock # Not used I think.
|
lock_file=/run/nagios.lock # Not used I think.
|
||||||
state_retention_file=${nagiosState}/retention.dat
|
state_retention_file=${nagiosState}/retention.dat
|
||||||
query_socket=${nagiosState}/nagios.qh
|
query_socket=${nagiosState}/nagios.qh
|
||||||
check_result_path=${nagiosState}
|
check_result_path=${nagiosState}
|
||||||
|
|||||||
Reference in New Issue
Block a user