File: 1.10.2a/server/base/lang/English.en.lang.php (View as Code)

1: 2: // Front Page Items 3: $lang['homepage']="FreeNATS Homepage"; 4: $lang['welcome']="Welcome to FreeNATS"; 5: $lang['iphone']="iPhone Interface"; 6: 7: // Front Page Messages 8: $lang['msg.logout']="You Are Logged Out"; 9: $lang['msg.session']="Invalid or Expired Session"; 10: $lang['msg.loginfailed']="Login Failed"; 11: 12: // Login Box 13: $lang['auth']="Please Authenticate"; 14: $lang['username']="Username"; 15: $lang['password']="Password"; 16: $lang['language']="Language"; 17: $lang['login']="Login to the FreeNATS Interface"; 18: 19: // Footer 20: $lang['copyright']="Copyright"; 21: $lang['version']="Version"; 22: 23: // Main System Menu Items 24: $lang['live.monitor']="Live Monitor"; 25: $lang['configuration']="Configuration"; 26: $lang['help']="Help"; 27: $lang['logout']="Logout"; 28: 29: // Admin Menu Items 30: $lang['overview']="Overview"; 31: $lang['nodes']="Nodes"; 32: $lang['groups']="Groups"; 33: $lang['views.reports']="Views & Reports"; 34: $lang['user.options']="User Options"; 35: $lang['system.settings']="System Settings"; 36: 37: // Alert Pane 38: $lang['nats.alerts']="NATS Alerts"; 39: 40: // UI Errors 41: $lang['access.error']="Insufficient Access"; 42: $lang['access.error.detail']="Sorry but your user has insufficient access to perform this task"; 43: 44: // Generalised UI 45: $lang['click.continue']="Please click here to continue"; 46: $lang['node.default']="Node Default"; 47: $lang['group.default']="Group Default"; 48: $lang['description']="Description"; 49: 50: // Main Screen 51: $lang['overview.title']="Monitoring Configuration"; 52: $lang['overview.subtitle']="FreeNATS Overview"; 53: $lang['checking.updates']="Checking for Updates"; 54: $lang['update.desc']="You can also check for updates on the website. It is recommended you check regularly.
You are currently running version";
55: $lang['monitor.alerts']="Monitoring Alerts"; 56: $lang['no.monitor.alerts']="No Monitoring Alerts"; 57: $lang['check.updates']="Check for Updates"; 58: $lang['monitoring']="Monitoring"; 59: $lang['nodes.configured']="Nodes Configured"; 60: $lang['node.groups']="Node Groups"; 61: $lang['common.tasks']="Common Tasks"; 62: $lang['add.nodes']="Add Nodes"; 63: $lang['email.alerting']="Email Alerting"; 64: $lang['configure.tests']="Configure Tests"; 65: $lang['test.summaries']="Test Summaries"; 66: $lang['monitored.nodes']="Monitored Nodes"; 67: 68: // nodes already 69: $lang['node']="Node"; 70: $lang['options']="Options"; 71: $lang['move']="Move"; 72: $lang['edit']="Edit Options"; 73: $lang['delete']="Delete"; 74: $lang['create.node']="Create Node"; 75: $lang['config']="Configuration"; 76: $lang['move.before']="Move Before"; 77: $lang['go']="Go"; 78: $lang['refresh.weight']="Refresh Weighting"; 79: 80: $lang['node.groups']="Node Groups"; 81: $lang['create.group']="Create Group"; 82: 83: $lang['views']="Views"; 84: $lang['create.view']="Create New View"; 85: $lang['reports']="Availability Reports"; 86: $lang['create.report']="Create a New Service Availability Report"; 87: 88: $lang['config.summary']="Configuration Summary / Overview"; 89: $lang['nodeid']="Node ID"; 90: $lang['name']="Name"; 91: $lang['hostname']="Hostname"; 92: $lang['schedule']="Schedule"; 93: $lang['enabled']="Enabled"; 94: $lang['ping']="Ping"; 95: $lang['required']="Required"; 96: $lang['interval']="Interval"; 97: $lang['nodeside']="Nodeside"; 98: 99: // Time Periods 100: $lang['today']="Today"; 101: $lang['last.24h']="Last 24 Hours"; 102: $lang['custom']="Custom"; 103: $lang['ago']="ago"; 104: $lang['never']="never"; 105: 106: // User Preferences 107: $lang['user.pref']="User Preferences"; 108: $lang['change.password']="Change Password"; 109: $lang['current']="Current"; 110: $lang['new']="New"; 111: $lang['confirm']="Confirm"; 112: $lang['pass.change.ok']="Password Changed"; 113: $lang['pass.change.fail']="Password Change Failed"; 114: 115: // Administration Settings 116: $lang['admin.interface']="Administration Interface"; 117: $lang['user.admin']="User Administration"; 118: $lang['event.log']="System Event Log"; 119: $lang['alert.actions']="Alert Actions"; 120: $lang['variables']="System Variables"; 121: $lang['sessions']="Test Sessions"; 122: $lang['schedules']="Test and Alert Schedules"; 123: $lang['file.manager']="File Manager"; 124: $lang['sql.console']="SQL Console"; 125: $lang['dns.console']="DNS Query Console"; 126: $lang['backup.restore']="Backup and Restore"; 127: $lang['sys.status']="System Status Report"; 128: $lang['sys.info']="System Information"; 129: 130: $lang['ul.admin']="Administrator"; 131: $lang['ul.power']="Power User"; 132: $lang['ul.normal']="Normal User"; 133: $lang['ul.disabled']="Disabled"; 134: 135: $lang['aae.short']="Short"; 136: $lang['aae.long']="Long"; 137: 138: $lang['unknown']="Unknown"; 139: 140: $lang['aae.sub.blank']="Blank"; 141: $lang['aae.sub.short']="Short"; 142: $lang['aae.sub.long']="Long"; 143: 144: $lang['aatype.email']="Email"; 145: $lang['aatype.mqueue']="Message Queue"; 146: $lang['aatype.url']="URL"; 147: $lang['aatype.disabled']="Disabled"; 148: 149: $lang['real.name']="Real Name"; 150: $lang['user.level']="User Level"; 151: $lang['create.user']="Create User"; 152: 153: $lang['save']="Save"; 154: 155: $lang['sessions.for']="Node test sessions for"; 156: $lang['sessions.running']="Running Test Sessions"; 157: $lang['sessions.running.for']="Running Test Sessions for"; 158: $lang['sessions.not.running']="No running test sessions"; 159: $lang['sessions.previous']="Previous Test Sessions for"; 160: $lang['sessions.previous.none']="No Previous Test Sessions"; 161: $lang['sessions.stillrunning']="Still Running"; 162: $lang['started']="Started"; 163: $lang['finished']="Finished"; 164: $lang['node.filter']="Node Filter"; 165: $lang['output']="Output"; 166: $lang['allnodes']="All Nodes"; 167: 168: $lang['test.run']="Test Run"; 169: $lang['testrun.manual.close']="Manually Close Test Session"; 170: $lang['testrun.manual.close.detail']="Are you sure you want to do this? Only close sessions that you're sure aren't still running in the background.
This does not kill processes - just marks the test session as complete.";
171: $lang['testrun.del.yes']="Yes - Delete"; 172: $lang['testrun.del.cancel']="No - Cancel"; 173: $lang['testrun.session.closed']="Test Session Closed"; 174: $lang['testrun.fetch.error']="Error Fetching Testrun Data"; 175: 176: $lang['confirm.action']="Confirm Action"; 177: 178: 179: $lang['alert.actions']="Alert Actions"; 180: $lang['id']="ID"; 181: $lang['aa.name']="Action Name"; 182: $lang['aa.type']="Action Type"; 183: $lang['aa.create']="Create New Alert Action"; 184: $lang['aa.limit']="Action Limit"; 185: $lang['aa.counter']="Action Counter"; 186: $lang['aa.efrom']="Email From"; 187: $lang['aa.esubj']="Email Subject"; 188: $lang['aa.mtype']="Msg Type"; 189: $lang['aa.eto']="Email To or URL"; 190: $lang['aa.update']="Update Action"; 191: $lang['aa.test']="Test Action"; 192: $lang['aa.cancel']="Cancel Update"; 193: $lang['aa.delete']="Delete Action"; 194: $lang['aa.testflush']="Alert Action Tested & Flushed"; 195: 196: 197: $lang['system.status']="System Status"; 198: $lang['status.size']="Table Sizes"; 199: $lang['status.tname']="Table Name"; 200: $lang['status.tsize']="Size (Rows)"; 201: $lang['status.tsize.kb']="Size (Kb)"; 202: $lang['status.tother']="Other Information"; 203: $lang['status.free']="Free"; 204: $lang['status.optimise']="Optimise"; 205: 206: $lang['notes']="Notes"; 207: 208: $lang['status.running']="Open/Running Test Sessions"; 209: $lang['status.run.warn']="Warning: Over 15 Minutes Old"; 210: $lang['status.run.error']="Error: Over 1 Hour Old"; 211: 212: $lang['status.env.http']="Environment: PHP Web (Apache Module/PHP-CGI)"; 213: $lang['status.env.cli']="Environment: PHP CLI (Command-Line Binary)"; 214: 215: $lang['status.disclaim']="Please note this merely displays FreeNATS software status - not
the status of the underlying Virtual Machine (if applicable).

You should monitor disk space and performance for the VM via
the relevant system (such as the rPath interface).

";
216: 217: $lang['warnings']="Warnings"; 218: $lang['decreases']="Decreases"; 219: $lang['create']="Create"; 220: 221: $lang['version.info']="Version Information"; 222: $lang['version']="Version"; 223: $lang['release']="Release"; 224: $lang['compound']="Compound"; 225: 226: $lang['reg.modules']="Registered Test Modules"; 227: $lang['provides']="Provides"; 228: $lang['revision']="Revision"; 229: $lang['additional']="Additional"; 230: $lang['reg.events']="Registered Event Handlers"; 231: $lang['event']="Event"; 232: $lang['handlers']="Handler(s)"; 233: $lang['reg.languages']="Registered Languages"; 234: 235: $lang['back.to.admin']="Back to Main System Settings Menu"; 236: 237: $lang['save.user.fail']="Save User Failed or Nothing Changed"; 238: $lang['save.user.ok']="User Saved"; 239: $lang['create.user.fail']="Failed to Create User"; 240: $lang['create.user.ok']="User Created"; 241: $lang['delete.user']="Delete User"; 242: $lang['user.deleted']="User Deleted"; 243: $lang['save.var.ok']="Updated or Deleted Variable"; 244: $lang['save.var.fail']="Failed to Update Variable"; 245: $lang['new.var.ok']="Created Variable"; 246: $lang['new.var.fail']="Failed to Create Variable"; 247: $lang['optimised.ok']="Optimised Table"; 248: 249: $lang['changes.ok']="Changes Saved"; 250: $lang['changes.fail']="Failed to Save Changes or Nothing Changed"; 251: 252: // System Event Log 253: $lang['filter']="Filter"; 254: $lang['show']="Show"; 255: $lang['filter.log']="Filter Log Entries and Display"; 256: $lang['reset']="Reset"; 257: $lang['next']="Next"; 258: $lang['prev']="Previous"; 259: 260: 261: // Live Monitor 262: $lang['live.monitor']="Live Monitor"; 263: $lang['mon.options']="options..."; 264: $lang['group.name']="Group Name"; 265: $lang['description']="Description"; 266: $lang['status']="Status"; 267: $lang['node.name']="Node Name"; 268: $lang['mon.std']="standard"; 269: $lang['mon.grp']="groups"; 270: $lang['mon.nodes']="nodes"; 271: $lang['mon.alerting']="alerting"; 272: $lang['mon.hide']="...hide..."; 273: $lang['mon.goto.node']="Goto Node"; 274: $lang['mon.goto.node.page']="Goto Node Page"; 275: $lang['mon.popup.error']="Invalid or Illegal Node"; 276: 277: // Node Page 278: $lang['viewing.node']="Viewing Node"; 279: $lang['no.node']="No such node"; 280: $lang['enabled']="Enabled"; 281: $lang['alert']="Alert"; 282: $lang['yes']="Yes"; 283: $lang['no']="No"; 284: $lang['alert.history']="Alert History"; 285: $lang['summary']="Summary"; 286: $lang['links']="Links"; 287: $lang['opened']="Opened"; 288: $lang['edit.node.options']="Edit Node Options"; 289: $lang['nodeside.tests']="Nodeside Tests"; 290: 291: $lang['local.tests']="Local Tests"; 292: $lang['history']="History"; 293: 294: 295: // Edit Node Options 296: $lang['node.editor']="Node Editor"; 297: $lang['editing']="Editing"; 298: $lang['node.settings']="Node Settings"; 299: $lang['show.hide.options']="Show / Hide Node Options"; 300: $lang['node.tests']="Node Tests"; 301: $lang['last.tested']="Last Tested"; 302: $lang['add.test']="Add Test"; 303: $lang['no.such.node']="No Such Node"; 304: $lang['create.test']="Create Test"; 305: $lang['update.alert.actions']="Update Alert Actions"; 306: $lang['add']="Add"; 307: 308: $lang['add.nodeside']="Add Nodeside Monitor"; 309: 310: $lang['web.time']="Web Time"; 311: $lang['web.size']="Web Size"; 312: $lang['host']="Simple DNS Host"; 313: $lang['remote.ping']="Remote Ping"; 314: $lang['test.loop']="Test Loop"; 315: $lang['test.random']="Test Random"; 316: 317: $lang['node.id']="Node ID"; 318: $lang['node.icon']="Node Icon"; 319: $lang['default']="Default"; 320: $lang['show.hide.icons']="Show/Hide Icons"; 321: $lang['master.node']="Master Node"; 322: $lang['no.master']="No Master Node"; 323: $lang['master.skip']="Skip if Master"; 324: $lang['fails.ping']="Fails Ping"; 325: $lang['fails.any.test']="Fails Any Test"; 326: $lang['node.enabled']="Node Enabled"; 327: $lang['test.schedule']="Test Schedule"; 328: $lang['test.interval']="Test Interval"; 329: $lang['test.due']="Test Due"; 330: $lang['check.asap']="Check ASAP"; 331: $lang['alerts.active']="Alerts Active"; 332: $lang['ping.test']="Ping Test"; 333: $lang['require.ping']="Require Ping"; 334: $lang['nodeside.testing']="Nodeside Testing"; 335: $lang['node.key']="Node Key"; 336: $lang['pull.enabled']="Pull Enabled"; 337: $lang['pull.url']="Pull URL"; 338: $lang['pull.interval']="Pull Interval"; 339: $lang['push.enabled']="Push Enabled"; 340: $lang['push.ip']="Push IP"; 341: $lang['last.date']="Last Data"; 342: $lang['next.pull.due']="Next Pull Due"; 343: $lang['catalogue']="Catalogue"; 344: $lang['nodeside.monitors']="Nodeside Monitors"; 345: $lang['refresh.now']="Refresh Now"; 346: $lang['nodeside.pull.now']="Refresh (Pull) Now"; 347: $lang['utility.links']="Utility Links"; 348: $lang['title']="Title"; 349: $lang['url']="URL"; 350: $lang['debug.raw']="Debug Raw Output"; 351: $lang['last.data']="Last Data"; 352: $lang['save.settings']="Save Settings"; 353: $lang['cancel']="Cancel"; 354: 355: $lang['minutes']="Minutes"; 356: $lang['now']="Now"; 357: $lang['edit.options']="Edit Options"; 358: 359: $lang['save.ok']="Changes Saved"; 360: $lang['save.failed']="Changes Failed to Save or Nothing Changed"; 361: 362: // Test Editing 363: $lang['local.test.editor']="Local Test Editor"; 364: $lang['editing.test']="Editing Test"; 365: $lang['test.settings']="Test Settings"; 366: $lang['test.type']="Test Type"; 367: $lang['test.options']="Test Options"; 368: 369: $lang['full.url']="Full URL including prefix e.g. http://www.somehost.com/"; 370: $lang['host.ip']="Host or IP"; 371: $lang['host.desc']="Hostname or IP to ping (DNS resolution not timed)"; 372: $lang['value']="Value"; 373: $lang['value.desc']="Value for Test Loop or Max Value for Test Random"; 374: $lang['host']="Host"; 375: $lang['host.desc']="Hostname to resolve or IP address to do reverse lookup of"; 376: 377: $lang['no.test.options']="No Options for Test"; 378: 379: $lang['custom.name']="Custom Name"; 380: $lang['test.enabled']="Test Enabled"; 381: $lang['recorded']="Recorded"; 382: $lang['simple.eval']="Simple Evaluation"; 383: $lang['test.interval']="Test Interval"; 384: $lang['test.due']="Test Due"; 385: $lang['last.tested']="Last Tested"; 386: 387: $lang['custom.attempts']="Custom Attempts"; 388: $lang['custom.timeout']="Custom Timeout"; 389: 390: $lang['test.save']="Save Test Settings"; 391: $lang['abandon.changes']="Abandon Changes"; 392: 393: $lang['seconds']="Seconds"; 394: 395: $lang['passed']="Passed"; 396: $lang['untested']="Untested"; 397: $lang['warning']="Warning"; 398: $lang['failed']="Failed"; 399: $lang['failure']="Failure"; 400: 401: $lang['test.evals']="Custom Test Evaluators"; 402: $lang['test.evals.simple']="Custom evaluators will not be parsed as Simple Evaluation is checked (above)"; 403: $lang['add.eval']="Add New"; 404: $lang['eval.equal']="Equal To"; 405: $lang['eval.lt']="Less Than"; 406: $lang['eval.gt']="Greater Than"; 407: 408: $lang['edit.nodeside.test']="Nodeside Test Editor"; 409: $lang['ns.type']="Test Type / UID"; 410: $lang['nodeside.test']="Nodeside Test"; 411: $lang['test.alerts']="Test Alerts"; 412: $lang['last.checked']="Last Checked"; 413: $lang['last.result']="Last Result"; 414: $lang['last.value']="Last Value"; 415: $lang['save.changes']="Save Changes"; 416: 417: $lang['result']="Result"; 418: 419: $lang['edit.view']="Edit View"; 420: $lang['editing.view']="Editing View"; 421: $lang['no.such.view']="No Such View"; 422: $lang['preview']="Preview"; 423: $lang['linking']="Linking"; 424: $lang['unknown.action']="Unknown Action"; 425: $lang['expand.view.options']="Expand View Options"; 426: 427: $lang['node.ping']="Node Ping"; 428: 429: // Group Editor 430: $lang['group.editor']="Group Editor"; 431: $lang['no.group']="Group Not Found"; 432: $lang['group.id']="Group ID"; 433: $lang['group.name']="Group Name"; 434: $lang['group.icon']="Group Icon"; 435: $lang['group.save']="Save Group Settings"; 436: $lang['group.members']="Group Members"; 437: $lang['group.update']="Update Group Member List"; 438: $lang['group.updated']="Group Membership Updated"; 439: $lang['group']="Group"; 440: $lang['editing']="Editing"; 441: 442: $lang['show.icons']="Show Icons"; 443: 444: $lang['dns.host']="DNS Host Lookup"; 445: 446: // Security Warnings 447: $lang['sec.firstrun']="Security Warning: firstrun.php Script is Exposed"; 448: $lang['sec.firstrun.text']="The firstrun.php script in your web directory has not been renamed. This could be used to damage FreeNATS.
Please rename to firstrun-.php.";
449: $lang['sec.firstrun.ignore']="To stop this warning from being shown without renaming the script (not recommended) set site.firstrun.ignore to 1"; 450: 451: // Help - Text support NATS_Help format strings i.e. {link} and {link|text} links 452: $lang['nohelp'] = "Sorry no help is available"; 453: $lang['help.FREENATS'] = "FreeNATS is a network monitoring package"; 454: $lang['help.NODE'] = "A node is a system or device which you are monitoring. Note that nodes can have tests pointing to different physical devices and vice-versa"; 455: $lang['help.NODE:CREATE'] = "Create a new {node} with this {node:id|NodeID}"; 456: $lang['help.NODE:ID'] = "The NodeID is a unique text name for a {node}. Maximum length 60 chars and only normal characters allowed."; 457: $lang['help.NODE:ENABLED'] = "The node is enabled for tests to be performed (and displayed in all applicable views)"; 458: $lang['help.NODE:ALERTACTIVE'] = "Alerts will be generated for this node and alert actions performed if selected"; 459: $lang['help.NODE:PINGTEST'] = "Do a ping (ICMP) test first before other tests - will always record results if enabled"; 460: $lang['help.NODE:REQUIREPING'] = "Require the ping to pass for other tests to even be tried - will always fail if {Node:PingTest|ping test} is disabled"; 461: $lang['help.NODE:MASTER'] = "Master Node to be Tested First"; 462: $lang['help.MASTERNODE:PING'] = "Tests required to pass on the {Node:Master|master node} for this node to be tested"; 463: $lang['help.NODE:TESTINTERVAL'] = "Interval (minutes) between tests on this node being carried out"; 464: $lang['help.NODESIDE'] = "Enable support for node-side scripts to gather data from this node"; 465: $lang['help.NODE:CHECKASAP'] = "Schedule node for immediate text in next test cycle"; 466: $lang['help.UTILLINKS'] = "Links to services on remote note for system administration"; 467: $lang['help.NODESIDE:KEY'] = "Key used to authenticate nodeside testing"; 468: $lang['help.NODESIDE:PULLENABLED'] = "Enable nodeside collection via http 'pull' from the node"; 469: $lang['help.NODESIDE:URL'] = "URL to 'pull' nodeside data from on the node"; 470: $lang['help.NODESIDE:INTERVAL'] = "Interval between 'pulling' (polling) data from the node"; 471: $lang['help.NODESIDE:PUSHENABLED'] = "Allow node to 'push' (post) data"; 472: $lang['help.NODESIDE:PUSHIP'] = "Limit node 'push' to this specific IP address for security"; 473: $lang['help.GROUP'] = "A group is a collection of one or more {node|nodes}. Note that nodes can be members of more than one group."; 474: $lang['help.GROUP:CREATE'] = "Create a new {group} with this name"; 475: $lang['help.TEST:NAME'] = "A custom name can be assigned to the test for use in displays and alerts. If blank an automated name will be generated."; 476: $lang['help.TEST:ATTEMPTS'] = "Number of times to attempt a test (will always try once). Defaults to 1 if zero or unset."; 477: $lang['help.TEST:TIMEOUT'] = "Timeout value for the test - alters the defaults or system-wide variable settings for the relevant test (seconds)"; 478: $lang['help.TEST:SIMPLEEVALUATION'] = "Use simple pass/fail evaluation (i.e. if a web test returns any data it passes else it fails)"; 479: $lang['help.TEST:RECORDED'] = "Record the results of this test for historic reports"; 480: $lang['help.TEST:ENABLED'] = "Perform the test or not (will update nothing if disabled)"; 481: $lang['help.TEST:INTERVAL'] = "Interval (minutes) between this test being performed. Will only ever be tested as quickly as the {Node:TestInterval|node interval} is set to"; 482: $lang['help.TEST:TESTALERTS'] = "Test will generate an alert on failure"; 483: $lang['help.HISTORY:SHOULD'] = "A rough calculation based on configured polling times (i.e. test interval or node interval) from the start to finish (or now if sooner)"; 484: $lang['help.VIEW'] = "A view is a custom set of nodes/groups/tests which can be used in a variety of ways"; 485: $lang['help.VIEW:CREATE'] = "Creates a {view} of the specified name"; 486: $lang['help.VIEW:PUBLIC'] = "The view can be seen by people not logged into FreeNATS"; 487: $lang['help.VIEW:COLONS'] = "If text status is selected for a view item a colon will be displayed before it"; 488: $lang['help.VIEW:DASHES'] = "Display a dash before a test last run time where applicable"; 489: $lang['help.VIEW:TIMEAGO'] = "Use XX:XX ago or normal datetime for test details"; 490: $lang['help.VIEW:COLUMNS'] = "Display list-type elements in this number of columns (0 for off)"; 491: $lang['help.VIEW:REFRESH'] = "Send a http-equv to refresh the page after this many seconds (0 for off)"; 492: $lang['help.VIEW:USECOLOUR'] = "Use colour for status display as in normal FreeNATS display"; 493: $lang['help.VIEW:SHOWDETAIL'] = "Show details of the test/object(s) such as node tests"; 494: $lang['help.VIEW:TEXTSTATUS'] = "Textual status such as passed, failed etc"; 495: $lang['help.REPORT'] = "Reports show the %age of service availability in a specified period"; 496: $lang['help.BACKUP:TRUNCATE'] = "Clears tables first when restored back (recommended) otherwise duplicates may fail"; 497: $lang['help.SCHEDULE'] = "A schedule controls what times a node is tested and are managed through the admin page"; 498: $lang['help.SCHEDULE:DEFAULTACTION'] = "What will happen if no exceptions are matched (the opposite will happen if one is matched)"; 499: $lang['help.ALERTACTION'] = "An alert action is performed when a node fails a test, they are configured through the admin page"; 500: $lang['help.AACTION:WARNINGS'] = "The action is triggered for warning level events as well as failures (including downgrading from failure to warning if {AAction:Decreases|decreases} is set)"; 501: $lang['help.AACTION:DECREASES'] = "The action is triggered when the level goes down to closed (or {AAction:Warnings|warnings} if set)"; 502: $lang['help.AACTION:LIMIT'] = "Max times this action can run in any one day (0 = unlimited) to avoid flooding"; 503: $lang['help.AACTION:COUNTER'] = "Number of times this action has run in the day shown - you can manually reset this here"; 504: $lang['help.VARIABLE'] = "System variables are used to control the system environment. To delete a variable just save it with a blank name."; 505: $lang['help.VAR:LOG.LEVEL'] = "The system log level - 10 is everything, 0 is fatal only. 5-6-ish is probably a good balance."; 506: $lang['help.VAR:API.PUBLIC'] = "The API interface is available to public users if 1 (also see {Var:api.key|api.key})"; 507: $lang['help.VAR:API.KEY'] = "Require this key from public users as apikey when accessing the API ({Var:api.public|api.public} must be set)"; 508: $lang['help.VAR:ALERT.BODY.FOOTER'] = "Footer to go at the end of system generated alerts"; 509: $lang['help.VAR:ALERT.BODY.HEADER'] = "Header to go at the start of system generated alerts"; 510: $lang['help.VAR:ALERT.SUBJECT.LONG'] = "Subject for email alerts of long format"; 511: $lang['help.VAR:ALERT.SUBJECT.SHORT'] = "Subject for email alerts of short format"; 512: $lang['help.VAR:FREENATS.FIRSTRUN'] = "System variable to indicate first use of FreeNATS"; 513: $lang['help.VAR:SITE.ENABLE.TESTS'] = "Enable testing"; 514: $lang['help.VAR:SITE.ENABLE.WEB'] = "Enable web interface"; 515: $lang['help.VAR:SITE.ENABLE.TESTER'] = "Enable Tester to Run"; 516: $lang['help.VAR:SITE.GRAPH.PUBLIC'] = "Graphs are available to public users for views etc if 1 (also see {Var:site.graph.key|site.graph.key})"; 517: $lang['help.VAR:SITE.GRAPH.KEY'] = "Require this key from public users as graphkey ({Var:site.graph.public|site.graph.public} must be set)"; 518: $lang['help.VAR:SITE.ENABLE.INTERACTIVE'] = "Must be set (1) to allow interactive web sessions (like this one)"; 519: $lang['help.VAR:SITE.POPUPMESSAGE'] = "If set (1) will show a popup message when saving changes etc"; 520: $lang['help.VAR:SITE.DTFORMAT'] = "Site-wide custom date time format (in PHP format) i.e. Y-m-d H:i:s"; 521: $lang['help.VAR:SITE.TEXT.FAILED'] = "Text to show for a failed status (defaults to Failed if unset)"; 522: $lang['help.VAR:SITE.TEXT.PASSED'] = "Text to show for a passed status (defaults to Passed if unset)"; 523: $lang['help.VAR:SITE.TEXT.UNTESTED'] = "Text to show for untested items (defaults to Untested if unset)"; 524: $lang['help.VAR:SITE.TEXT.WARNING'] = "Text to show for a warning status (defaults to Warning if unset)"; 525: $lang['help.VAR:SITE.TEXT.CLOSED'] = "Text to indicate alert closed (defaults to Alert Closed if unset)"; 526: $lang['help.VAR:SITE.INCLUDE.EVENTS'] = "Include *.php in the server/site/events directory if 1"; 527: $lang['help.VAR:SITE.INCLUDE.TESTS'] = "Include *.php in the server/site/tests directory if 1"; 528: $lang['help.VAR:SITE.ENABLE.ADMINSQL'] = "Enables the admin SQL console if 1"; 529: $lang['help.VAR:SITE.LINKS.NEWWINDOW'] = "Opens {UtilLinks|utility links} in new window if 1"; 530: $lang['help.VAR:SITE.MONITOR.POPUPS'] = "Opens a popup status window in live monitor unless set to 0"; 531: $lang['help.VAR:MAIL.FROMNAME'] = "Textual from name to be used in SMTP mail (defaults to FreeNATS if unset)"; 532: $lang['help.VAR:MAIL.SMTPSERVER'] = "SMTP server to relay mail through (can be ; seperated list) uses internal mail() if unset or blank"; 533: $lang['help.VAR:MAIL.SMTPUSERNAME'] = "Username for SMTP AUTH (AUTH only used if username is set or provided)"; 534: $lang['help.VAR:MAIL.SMTPPASSWORD'] = "Password for SMTP AUTH"; 535: $lang['help.VAR:MAIL.SMTPHOSTNAME'] = "Hostname for HELO in SMTP transactions (may be required for strict mail servers)"; 536: $lang['help.VAR:TEST.ICMP.TIMEOUT'] = "Timeout in seconds to wait for an ICMP response before declaring a failure in seconds (default 10)"; 537: $lang['help.VAR:TEST.ICMP.TRYTWICE'] = "Depreciated - replaced with {Var:test.icmp.attempts|test.icmp.attempts}"; 538: $lang['help.VAR:TEST.ICMP.ATTEMPTS'] = "Number of times the main "require ping" test will attempt before failing (default 2)"; 539: $lang['help.VAR:TEST.ICMP.RETURNMS'] = "If set (1) returns ping results in MilliSeconds (ms) (default 0)"; 540: $lang['help.VAR:TEST.HTTP.TIMEOUT'] = "Default timeout for HTTP/s streams used in web tests (uses system default if unset or <1)"; 541: $lang['help.VAR:TEST.IMAP.TIMEOUT'] = "Default timeout for IMAP tests in seconds (uses environment default if unset or 0)"; 542: $lang['help.VAR:TEST.SMTP.TIMEOUT'] = "Default timeout for SMTP tests in seconds (uses 20 seconds if 0 or unset)"; 543: $lang['help.VAR:TEST.MYSQL.TIMEOUT'] = "Default timeout for MySQL tests in seconds (uses environmental default if unset or 0)"; 544: $lang['help.VAR:TEST.SPAWNDELAY'] = "Delay in seconds between node test threads being spawned by test-threaded.sh (no delay if 0 or unset), can be a decimal"; 545: $lang['help.VAR:TEST.INTERVAL'] = "Delay in seconds between tests on a node (no delay if 0 or unset), can be a decimal"; 546: $lang['help.VAR:TEST.TCP.TIMEOUT'] = "Default timeout for TCP tests (system default if 0 or unset) (seconds)"; 547: $lang['help.VAR:TEST.UDP.TIMEOUT'] = "Default timeout for UDP tests (system default if 0 or unset) (seconds)"; 548: $lang['help.VAR:RETAIN.ALERT'] = "Days to retain alert records for (default 356 if 0 or unset). Retain forever with value -1."; 549: $lang['help.VAR:RETAIN.RECORD'] = "Days to retain test result records for use in history and graphs (default 356 if 0 or unsert). Retain forever with value -1."; 550: $lang['help.VAR:RETAIN.TESTRUN'] = "Days to retain test run records for (default 30 if 0 or unset). Retain forever with value -1."; 551: $lang['help.VAR:RETAIN.SYSLOG'] = "Days to retain log entries for (default 30 if 0 or unset). Retain forever with value -1."; 552: $lang['help.VAR:FREENATS.TRACKER'] = "Participate in the automated feedback process - 1 for yes low level, 2 for detailed, 0 for disabled (default 0)"; 553: $lang['help.VAR:FREENATS.TRACKER.USID'] = "Unique Site ID for FreeNATS tracker to anonymise data capture (only if {Var:freenats.tracker|freenats.tracker} set to 1"; 554: 555: 556: ?>