google-code-export / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
1 stars 0 forks source link

Document the install procedure for Apache and other graphs #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Document the install procedure for Apache and other graphs.

Original issue reported on code.google.com by baron.schwartz on 7 May 2009 at 4:22

GoogleCodeExporter commented 9 years ago
Is there anything even resembling docs to get the Apache templates running at 
this
point? Can't find anything anywhere.

Original comment by fuhryst...@gmail.com on 26 Oct 2009 at 5:34

GoogleCodeExporter commented 9 years ago
No.  Do you want commit access so you can edit the wiki?

Original comment by baron.schwartz on 26 Oct 2009 at 6:37

GoogleCodeExporter commented 9 years ago
If I am able to figure out how to get them working, i'll definitely contribute 
:-P

I'll email you if / when I get stuff working

Original comment by fuhryst...@gmail.com on 26 Oct 2009 at 6:44

GoogleCodeExporter commented 9 years ago
The general process is to install a passwordless SSH key (or load one into an 
agent)
where the Cacti user can get it, create a user on the monitored server, then 
install
the matching public key into the monitored server's user account.  Cacti 
executes the
PHP script, which ssh'es to the monitored server and executes a command, then 
parses
the output and returns it for graphing.  So hopefully that is a place to get 
started;
I think it will be straightforward, but there will probably be little details.  
If
you look inside the PHP file, each function has a "how to test this" sample 
shell
command above it, generally starting with "su - cacti -c ...." or something 
like that.

Original comment by baron.schwartz on 26 Oct 2009 at 8:26

GoogleCodeExporter commented 9 years ago
I've added fuhrysteve as a committer.

Original comment by baron.schwartz on 26 Oct 2009 at 8:26

GoogleCodeExporter commented 9 years ago
I have added a wiki page to show how to set up the SSH keys and user accounts
required.  It is quite simple.  Next we need documentation on each template.

The SSH documentation is in
http://code.google.com/p/mysql-cacti-templates/wiki/SSHBasedTemplates

Original comment by baron.schwartz on 28 Oct 2009 at 2:54

GoogleCodeExporter commented 9 years ago
This is done.

Original comment by baron.schwartz on 19 Nov 2009 at 4:49