File: 1.11.1b/server/base/lang/English.en.lang.php (View as HTML)

  1: <?php
  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: // HTTP-AUTH Messages
 20: $lang['httpa.logout']="HTTP AUTH Logout";
 21: $lang['httpa.logout.desc']="To logout from an HTTP-AUTH session you must close the browser or delete your credentials.";
 22: 
 23: 
 24: // Footer
 25: $lang['copyright']="Copyright";
 26: $lang['version']="Version";
 27: 
 28: // Main System Menu Items
 29: $lang['live.monitor']="Live Monitor";
 30: $lang['configuration']="Configuration";
 31: $lang['help']="Help";
 32: $lang['logout']="Logout";
 33: 
 34: // Admin Menu Items
 35: $lang['overview']="Overview";
 36: $lang['nodes']="Nodes";
 37: $lang['groups']="Groups";
 38: $lang['views.reports']="Views &amp; Reports";
 39: $lang['user.options']="User Options";
 40: $lang['system.settings']="System Settings";
 41: 
 42: // Alert Pane
 43: $lang['nats.alerts']="NATS Alerts";
 44: 
 45: // UI Errors
 46: $lang['access.error']="Insufficient Access";
 47: $lang['access.error.detail']="Sorry but your user has insufficient access to perform this task";
 48: 
 49: // Generalised UI
 50: $lang['click.continue']="Please click here to continue";
 51: $lang['node.default']="Node Default";
 52: $lang['group.default']="Group Default";
 53: $lang['description']="Description";
 54: 
 55: // Main Screen
 56: $lang['overview.title']="Monitoring Configuration";
 57: $lang['overview.subtitle']="FreeNATS Overview";
 58: $lang['checking.updates']="Checking for Updates";
 59: $lang['update.desc']="You can also check for updates on the <a href=http://www.purplepixie.org/freenats>website</a>. It is recommended you check regularly.<br>You are currently running version";
 60: $lang['monitor.alerts']="Monitoring Alerts";
 61: $lang['no.monitor.alerts']="No Monitoring Alerts";
 62: $lang['check.updates']="Check for Updates";
 63: $lang['monitoring']="Monitoring";
 64: $lang['nodes.configured']="Nodes Configured";
 65: $lang['node.groups']="Node Groups";
 66: $lang['common.tasks']="Common Tasks";
 67: $lang['add.nodes']="Add Nodes";
 68: $lang['email.alerting']="Email Alerting";
 69: $lang['configure.tests']="Configure Tests";
 70: $lang['test.summaries']="Test Summaries";
 71: $lang['monitored.nodes']="Monitored Nodes";
 72: 
 73: // nodes already
 74: $lang['node']="Node";
 75: $lang['options']="Options";
 76: $lang['move']="Move";
 77: $lang['edit']="Edit Options";
 78: $lang['delete']="Delete";
 79: $lang['create.node']="Create Node";
 80: $lang['config']="Configuration";
 81: $lang['move.before']="Move Before";
 82: $lang['go']="Go";
 83: $lang['refresh.weight']="Refresh Weighting";
 84: 
 85: $lang['node.groups']="Node Groups";
 86: $lang['create.group']="Create Group";
 87: 
 88: $lang['views']="Views";
 89: $lang['create.view']="Create New View";
 90: $lang['reports']="Availability Reports";
 91: $lang['create.report']="Create a New Service Availability Report";
 92: 
 93: $lang['config.summary']="Configuration Summary / Overview";
 94: $lang['nodeid']="Node ID";
 95: $lang['name']="Name";
 96: $lang['hostname']="Hostname";
 97: $lang['schedule']="Schedule";
 98: $lang['enabled']="Enabled";
 99: $lang['ping']="Ping";
100: $lang['required']="Required";
101: $lang['interval']="Interval";
102: $lang['nodeside']="Nodeside";
103: 
104: // Time Periods
105: $lang['today']="Today";
106: $lang['last.24h']="Last 24 Hours";
107: $lang['custom']="Custom";
108: $lang['ago']="ago";
109: $lang['never']="never";
110: 
111: // User Preferences
112: $lang['user.pref']="User Preferences";
113: $lang['change.password']="Change Password";
114: $lang['current']="Current";
115: $lang['new']="New";
116: $lang['confirm']="Confirm";
117: $lang['pass.change.ok']="Password Changed";
118: $lang['pass.change.fail']="Password Change Failed";
119: 
120: // Administration Settings
121: $lang['admin.interface']="Administration Interface";
122: $lang['user.admin']="User Administration";
123: $lang['event.log']="System Event Log";
124: $lang['alert.actions']="Alert Actions";
125: $lang['variables']="System Variables";
126: $lang['sessions']="Test Sessions";
127: $lang['schedules']="Test and Alert Schedules";
128: $lang['file.manager']="File Manager";
129: $lang['sql.console']="SQL Console";
130: $lang['dns.console']="DNS Query Console";
131: $lang['backup.restore']="Backup and Restore";
132: $lang['sys.status']="System Status Report";
133: $lang['sys.info']="System Information";
134: 
135: $lang['ul.admin']="Administrator";
136: $lang['ul.power']="Power User";
137: $lang['ul.normal']="Normal User";
138: $lang['ul.disabled']="Disabled";
139: 
140: $lang['aae.short']="Short";
141: $lang['aae.long']="Long";
142: 
143: $lang['unknown']="Unknown";
144: 
145: $lang['aae.sub.blank']="Blank";
146: $lang['aae.sub.short']="Short";
147: $lang['aae.sub.long']="Long";
148: 
149: $lang['aatype.email']="Email";
150: $lang['aatype.mqueue']="Message Queue";
151: $lang['aatype.url']="URL";
152: $lang['aatype.disabled']="Disabled";
153: 
154: $lang['real.name']="Real Name";
155: $lang['user.level']="User Level";
156: $lang['create.user']="Create User";
157: 
158: $lang['save']="Save";
159: 
160: $lang['sessions.for']="Node test sessions for";
161: $lang['sessions.running']="Running Test Sessions";
162: $lang['sessions.running.for']="Running Test Sessions for";
163: $lang['sessions.not.running']="No running test sessions";
164: $lang['sessions.previous']="Previous Test Sessions for";
165: $lang['sessions.previous.none']="No Previous Test Sessions";
166: $lang['sessions.stillrunning']="Still Running";
167: $lang['started']="Started";
168: $lang['finished']="Finished";
169: $lang['node.filter']="Node Filter";
170: $lang['output']="Output";
171: $lang['allnodes']="All Nodes";
172: 
173: $lang['test.run']="Test Run";
174: $lang['testrun.manual.close']="Manually Close Test Session";
175: $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.<br>This <b>does not</b> kill processes - just marks the test session as complete.";
176: $lang['testrun.del.yes']="Yes - Delete";
177: $lang['testrun.del.cancel']="No - Cancel";
178: $lang['testrun.session.closed']="Test Session Closed";
179: $lang['testrun.fetch.error']="Error Fetching Testrun Data";
180: 
181: $lang['confirm.action']="Confirm Action";
182: 
183: 
184: $lang['alert.actions']="Alert Actions";
185: $lang['id']="ID";
186: $lang['aa.name']="Action Name";
187: $lang['aa.type']="Action Type";
188: $lang['aa.create']="Create New Alert Action";
189: $lang['aa.limit']="Action Limit";
190: $lang['aa.counter']="Action Counter";
191: $lang['aa.efrom']="Email From";
192: $lang['aa.esubj']="Email Subject";
193: $lang['aa.mtype']="Msg Type";
194: $lang['aa.eto']="Email To or URL";
195: $lang['aa.update']="Update Action";
196: $lang['aa.test']="Test Action";
197: $lang['aa.cancel']="Cancel Update";
198: $lang['aa.delete']="Delete Action";
199: $lang['aa.testflush']="Alert Action Tested &amp; Flushed";
200: 
201: 
202: $lang['system.status']="System Status";
203: $lang['status.size']="Table Sizes";
204: $lang['status.tname']="Table Name";
205: $lang['status.tsize']="Size (Rows)";
206: $lang['status.tsize.kb']="Size (Kb)";
207: $lang['status.tother']="Other Information";
208: $lang['status.free']="Free";
209: $lang['status.optimise']="Optimise";
210: 
211: $lang['notes']="Notes";
212: 
213: $lang['status.running']="Open/Running Test Sessions";
214: $lang['status.run.warn']="Warning: Over 15 Minutes Old";
215: $lang['status.run.error']="Error: Over 1 Hour Old";
216: 
217: $lang['status.env.http']="Environment: PHP Web (Apache Module/PHP-CGI)";
218: $lang['status.env.cli']="Environment: PHP CLI (Command-Line Binary)";
219: 
220: $lang['status.disclaim']="Please note this merely displays FreeNATS software status - not<br>the status of the underlying Virtual Machine (if applicable).<br><br> You should monitor disk space and performance for the VM via<br>the relevant system (such as the rPath interface).<br><br>";
221: 
222: $lang['warnings']="Warnings";
223: $lang['decreases']="Decreases";
224: $lang['create']="Create";
225: 
226: $lang['version.info']="Version Information";
227: $lang['version']="Version";
228: $lang['release']="Release";
229: $lang['compound']="Compound";
230: 
231: $lang['reg.modules']="Registered Test Modules";
232: $lang['provides']="Provides";
233: $lang['revision']="Revision";
234: $lang['additional']="Additional";
235: $lang['reg.events']="Registered Event Handlers";
236: $lang['event']="Event";
237: $lang['handlers']="Handler(s)";
238: $lang['reg.languages']="Registered Languages";
239: 
240: $lang['back.to.admin']="Back to Main System Settings Menu";
241: 
242: $lang['save.user.fail']="Save User Failed or Nothing Changed";
243: $lang['save.user.ok']="User Saved";
244: $lang['create.user.fail']="Failed to Create User";
245: $lang['create.user.ok']="User Created";
246: $lang['delete.user']="Delete User";
247: $lang['user.deleted']="User Deleted";
248: $lang['save.var.ok']="Updated or Deleted Variable";
249: $lang['save.var.fail']="Failed to Update Variable";
250: $lang['new.var.ok']="Created Variable";
251: $lang['new.var.fail']="Failed to Create Variable";
252: $lang['optimised.ok']="Optimised Table";
253: 
254: $lang['changes.ok']="Changes Saved";
255: $lang['changes.fail']="Failed to Save Changes or Nothing Changed";
256: 
257: // System Event Log
258: $lang['filter']="Filter";
259: $lang['show']="Show";
260: $lang['filter.log']="Filter Log Entries and Display";
261: $lang['reset']="Reset";
262: $lang['next']="Next";
263: $lang['prev']="Previous";
264: 
265: 
266: // Live Monitor
267: $lang['live.monitor']="Live Monitor";
268: $lang['mon.options']="options...";
269: $lang['group.name']="Group Name";
270: $lang['description']="Description";
271: $lang['status']="Status";
272: $lang['node.name']="Node Name";
273: $lang['mon.std']="standard";
274: $lang['mon.grp']="groups";
275: $lang['mon.nodes']="nodes";
276: $lang['mon.alerting']="alerting";
277: $lang['mon.hide']="...hide...";
278: $lang['mon.goto.node']="Goto Node";
279: $lang['mon.goto.node.page']="Goto Node Page";
280: $lang['mon.popup.error']="Invalid or Illegal Node";
281: 
282: // Node Page
283: $lang['viewing.node']="Viewing Node";
284: $lang['no.node']="No such node";
285: $lang['enabled']="Enabled";
286: $lang['alert']="Alert";
287: $lang['yes']="Yes";
288: $lang['no']="No";
289: $lang['alert.history']="Alert History";
290: $lang['summary']="Summary";
291: $lang['links']="Links";
292: $lang['opened']="Opened";
293: $lang['edit.node.options']="Edit Node Options";
294: $lang['nodeside.tests']="Nodeside Tests";
295: 
296: $lang['local.tests']="Local Tests";
297: $lang['history']="History";
298: 
299: 
300: // Edit Node Options
301: $lang['node.editor']="Node Editor";
302: $lang['editing']="Editing";
303: $lang['node.settings']="Node Settings";
304: $lang['show.hide.options']="Show / Hide Node Options";
305: $lang['node.tests']="Node Tests";
306: $lang['last.tested']="Last Tested";
307: $lang['add.test']="Add Test";
308: $lang['no.such.node']="No Such Node";
309: $lang['create.test']="Create Test";
310: $lang['update.alert.actions']="Update Alert Actions";
311: $lang['add']="Add";
312: 
313: $lang['add.nodeside']="Add Nodeside Monitor";
314: 
315: $lang['web.time']="Web Time";
316: $lang['web.size']="Web Size";
317: $lang['host']="Simple DNS Host";
318: $lang['remote.ping']="Remote Ping";
319: $lang['test.loop']="Test Loop";
320: $lang['test.random']="Test Random";
321: 
322: $lang['node.id']="Node ID";
323: $lang['node.icon']="Node Icon";
324: $lang['default']="Default";
325: $lang['show.hide.icons']="Show/Hide Icons";
326: $lang['master.node']="Master Node";
327: $lang['no.master']="No Master Node";
328: $lang['master.skip']="Skip if Master";
329: $lang['fails.ping']="Fails Ping";
330: $lang['fails.any.test']="Fails Any Test";
331: $lang['node.enabled']="Node Enabled";
332: $lang['test.schedule']="Test Schedule";
333: $lang['test.interval']="Test Interval";
334: $lang['test.due']="Test Due";
335: $lang['check.asap']="Check ASAP";
336: $lang['alerts.active']="Alerts Active";
337: $lang['ping.test']="Ping Test";
338: $lang['require.ping']="Require Ping";
339: $lang['nodeside.testing']="Nodeside Testing";
340: $lang['node.key']="Node Key";
341: $lang['pull.enabled']="Pull Enabled";
342: $lang['pull.url']="Pull URL";
343: $lang['pull.interval']="Pull Interval";
344: $lang['push.enabled']="Push Enabled";
345: $lang['push.ip']="Push IP";
346: $lang['last.date']="Last Data";
347: $lang['next.pull.due']="Next Pull Due";
348: $lang['catalogue']="Catalogue";
349: $lang['nodeside.monitors']="Nodeside Monitors";
350: $lang['refresh.now']="Refresh Now";
351: $lang['nodeside.pull.now']="Refresh (Pull) Now";
352: $lang['utility.links']="Utility Links";
353: $lang['title']="Title";
354: $lang['url']="URL";
355: $lang['debug.raw']="Debug Raw Output";
356: $lang['last.data']="Last Data";
357: $lang['save.settings']="Save Settings";
358: $lang['cancel']="Cancel";
359: 
360: $lang['minutes']="Minutes";
361: $lang['now']="Now";
362: $lang['edit.options']="Edit Options";
363: 
364: $lang['save.ok']="Changes Saved";
365: $lang['save.failed']="Changes Failed to Save or Nothing Changed";
366: 
367: // Test Editing
368: $lang['local.test.editor']="Local Test Editor";
369: $lang['editing.test']="Editing Test";
370: $lang['test.settings']="Test Settings";
371: $lang['test.type']="Test Type";
372: $lang['test.options']="Test Options";
373: 
374: $lang['full.url']="Full URL including prefix e.g. http://www.somehost.com/";
375: $lang['host.ip']="Host or IP";
376: $lang['host.desc']="Hostname or IP to ping (DNS resolution not timed)";
377: $lang['value']="Value";
378: $lang['value.desc']="Value for Test Loop or Max Value for Test Random";
379: $lang['host']="Host";
380: $lang['host.desc']="Hostname to resolve or IP address to do reverse lookup of";
381: 
382: $lang['no.test.options']="No Options for Test";
383: 
384: $lang['custom.name']="Custom Name";
385: $lang['test.enabled']="Test Enabled";
386: $lang['recorded']="Recorded";
387: $lang['simple.eval']="Simple Evaluation";
388: $lang['test.interval']="Test Interval";
389: $lang['test.due']="Test Due";
390: $lang['last.tested']="Last Tested";
391: 
392: $lang['custom.attempts']="Custom Attempts";
393: $lang['custom.timeout']="Custom Timeout";
394: 
395: $lang['test.save']="Save Test Settings";
396: $lang['abandon.changes']="Abandon Changes";
397: 
398: $lang['seconds']="Seconds";
399: 
400: $lang['passed']="Passed";
401: $lang['untested']="Untested";
402: $lang['warning']="Warning";
403: $lang['failed']="Failed";
404: $lang['failure']="Failure";
405: 
406: $lang['test.evals']="Custom Test Evaluators";
407: $lang['test.evals.simple']="Custom evaluators will not be parsed as <i>Simple Evaluation</i> is checked (above)";
408: $lang['add.eval']="Add New";
409: $lang['eval.equal']="Equal To";
410: $lang['eval.lt']="Less Than";
411: $lang['eval.gt']="Greater Than";
412: 
413: $lang['edit.nodeside.test']="Nodeside Test Editor";
414: $lang['ns.type']="Test Type / UID";
415: $lang['nodeside.test']="Nodeside Test";
416: $lang['test.alerts']="Test Alerts";
417: $lang['last.checked']="Last Checked";
418: $lang['last.result']="Last Result";
419: $lang['last.value']="Last Value";
420: $lang['save.changes']="Save Changes";
421: 
422: $lang['result']="Result";
423: 
424: $lang['edit.view']="Edit View";
425: $lang['editing.view']="Editing View";
426: $lang['no.such.view']="No Such View";
427: $lang['preview']="Preview";
428: $lang['linking']="Linking";
429: $lang['unknown.action']="Unknown Action";
430: $lang['expand.view.options']="Expand View Options";
431: 
432: $lang['node.ping']="Node Ping";
433: 
434: // Group Editor
435: $lang['group.editor']="Group Editor";
436: $lang['no.group']="Group Not Found";
437: $lang['group.id']="Group ID";
438: $lang['group.name']="Group Name";
439: $lang['group.icon']="Group Icon";
440: $lang['group.save']="Save Group Settings";
441: $lang['group.members']="Group Members";
442: $lang['group.update']="Update Group Member List";
443: $lang['group.updated']="Group Membership Updated";
444: $lang['group']="Group";
445: $lang['editing']="Editing";
446: 
447: $lang['show.icons']="Show Icons";
448: 
449: $lang['dns.host']="DNS Host Lookup";
450: 
451: // Security Warnings
452: $lang['sec.firstrun']="Security Warning: firstrun.php Script is Exposed";
453: $lang['sec.firstrun.text']="The firstrun.php script in your web directory has not been renamed. This could be used to damage FreeNATS.<br />Please rename to firstrun-.php.";
454: $lang['sec.firstrun.ignore']="To stop this warning from being shown without renaming the script (not recommended) set site.firstrun.ignore to 1";
455: 
456: // Help - Text support NATS_Help format strings i.e. {link} and {link|text} links
457: $lang['nohelp'] = "Sorry no help is available";
458: $lang['help.FREENATS'] = "FreeNATS is a network monitoring package";
459: $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";
460: $lang['help.NODE:CREATE'] = "Create a new {node} with this {node:id|NodeID}";
461: $lang['help.NODE:ID'] = "The NodeID is a unique text name for a {node}. Maximum length 60 chars and only normal characters allowed.";
462: $lang['help.NODE:ENABLED'] = "The node is enabled for tests to be performed (and displayed in all applicable views)";
463: $lang['help.NODE:ALERTACTIVE'] = "Alerts will be generated for this node and alert actions performed if selected";
464: $lang['help.NODE:PINGTEST'] = "Do a ping (ICMP) test first before other tests - will always record results if enabled";
465: $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";
466: $lang['help.NODE:MASTER'] = "Master Node to be Tested First";
467: $lang['help.MASTERNODE:PING'] = "Tests required to pass on the {Node:Master|master node} for this node to be tested";
468: $lang['help.NODE:TESTINTERVAL'] = "Interval (minutes) between tests on this node being carried out";
469: $lang['help.NODESIDE'] = "Enable support for node-side scripts to gather data from this node";
470: $lang['help.NODE:CHECKASAP'] = "Schedule node for immediate text in next test cycle";
471: $lang['help.UTILLINKS'] = "Links to services on remote note for system administration";
472: $lang['help.NODESIDE:KEY'] = "Key used to authenticate nodeside testing";
473: $lang['help.NODESIDE:PULLENABLED'] = "Enable nodeside collection via http 'pull' from the node";
474: $lang['help.NODESIDE:URL'] = "URL to 'pull' nodeside data from on the node";
475: $lang['help.NODESIDE:INTERVAL'] = "Interval between 'pulling' (polling) data from the node";
476: $lang['help.NODESIDE:PUSHENABLED'] = "Allow node to 'push' (post) data";
477: $lang['help.NODESIDE:PUSHIP'] = "Limit node 'push' to this specific IP address for security";
478: $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.";
479: $lang['help.GROUP:CREATE'] = "Create a new {group} with this name";
480: $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.";
481: $lang['help.TEST:ATTEMPTS'] = "Number of times to attempt a test (will always try once). Defaults to 1 if zero or unset.";
482: $lang['help.TEST:TIMEOUT'] = "Timeout value for the test - alters the defaults or system-wide variable settings for the relevant test (seconds)";
483: $lang['help.TEST:SIMPLEEVALUATION'] = "Use simple pass/fail evaluation (i.e. if a web test returns any data it passes else it fails)";
484: $lang['help.TEST:RECORDED'] = "Record the results of this test for historic reports";
485: $lang['help.TEST:ENABLED'] = "Perform the test or not (will update nothing if disabled)";
486: $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";
487: $lang['help.TEST:TESTALERTS'] = "Test will generate an alert on failure";
488: $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)";
489: $lang['help.VIEW'] = "A view is a custom set of nodes/groups/tests which can be used in a variety of ways";
490: $lang['help.VIEW:CREATE'] = "Creates a {view} of the specified name";
491: $lang['help.VIEW:PUBLIC'] = "The view can be seen by people not logged into FreeNATS";
492: $lang['help.VIEW:COLONS'] = "If text status is selected for a view item a colon will be displayed before it";
493: $lang['help.VIEW:DASHES'] = "Display a dash before a test last run time where applicable";
494: $lang['help.VIEW:TIMEAGO'] = "Use XX:XX ago or normal datetime for test details";
495: $lang['help.VIEW:COLUMNS'] = "Display list-type elements in this number of columns (0 for off)";
496: $lang['help.VIEW:REFRESH'] = "Send a http-equv to refresh the page after this many seconds (0 for off)";
497: $lang['help.VIEW:USECOLOUR'] = "Use colour for status display as in normal FreeNATS display";
498: $lang['help.VIEW:SHOWDETAIL'] = "Show details of the test/object(s) such as node tests";
499: $lang['help.VIEW:TEXTSTATUS'] = "Textual status such as passed, failed etc";
500: $lang['help.REPORT'] = "Reports show the %age of service availability in a specified period";
501: $lang['help.BACKUP:TRUNCATE'] = "Clears tables first when restored back (recommended) otherwise duplicates may fail";
502: $lang['help.SCHEDULE'] = "A schedule controls what times a node is tested and are managed through the admin page";
503: $lang['help.SCHEDULE:DEFAULTACTION'] = "What will happen if no exceptions are matched (the opposite will happen if one is matched)";
504: $lang['help.ALERTACTION'] = "An alert action is performed when a node fails a test, they are configured through the admin page";
505: $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)";
506: $lang['help.AACTION:DECREASES'] = "The action is triggered when the level goes down to closed (or {AAction:Warnings|warnings} if set)";
507: $lang['help.AACTION:LIMIT'] = "Max times this action can run in any one day (0 = unlimited) to avoid flooding";
508: $lang['help.AACTION:COUNTER'] = "Number of times this action has run in the day shown - you can manually reset this here";
509: $lang['help.VARIABLE'] = "System variables are used to control the system environment. To delete a variable just save it with a blank name.";
510: $lang['help.VAR:LOG.LEVEL'] = "The system log level - 10 is everything, 0 is fatal only. 5-6-ish is probably a good balance.";
511: $lang['help.VAR:API.PUBLIC'] = "The API interface is available to public users if 1 (also see {Var:api.key|api.key})";
512: $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)";
513: $lang['help.VAR:ALERT.BODY.FOOTER'] = "Footer to go at the end of system generated alerts";
514: $lang['help.VAR:ALERT.BODY.HEADER'] = "Header to go at the start of system generated alerts";
515: $lang['help.VAR:ALERT.SUBJECT.LONG'] = "Subject for email alerts of long format";
516: $lang['help.VAR:ALERT.SUBJECT.SHORT'] = "Subject for email alerts of short format";
517: $lang['help.VAR:FREENATS.FIRSTRUN'] = "System variable to indicate first use of FreeNATS";
518: $lang['help.VAR:SITE.ENABLE.TESTS'] = "Enable testing";
519: $lang['help.VAR:SITE.ENABLE.WEB'] = "Enable web interface";
520: $lang['help.VAR:SITE.ENABLE.TESTER'] = "Enable Tester to Run";
521: $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})";
522: $lang['help.VAR:SITE.GRAPH.KEY'] = "Require this key from public users as graphkey ({Var:site.graph.public|site.graph.public} must be set)";
523: $lang['help.VAR:SITE.ENABLE.INTERACTIVE'] = "Must be set (1) to allow interactive web sessions (like this one)";
524: $lang['help.VAR:SITE.POPUPMESSAGE'] = "If set (1) will show a popup message when saving changes etc";
525: $lang['help.VAR:SITE.DTFORMAT'] = "Site-wide custom date time format (in PHP format) i.e. Y-m-d H:i:s";
526: $lang['help.VAR:SITE.TEXT.FAILED'] = "Text to show for a failed status (defaults to Failed if unset)";
527: $lang['help.VAR:SITE.TEXT.PASSED'] = "Text to show for a passed status (defaults to Passed if unset)";
528: $lang['help.VAR:SITE.TEXT.UNTESTED'] = "Text to show for untested items (defaults to Untested if unset)";
529: $lang['help.VAR:SITE.TEXT.WARNING'] = "Text to show for a warning status (defaults to Warning if unset)";
530: $lang['help.VAR:SITE.TEXT.CLOSED'] = "Text to indicate alert closed (defaults to Alert Closed if unset)";
531: $lang['help.VAR:SITE.INCLUDE.EVENTS'] = "Include *.php in the server/site/events directory if 1";
532: $lang['help.VAR:SITE.INCLUDE.TESTS'] = "Include *.php in the server/site/tests directory if 1";
533: $lang['help.VAR:SITE.ENABLE.ADMINSQL'] = "Enables the admin SQL console if 1";
534: $lang['help.VAR:SITE.LINKS.NEWWINDOW'] = "Opens {UtilLinks|utility links} in new window if 1";
535: $lang['help.VAR:SITE.MONITOR.POPUPS'] = "Opens a popup status window in live monitor unless set to 0";
536: $lang['help.VAR:SITE.FIRSTRUN.IGNORE'] = "Ignores the existance of the firstrun.php script (dangerous)";
537: $lang['help.VAR:SITE.AUTH'] = "If set to http will use HTTP-AUTH otherwises uses standard login form";
538: $lang['help.VAR:MAIL.FROMNAME'] = "Textual from name to be used in SMTP mail (defaults to FreeNATS if unset)";
539: $lang['help.VAR:MAIL.SMTPSERVER'] = "SMTP server to relay mail through (can be ; seperated list) uses internal mail() if unset or blank";
540: $lang['help.VAR:MAIL.SMTPUSERNAME'] = "Username for SMTP AUTH (AUTH only used if username is set or provided)";
541: $lang['help.VAR:MAIL.SMTPPASSWORD'] = "Password for SMTP AUTH";
542: $lang['help.VAR:MAIL.SMTPHOSTNAME'] = "Hostname for HELO in SMTP transactions (may be required for strict mail servers)";
543: $lang['help.VAR:TEST.ICMP.TIMEOUT'] = "Timeout in seconds to wait for an ICMP response before declaring a failure in seconds (default 10)";
544: $lang['help.VAR:TEST.ICMP.TRYTWICE'] = "Depreciated - replaced with {Var:test.icmp.attempts|test.icmp.attempts}";
545: $lang['help.VAR:TEST.ICMP.ATTEMPTS'] = "Number of times the main &quot;require ping&quot; test will attempt before failing (default 2)";
546: $lang['help.VAR:TEST.ICMP.RETURNMS'] = "If set (1) returns ping results in MilliSeconds (ms) (default 0)";
547: $lang['help.VAR:TEST.HTTP.TIMEOUT'] = "Default timeout for HTTP/s streams used in web tests (uses system default if unset or &lt;1)";
548: $lang['help.VAR:TEST.IMAP.TIMEOUT'] = "Default timeout for IMAP tests in seconds (uses environment default if unset or 0)";
549: $lang['help.VAR:TEST.SMTP.TIMEOUT'] = "Default timeout for SMTP tests in seconds (uses 20 seconds if 0 or unset)";
550: $lang['help.VAR:TEST.MYSQL.TIMEOUT'] = "Default timeout for MySQL tests in seconds (uses environmental default if unset or 0)";
551: $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";
552: $lang['help.VAR:TEST.INTERVAL'] = "Delay in seconds between tests on a node (no delay if 0 or unset), can be a decimal";
553: $lang['help.VAR:TEST.TCP.TIMEOUT'] = "Default timeout for TCP tests (system default if 0 or unset) (seconds)";
554: $lang['help.VAR:TEST.UDP.TIMEOUT'] = "Default timeout for UDP tests (system default if 0 or unset) (seconds)";
555: $lang['help.VAR:RETAIN.ALERT'] = "Days to retain alert records for (default 356 if 0 or unset). Retain forever with value -1.";
556: $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.";
557: $lang['help.VAR:RETAIN.TESTRUN'] = "Days to retain test run records for (default 30 if 0 or unset). Retain forever with value -1.";
558: $lang['help.VAR:RETAIN.SYSLOG'] = "Days to retain log entries for (default 30 if 0 or unset). Retain forever with value -1.";
559: $lang['help.VAR:FREENATS.TRACKER'] = "Participate in the automated feedback process - 1 for yes low level, 2 for detailed, 0 for disabled (default 0)";
560: $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";
561: 
562: 
563: ?>