mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove user-facing references to Observium
This eliminates nearly all of the user-facing references to Observium, including in the names of temporary files and in the metadata of PDFs. Many of these may not be used any more, but I've adjusted them anyway. These changes should also make it easier to change the branding later if it is needed. There are a few references of which I still don't understand the significance, so I've left them as-is for now. The Unix agent in particular is rather untidy.
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
$debug=0; # 1=Debug messages are displayed, 0=No debug messages are displayed
|
||||
$daemon=1; # 1=Daemonize the program, 0=Run interactive
|
||||
$syslog=1; # 1=Log stuff to syslog, 0=No logging to syslog
|
||||
$self="/opt/observium/scripts/watchmaillog/watchmaillog.sh"; # Location of this script
|
||||
$counterfile="/opt/observium/scripts/watchmaillog/watchmaillog_counters"; # Location to store the counter file
|
||||
$resetfile="/opt/observium/scripts/watchmaillog/watchmaillog_reset"; # Location of the reset counter flag file
|
||||
$self="/opt/librenms/scripts/watchmaillog/watchmaillog.sh"; # Location of this script
|
||||
$counterfile="/opt/librenms/scripts/watchmaillog/watchmaillog_counters"; # Location to store the counter file
|
||||
$resetfile="/opt/librenms/scripts/watchmaillog/watchmaillog_reset"; # Location of the reset counter flag file
|
||||
$pidfile="/var/run/watchmaillog.pid"; # Location of the running process ID file (used in logrotate)
|
||||
|
||||
use Sys::Syslog;
|
||||
|
Reference in New Issue
Block a user