skip to main content
Monitoring objects Configuration : Writeprotected configuration files
   
Writeprotected configuration files
By making a file write-protected it cannot be changed by op5 Configuration.
This is equivalent to the nagios function called notouch.
Create the file /opt/monitor/op5/nacoma/custom_config.php
Add the following content:
<?php
$notouch_file_prefix = 'static_';
?>
If a configuration file in is renamed with the static_ prefix op5 configuration will not be able to change this file.