Penguin
Diff: CactiDataInput
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of CactiDataInput.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, May 31, 2006 10:57:07 am by ThomasBaden
Older page: version 1 Last edited on Thursday, June 19, 2003 6:10:50 pm by DanielLawson Revert
@@ -1,9 +1,8 @@
-  
 A CactiDataInput is a script stored on the server [Cacti] runs on, which outputs some information onto standard out when it is executed. 
  
 Important things to consider when writing scripts for this purpose: 
-* It must output space seperated values, on one line 
+* It must output space separated values, on one line 
 * It must be executable by the user that runs the cacti scripts, which is typically the same as the user your webserver runs as. Using sudo or setuid binaries to get around this may be a security risk for some applications so treat this carefully. 
  
  
 !Adding a CactiDataInput