/etc/rmagic/rdata.ini is in rmagic 2.21-5.
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 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 | # -------------------------------------------------------------------
# rdata.ini
#
# Descriptions and titles for reports
#
# Last Updated: 14 February 2003 By: JW/WADG
# -------------------------------------------------------------------
#
# HOW TO USE AND MODIFY
#
# In each section, you can change descriptive text for another
# language. You can change the types of graphs used in each report (if any).
# And you can set some display and formatting options. Below is a list of
# the parameters (keys) and what they mean.
#
# LongName
# This field specifies the descriptive name (title) given to the reports.
#
# DataName
# This is the name of the data type in tables and graphs (e.g. Monthly
# Report shows Data for each "Month")
#
# TimeFormat
# This gives a format specifier for displaying time data. You can use 'm' for
# months, d for days, y for years, h for hours or 'n' for minutes. In general one or
# two repeated codes give a number of at least that many digits. "mmm" for
# months gives a three letter abbreviation and "mmmm" gives a full month
# name (see ShortMonths and LongMonths in lang.ini). "www" and "wwww"
# correspond the the weekday abbreviations and names (see shortDays and
# longDays in lang.ini). A more complete description of the date
# formatting is in the docs in docs/datefmts.html.
#
# MostActive
# This is the phrase used in the quick summary reports. Usually something
# like 'Most active week' or 'Most active browser'.
#
# Average
# The phrase used in summaries to describe average results over the report.
# For example, "Monthly average." This is currently only applicable to
# TimeReport type reports.
#
# SummaryN
# This describes one or more Summary rows appended to a TimeSummary type report.
# The format of the option is a range specifier in brackets followed by the text
# to be used for the summary row label. The range specifier can be a comma-separated
# list of values (e.g. [1,7]) or a range indicated with a hyphen (e.g. [7-16]). Ranges
# are inclusive.
#
# Description
# This is the long text description provided at the top of each report.
# -------------------------------------------------------------------
[x]
LongName = General Summary
DataName = General Summary
Description = <<EOT
The General Summary provides a quick overview of the general statistics for
the entire web site during the report time frame.
EOT
[1_]
LongName = Yearly Report
DataName = Year
TimeFormat = yyyy
MostActive = Most active year
Average = Yearly average
Description = <<EOT
The Yearly Report shows total activity on your site for each calendar year.
Remember that each page hit can result in several server requests as the images
for each page are loaded. <BR><B>Note:</B> Most likely, the first and last years
will not represent a complete year's worth of data, resulting in lower hits.
EOT
[Q_]
LongName = Quarterly Report
DataName = Quarter
TimeFormat = q yyyy
MostActive = Most active quarter
Average = Quarterly average
Description = <<EOT
The Quarterly Report shows total activity on your site for each quarter of a
year. Remember that each page hit can result in several server requests as the
images for each page are loaded. <BR><B>Note:</B> Most likely, the first and
last quarters will not represent a complete quarter's worth of data, resulting
in lower hits.
EOT
[m]
LongName = Monthly Report
DataName = Month
TimeFormat = mmmm yyyy
MostActive = Most active month
Average = Monthly average
Description = <<EOT
The Monthly Report identifies activity for each month in the report
time frame. Remember that each page hit can result in several server requests
as the images for each page are loaded. <BR><B>Note:</B> Depending on the
report time frame, the first and last months may not represent a complete
month's worth of data, resulting in lower hits.
EOT
[W_]
LongName = Weekly Report
DataName = Week beginning
TimeFormat = mmmm d, yyyy
MostActive = Most active week beginning
Average = Weekly average
Description = <<EOT
The Weekly Report identifies the activity for each week within the report
time frame. Remember that one page hit can result in several server requests
as the images for each page are loaded. <BR><B>Note:</B> Depending on the
report time frame for this report the first and last week may not represent
a full seven day week, resulting in lower hits.
EOT
[D_]
LongName = Daily Report
DataName = Day
TimeFormat = mmmm d, yyyy
MostActive = Most active day
Average = Daily average
Description = <<EOT
The Daily Report identifies the activity for each day within the reporting
period. Remember that one page hit can result in several server requests as
the images for each page are loaded.
EOT
[d]
LongName = Daily Summary
DataName = Day of the week
TimeFormat = wwww
MostActive = Most active day of the week
# Summaries for this report must match Analog's abbreviations for the language.
Summary1 = [mon,tue,wed,thu,fri],Total Weekdays
Summary2 = [sun,sat],Total Weekend
Description = <<EOT
The Daily Summary identifies the level of activity as a total for each day
of the week. This summary also compares the level of activity on weekdays
and weekends as a total for the report time frame.
EOT
[H_]
LongName = Hourly Report
DataName = Hour
TimeFormat = mmm d, yyyy h:00 - h:59
MostActive = Most active hour
Average = Hourly average
Description = <<EOT
The Hourly Report identifies the level of activity for each hour within the
report timeframe. Remember that one page hit can result in several server
requests as the images for each page are loaded.
EOT
[h]
LongName = Hourly Summary
DataName = Hour
TimeFormat = h:00 - h:59
MostActive = Most active hour of the day
# Summaries for this report can just list the hour (in 24-hour format)
Summary1 = [8-16],Work Hours (8:00am-4:59pm)
Summary2 = [0-7,17-23],After Hours (5:00pm-7:59am)
Description = <<EOT
The Hourly Summary identifies the level of activity broken down by each
hour. Remember that one page hit can result in several server requests as
the images for each page are loaded. This summary also compares the level of
activity during working hours and after hours as a total for the report time
frame.
EOT
[w]
LongName = Hour of the Week Summary
DataName = Hour
TimeFormat = wwww, h:00 - h:59
MostActive = Most active hour of the week
# ** Need to see the data format, but probably want to do weekday hours and
# weekend hours
#Summary1 = [8-16],Work Hours (8:00am-4:59pm)
#Summary2 = [0-7,17-23],After Hours (5:00pm-7:59am)
Description = <<EOT
The Hour of the Week Summary shows an a breakdown of the the week into one-hour
periods. This can be extremely useful in determining when to schedule tasks for
off-hours running or for deciding what to set your peak- and off-hours billing
to if you run a hosting service.
EOT
[4_]
LongName = Quarter-Hour Report
DataName = Quarter-Hour
TimeFormat = mmm d, yyyy h:nn
MostActive = Most active quarter-hour
Average = Average quarter-hour
Description = <<EOT
The Quarter-Hour Report identifies the level of activity for each 15-minute
interval within the report timeframe. Remember that one page hit can result
in several server requests as the images for each page are loaded.
EOT
[6_]
LongName = Quarter-Hour Summary
DataName = Quarter-Hour
TimeFormat = h:nn
Description = <<EOT
The Quarter-Hour Summary shows an overview of site activity over the course of a
day, broken down into fifteen-minute intervals. If your report has enough
traffic this will give you a detailed graph of your site's load throughout the
day.
EOT
[5_]
LongName = Five-Minute Report
DataName = Five-Minute Interval
TimeFormat = mmm d, yyyy h:nn
MostActive = Most active five-minute interval
Average = Average five-minute interval
Description = <<EOT
The Five-Minute Report identifies the level of activity for each 5-minute
interval within the report timeframe. Remember that one page hit can result
in several server requests as the images for each page are loaded.
EOT
[7_]
LongName = Five-Minute Summary
DataName = Five-Minute Interval of the day
TimeFormat = h:nn
Description = <<EOT
The Five-Minute Summary shows an overview of site activity over the course of a
day, broken down into five-minute intervals. If your report has enough traffic
this will give you a very detailed graph of your site's load throughout the day.
EOT
[S_]
LongName = Host Report
DataName = Host Name
MostActive = Most active host
Description = <<EOT
The Host Report identifies the top computers or ISPs (Internet service
providers) of visitors to this site.
EOT
[l]
LongName = Host Redirection Report
DataName = Host Name
MostActive = Host causing the most redirections
Description = <<EOT
The Host Redirection Report identifies the computers or ISPs that produce the
most redirections. Redirections are HTTP status codes that indicate the file the
visitor requested was found elsewhere. This is usually caused by a visitor not
typing the trailing slash on directories, but can also be caused by CGI scripts
used for tracking clickthroughs and campaigns.
EOT
[L_]
LongName = Host Failure Report
DataName = Host Name
MostActive = Host causing the most failures
Description = <<EOT
The Host Failure Report shows the top computers or ISPs whose requests could not
be fulfilled. This is usually caused by a file not found ("404 Not Found")
error, but can also include server problems due to improperly written CGI
scripts.
EOT
[Z_]
LongName = Organization Report
DataName = Organization
MostActive = Most active organization
Description = <<EOT
The Organization Report attempts to list the organizations (companies,
institutions, ISPs etc.) whose computers accessed your site. In general
this is similar to the Domain report but shows the servers one level up
in the name-tree. This report can also show a hierarchy of servers within
an organization. For example aol.com has many proxy-nnn.aol.com servers.
EOT
[o]
LongName = Domain Report
DataName = Domain Name
MostActive = Most active domain
Description = <<EOT
The Domain Report identifies the top origins of visitors to this site. This
is determined by the suffix of their domain name. Use this information
carefully as this is based on where their domain name is registered and may
not always be an accurate identifier of the actual geographic location of
this visitor. For example, while most .com domain names are from the United
States, there are a growing number of .com domain names that
exist outside the United States.
EOT
[r]
LongName = Request Report
DataName = File Name
MostActive = Most popular request
Description = <<EOT
The Request Report identifies the most popular web pages on the site and
how often they were accessed.
EOT
[i]
LongName = Directory Report
DataName = Directory Name
MostActive = Most requested directory
Description = <<EOT
The Directory Report analyzes accesses to this web site's directories. This
information can be useful in determining the most requested areas.
EOT
[t]
LongName = File Type Report
DataName = File Type
MostActive = Most requested file type
Description = <<EOT
The File Type Report identifies the type of information that is requested from
the web site. GIF and JPG are the two types of graphic (image) files that are
most commonly supported by web browsers. HTML (sometimes abbreviated HTM), ASP,
and [directories] all represent actual pages. The number of image requests will
almost always outnumber page requests as one page may contain several images.
EOT
[z]
LongName = File Size Report
DataName = File Size
MostActive = Most requested file size range
Description = <<EOT
The File Size Report categorizes the size of the file being requested. This
can be useful in optimizing site performance. (Remember that on a 28.8Kps
modem, it will take on average of 40 seconds to download 100Kb of data.)
EOT
[P_]
LongName = Processing Time Report
DataName = Processing Time
MostActive = Most common processing time range
Description = <<EOT
The Processing Time report shows the time it took for your server (or your
host's server) to process each request. The processing time is listed in
seconds with a theoretical accuracy of milliseconds. <B>Note</B> if your
processing time appears to be about 100-times too long, then you are probably
hosted on an IIS system that reports in 100th second intervals rather than
second intervals.
EOT
[E_]
LongName = Redirection Report
DataName = File Name
MostActive = Most redirected request
Description = <<EOT
The Redirection Report identifies those requests with an HTTP status code
indicating that the user was directed to a different file
than requested. The most common cause of these "errors" are when a visitor has
incorrectly requested a directory name without the trailing slash. The
server replies with a redirection ('you probably mean the following') and
the user then makes a second connection to get the correct document.
EOT
[I_]
LongName = Failure Report
DataName = File Name
MostActive = Most active failed request
Description = <<EOT
The Failure Report identifies requests that were made to the server that
resulted in an error such as a '404 Document Not Found'. These errors can
be caused by a mistyped URL or a broken link on a referring page.
EOT
[f]
LongName = Referring URL Report
DataName = URL
MostActive = Most active referrer URL
Description = <<EOT
The Referring URL Report identifies specific pages on the Internet that link
to pages on this site. This can be helpful in knowing where traffic is
coming from.
EOT
[s]
LongName = Referring Site Report
DataName = Site URL
MostActive = Most active referrer site
Description = <<EOT
The Referring Site Report identifies sites on the Internet that have links
to pages on this site. This can be helpful in knowing where traffic is
coming from.
EOT
[N_]
LongName = Search Query Report
DataName = Search Query
MostActive = Most common search query
Description = <<EOT
The Search Query Report shows the queries that your sites visitors have sent
to search engines to find your site. This only lists queries for search engines
that have been defined and that provide this information in their referrer data.
This report is useful in determining what keyword and which search engines refer
visitors to your site.
EOT
[n]
LongName = Search Word Report
DataName = Search Word
MostActive = Most requested search word
Description = <<EOT
The Search Word Report is a summary of words that your visitors have asked search
engines for that brought them to your site. You can use this to get a better
idea of what your visitors are looking for when they come to your site.
EOT
[Y_]
LongName = Internal Search Query Report
DataName = Search Query
MostActive = Most common internal search query
Description = <<EOT
The Internal Search Query Report shows the complete queries that visitors have
used on the search engine on your site. This can help you understand what the
complete context of searches your visitors most often do. Sometimes this can
even give you insight for wording of links to improve visitor navigation on your
site.
EOT
[y]
LongName = Internal Search Word Report
DataName = Search Word
MostActive = Most common internal search word
Description = <<EOT
The Internal Search Word Report provides a summary of the words that your
visitors have used on the search engine on your site. You can use this to get a
good idea of what your visitors are having trouble finding on your site
EOT
[k]
LongName = Redirected Referrer Report
DataName = URL
MostActive = Most active redirected referrer
Description = <<EOT
The Redirected Referrer Report identifies where redirected page requests
originated. This can be useful in determining what links are causing the
system to redirect a request.
EOT
[K_]
LongName = Failed Referrer Report
DataName = Site URL
MostActive = Most active failed referrer
Description = <<EOT
The Failed Referrer Report identifies where failed page requests originated.
This often indicates a broken link on a referring page.
EOT
[B_]
LongName = Browser Report
DataName = Browser Name
MostActive = Most active browser
Description = <<EOT
The Browser Report provides a detailed breakdown of the most popular web
browsers used to visit this site. From this report it is also possible to
identify which operating system and which version of the browser the visitor
is using. For example:<br> Netscape Communicator 4.5, US English version
running on Windows 95 would look like:<br> <i>Mozilla/4.5 [en]
(Win95; U)</i><br>MSIE 4.01 running on Windows 98 would look like:
<br> <i>Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)</i>.
EOT
[b]
LongName = Browser Summary
DataName = Browser Type
MostActive = Most active browser type
Description = <<EOT
The Browser Summary identifies the most popular web browsers used to visit
this site.<BR> Browsers are broken down by recognized categories such as
Netscape Navigator/Communicator, Microsoft Internet Explorer, WebTV, Opera
and the like. Within each category is also a subgroup by version number
such as 'MSIE 5.0' or 'Netscape 4.5'.
EOT
[p]
LongName = Operating System Report
DataName = Operating System
MostActive = Most popular operating system
Description = <<EOT
The Operating System Report lists the operating system your visitors are
running for visitors whose browser types you know. Not all browsers provide
this information and not all visitors provide browser information, but what
is provided, is summarized here.
EOT
[v]
LongName = Virtual Host Report
DataName = Virtual Host Name
MostActive = Most active virtual host
Description = <<EOT
The Virtual Host report provides summary information about the virtual hosts
(or sub-host or sub-domain) that are hosted within your site. This is
especially useful as an ISP to monitor the usage and traffic on each of
the domains you host.
EOT
[R_]
LongName = Virtual Host Redirection Report
DataName = Virtual Host
MostActive = Virtual host causing the most redirections
Description = <<EOT
The Virtual Host Redirection Report lists the top virtual hosts (or sub-hosts or
sub-domains) hosted on your server, ranked by the number of redirections they
caused. Redirections are HTTP status codes that indicate the visitor was directed
to a different file than the one requested. This is usually caused by visitors
forgetting the trailing slash on a directory or CGI scripts for tracking
clickthroughs or advertising campaigns.
EOT
[M_]
LongName = Virtual Host Failure Report
DataName = Virtual Host
MostActive = Virtual host causing the most failures
Description = <<EOT
The Virtual Host Failure Report lists the virtual hosts (or sub-hosts or
sub-domains) causing the most failures on your system. Failures are usually
"404 Not Found" errors (from a mistyped URL or broken link), but can also
include server errors (such as improperly written CGI scripts).
EOT
[u]
LongName = User Report
DataName = User Name
MostActive = Most active user
Description = <<EOT
The User Report identifies any user that has successfully
logged into a secure area within the site. The majority of the
accesses to a web page are anonymous, so they will not appear in this
report.
EOT
[j]
LongName = User Redirection Report
DataName = User Name
MostActive = User name causing the most redirections
Description = <<EOT
The User Redirection Report identifies the top users on your site who are being
redirected to other pages. This only covers users who logged in (or
authenticated) through the webserver's login system. As most users use anonymous
access, they can not be tracked.
EOT
[J_]
LongName = User Failure Report
DataName = User Name
MostActive = User name causing the most failures
Description = <<EOT
The User Failure Report lists user names that were used in an attempt to
gain access to a secure area within the site but were denied access. Access
can be denied for two reasons: either the password was entered incorrectly
or the user name was not valid.
EOT
[c]
LongName = Status Code Report
DataName = Status Code
MostActive = Most common status code
Description = <<EOT
The Status Code Report lists the HTML headers returned to the client from
the server. For example a status '200 OK' means that the requested page or
image was found and the server will now send it. A '404 Document Not Found'
means that the requested page or image cannot be found on this server at the
specified location. This can occur if the client mistyped a URL or clicks on
a broken link. A complete list of the HTTP status codes can be found at
<a href = "http://www.w3.org/Protocols/HTTP/1.1/spec.html#Status-Codes" target = "_blank">HTTP Working Group</a>.
EOT
[q]
LongName = Quick Summary
DataName = Quick Summary
Description = <<EOT
The Quick Summary shows the peak entries for the entire web site. This report
gives the number of hits for each peak entry and the percent of the total hits
for the web site this represents for the reporting time frame.
EOT
|