Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri May 18, 2012 2:28 pm 
Offline
Newbie

Joined: Fri May 18, 2012 10:17 am
Posts: 4
Website: http://www.jimcarroll.com
Location: Ontario
Does anyone have a good solid concise overview of how to do this? I've followed a few general Ubuntu sites that talk about it, but can't seem to make it work.


Top
   
PostPosted: Fri May 18, 2012 3:28 pm 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
jimcarroll wrote:
Does anyone have a good solid concise overview of how to do this? I've followed a few general Ubuntu sites that talk about it, but can't seem to make it work.


How far did you get? What're the problems you're having? Please provide more information :)

Nginx is simple enough:
http://library.linode.com/web-servers/n ... 0.04-lucid

There's even stackscripts for that, AFAIK.

Munin:
http://www.debuntu.org/how-to-monitorin ... with-munin


Top
   
 Post subject:
PostPosted: Fri May 18, 2012 3:35 pm 
Offline
Newbie

Joined: Fri May 18, 2012 10:17 am
Posts: 4
Website: http://www.jimcarroll.com
Location: Ontario
Sorry, I should elaborate.

I've got a full LEMP stack running my site -- www.jimcarroll.com

(I'm a bit of a closet geek despite my odd job; started on a TRS-80 in 1982...

I used one of the scripts to set it up (Wordpress, Varnish caching, W3TC, etc...)

I've got Munin installed, and I think running....but following this:

http://www.darkcoding.net/software/sett ... on-ubuntu/

I get "

when I run :

sudo -u munin munin-cron


sudo -u munin munin-cron
2012/05/18 19:34:43 [ERROR] Error occured in under [] in the configuration.
ERROR: Failed to parse config file '/etc/munin/munin.conf': [ERROR] Error occured in under [] in the configuration. Please refer to the log if details are missing here.


munin.conf has:

allow ^127\.0\.0\.1$
[jimcarroll.com]
address 127.0.0.1
use_node_name yes
# The next three variables specifies where the location of the RRD
# databases, the HTML output, logs and the lock/pid files. They all
# must be writable by the user running munin-cron. They are all
# defaulted to the values you see here.
#
dbdir /var/lib/munin
htmldir /var/www/jimcarroll/munin
logdir /var/log/munin
rundir /var/run/munin


Top
   
 Post subject:
PostPosted: Fri May 18, 2012 6:25 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
You'll want to move the host-specific stuff after all of the general configuration. The allow, dbdir, htmldir, logdir, and rundir statements apply to the whole server, and ought to appear before the [jimcarroll.com] heading.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group