/etc/jffnms/jffnms.conf.defaults is in jffnms 0.9.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | jffnms_site:description = Site Name
jffnms_site:default = Your Site Name
jffnms_site:size = 20
db_section:description = Database Configuration
db_section:type = menu
db_type:description = Database Type
db_type:type = enum
db_type:default = mysql
db_type:values = MySQL:mysql;PostgreSQL:pg
dbhost:description = Database Server
dbhost:size = 15
dbhost:default = localhost
db:description = Database Name
db:default = jffnms
db:size = 15
dbuser:description = Database Username
dbuser:default = jffnms
dbuser:size = 15
dbpass:description = Database Password
dbpass:default = jffnms
dbpass:size = 15
db_working:description = Is The Database Working?
db_working:type = db
system:description = System Configuration
system:type = menu
os_type:description = Operating System
os_type:type = enum
os_type:default = unix
os_type:values = Unix-like:unix;Windows:windows
jffnms_access_method:description = GUI Access Method
jffnms_access_method:default = local
jffnms_access_method:type = enum
jffnms_access_method:values = Local:local;Via Satellite:satellite
jffnms_satellite_server_uri:description = Satellite Server - optional
jffnms_satellite_server_uri:type = satellite
jffnms_satellite_server_uri:default = none
jffnms_satellite_uri:description = Satellite URI or 'none'
jffnms_satellite_uri:default = none
jffnms_satellite_uri:type = uri
paths:description = Paths Configuration
paths:type = menu
jffnms_real_path:description = Absolute Path
jffnms_real_path:type = directory
jffnms_real_path:default = /opt/jffnms
jffnms_rel_path:description = WebServer Relative Path
jffnms_rel_path:type = relative_directory
jffnms_rel_path:default = /jffnms
tftp_real_path:description = TFTP Server Files Path
tftp_real_path:type = directory
tftp_real_path:default = /var/lib/jffnms/tftp
rrd_real_path:description = RRD Files Path
rrd_real_path:type = directory
rrd_real_path:default = /var/lib/jffnms/rrd
engine_temp_path:description = Engine Temp Files Path
engine_temp_path:type = directory
engine_temp_path:default = /var/lib/jffnms/tempengine
log_path:description = Log Files Path
log_path:type = directory
log_path:default = /var/log/jffnms/
images_real_path:description = Temp Images Absolute Path
images_real_path:type = directory
images_real_path:default = /var/lib/jffnms/tempimages
images_rel_path:description = WebServer Temp Images Relative Path
images_rel_path:type = relative_directory
images_rel_path:default = /jffnms/images/temp
php_executable:description = PHP Executable Path
php_executable:type = file
php_executable:default = /usr/bin/php
neato_executable:description = GraphViz Neato Executable Path
neato_executable:type = file
neato_executable:default = /usr/bin/neato
rrdtool_executable:description = RRDTool Executable Path
rrdtool_executable:type = file
rrdtool_executable:default = /usr/bin/rrdtool
rrdtool_font:description = RRDTool Font
rrdtool_font:type = file
rrdtool_font:default = /opt/jffnms/engine/fonts/LucidaTypewriterRegular.ttf
diff_executable:description = GNU Diff Executable Path
diff_executable:type = file
diff_executable:default = /usr/bin/diff
nmap_executable:description = NMAP PortScanner Executable Path
nmap_executable:type = file
nmap_executable:default = /usr/bin/nmap
fping_executable:description = FPing Executable Path
fping_executable:type = file
fping_executable:default = /usr/sbin/fping
smsclient_executable:description = SMSClient for SMS via Modem
smsclient_executable:type = file
smsclient_executable:default = /usr/bin/smsclient
ntpq_executable:description = NTPQ Executable
ntpq_executable:type = file
ntpq_executable:default = /usr/bin/ntpq
php_configs:description = PHP Status
php_configs:type = menu
allow_url_fopen:description = Allow URL fopen set to On
allow_url_fopen:type = phpconf
allow_url_fopen:value = allow_url_fopen
snmp:description = SNMP Module Loaded?
snmp:type = phpmodule
snmp:value = snmp
sockets:description = Sockets Module Loaded?
sockets:type = phpmodule
sockets:value = sockets
gd:description = GD Module Loaded?
gd:type = phpmodule
gd:value = gd
mysql:description = MySQL Module Loaded?
mysql:type = phpmodule
mysql:value = mysql
pgsql:description = PostgreSQL Module Loaded?
pgsql:type = phpmodule
pgsql:value = pgsql
pcre:description = PCRE Module Loaded?
pcre:type = phpmodule
pcre:value = pcre
wddx:description = WDDX Module Loaded?
wddx:type = phpmodule
wddx:value = wddx
gui:description = GUI Options
gui:type = menu
jffnms_auth_method:description = GUI Auth/Login Method
jffnms_auth_method:type = enum
jffnms_auth_method:default = login
jffnms_auth_method:values = HTTP:http;Login Screen:login
logo_image:description = Login Screen Image URL
logo_image:type = uri
logo_image:default = /jffnms/images/jffnms.png
logo_image_url:description = Login Screen Image Link URL
logo_image_url:type = uri
logo_image_url:default = http://www.jffnms.org
jffnms_custom_css:description = Custom CSS Stylesheet URL
jffnms_custom_css:type = uri
internal:description = Internal Options
internal:type = menu
jffnms_administrative_type:description = Administrative Event Type
jffnms_administrative_type:type = hidden
jffnms_administrative_type:default = 25
jffnms_internal_type:description = Internal Event Type
jffnms_internal_type:type = hidden
jffnms_internal_type:default = 43
jffnms_debug:description = Debugging/Logging Enabled
jffnms_debug:type = bool
jffnms_debug:default = 0
events_store:description = Number of days to store Events/Alarms
events_store:default = 60
raw_events_store:description = Number of days to store Raw Syslog/Tacacs/Trap records
raw_events_store:default = 7
host_configs_store:description = Number of days to store Host Configs
host_configs_store:default = 30
events_latest_max:description = Events Latest (in Minutes)
events_latest_max:default = 1440
map_refresh:description = Default Map Refresh in secs
map_refresh:default = 20
events_refresh:description = Default Events Refresh in secs
events_refresh:default = 20
events_sound:description = Events Sound Alert
events_sound:type = text
events_sound:default = tling.wav
map_sound_renew_time:description = Replay Active Alarms Every in minutes
map_sound_renew_time:default = 60
jffnms_initial_config_finished:description = Request Authentication to acess Setup
jffnms_initial_config_finished:type = bool
jffnms_initial_config_finished:default = 0
jffnms_site_help:description = URL containing the JFFNMS Setup Help Page
jffnms_site_help:type = hidden
jffnms_site_help:default = http://www.jffnms.org/docs/installing.html#sec:setup
jffnms_configured:description = Are we configured yet?
jffnms_configured:type = hidden
jffnms_configured:default = 0
|