Hello,
On Tue, May 31, 2011 at 11:49:05AM +0100, Michael Stevens wrote:
> On Tue, May 31, 2011 at 10:38:41AM +0000, Andy Smith wrote:
> > And from some random host appears to work:
> >
> > $ /usr/lib/nagios/plugins/check_ntp -H 212.13.195.4
> > NTP OK: Offset 0.006038069725 secs|offset=0.006038s;60.000000;120.000000;
>
> Sent more info in other email.
I see. The check_ntp_peer plugin must require more permissions, as I
found a machine with it on and I can reproduce this. NTP is a UDP
protocol and tends to just ignore you if you ask it things that it
isn't allowed to tell you, so that'll probably be why it says
timeout.
I'll look into what access it needs and see if I can allow it.
Cheers,
Andy
Hi,
> root@ceres:/etc/nagios3/conf.d# host ntp1.lon.bitfolk.com
> ntp1.lon.bitfolk.com has address 212.13.195.4
> root@ceres:/etc/nagios3/conf.d# /usr/lib/nagios/plugins/check_ntp_peer
> -v -H 212.13.195.4
> CRITICAL - Socket timeout after 10 seconds
Do you have a firewall?
What do the rules look like?
Do you have a VPS that's old enough to have an IP address in the
original 212.13.194.0/24 range? If so, is your subnet mask set correctly
now that it's a /25 or have you allowed route redirect messages in?
http://lists.bitfolk.com/lurker/message/20081202.111409.1d738f7a.en.html
Can you ping 212.13.195.4 ?
I looks like I still have the /24 netmask but I can ping 212.13.195.4
Regards,
@ndy
--
andyjpb(a)ashurst.eu.org
http://www.ashurst.eu.org/
0x7EBA75FF
Hi Michael,
On Tue, May 31, 2011 at 11:28:50AM +0100, Michael Stevens wrote:
> Being a big nagios fan, I'm trying to monitor the bitfolk NTP servers
> with nagios.
We already monitor them with nagios, btw. :)
And cacti:
http://tools.bitfolk.com/cacti/graph_779.html
> I have:
>
> define host{
> use generic-host ; Name of host template to use)
> host_name ntp1.lon.bitfolk.com
> alias ntp1.lon.bitfolk.com
> address 212.13.195.4
> }
>
> define service{
> use generic-service
> host ntp1.lon.bitfolk.com
> service_description ntp
> check_command check_ntp
> }
>
> Which seems like it ought to work. Testing with pool.ntp.org servers it
> seems to work.
What does it do instead of working?
What does your check_ntp command actually look like?
Mine looks like:
define command {
command_name check_ntp
command_line /usr/lib/nagios/plugins/check_ntp -H $HOSTADDRESS$
}
And from some random host appears to work:
$ /usr/lib/nagios/plugins/check_ntp -H 212.13.195.4
NTP OK: Offset 0.006038069725 secs|offset=0.006038s;60.000000;120.000000;
However, this is quite an old version of Nagios so maybe newer
checks do something that require more access.
Cheers,
Andy
Hi,
> I've put my vote in.
>
> It wasn't anything specific, just a vague belief that more bits =
> cooler, and a desire to keep the same architecture I had elsewhere.
Whilst this maybe the case ;-) more bits will mean that some programs
have a significantly larger memory footprint.
Beware the shiny! ;-)
I can sympathise with you tho': sometimes I have to jump through extra
hoops to build myself appropriate 32bit binaries for my VPS.
PS: If you want a 64bit architecture just for the sake of coolness I
recommend MIPS R12K, IA-64 or even UltraSPARC ;-)
Regards,
@ndy
--
andyjpb(a)ashurst.eu.org
http://www.ashurst.eu.org/
0x7EBA75FF
Hi,
> Being a big nagios fan, I'm trying to monitor the bitfolk NTP servers
> with nagios.
>
> I have:
>
> define host{
> use generic-host ; Name of host template to use)
> host_name ntp1.lon.bitfolk.com
> alias ntp1.lon.bitfolk.com
> address 212.13.195.4
> }
>
> define service{
> use generic-service
> host ntp1.lon.bitfolk.com
> service_description ntp
> check_command check_ntp
> }
>
> Which seems like it ought to work. Testing with pool.ntp.org servers it
> seems to work.
>
> The nagios instance is running on my bitfolk VPS so it shouldn't be
> access related.
>
> Anyone know what I'm doing daft?
What specifically is not working?
How do you know it's not working?
What do the logs say?
Regards,
@ndy
--
andyjpb(a)ashurst.eu.org
http://www.ashurst.eu.org/
0x7EBA75FF
Hi Michael,
On Sun, May 29, 2011 at 01:14:54PM +0100, Michael Stevens wrote:
> Hi.
>
> I notice I seem to have a 32bit VM. Or, at least, I have a 32bit OS
> installed.
>
> Does bitfolk offer 64bit VPSes? How do I get it setup?
I'm afraid only 32bit virtual machines are supported at the moment.
This is just to make life easier for us, but with the low amounts of
RAM in the typical VM they should actually be faster as 32bit for
most purposes.
Is there a particular reason that you need a 64bit install?
There's an open feature request for 64bit support here:
https://tools.bitfolk.com/redmine/issues/27
Please do log in (usual credentials) and vote it up if you'd like to
see it implemented.
I can see it happening in due course as it seems that the
architecture is a bit simpler than i386 and actually has fewer
quirks. Also VM memory footprints are getting larger.
Cheers,
Andy
--
http://bitfolk.com/ -- No-nonsense VPS hosting
On Sun, May 22, 2011 at 09:31:49AM +0000, ed wrote:
> On Sun, May 22, 2011 at 10:25:54AM +0100, Hugo Mills wrote:
> > Gaah. Ignore me. It was late, and I've been spending a lot of time
> > on the btrfs mailing list recently. This looks just like the sort of
> > problem people get on there...
>
> How do you rate btrfs compared with zfs, if you've got experience with
> the two that is...
I've not used ZFS, so I can't compare the two directly. However,
btrfs is currently less mature: we recommend having good backups
regardless of your filesystem, but we suggest that you be prepared to
use them if you're running btrfs.
That said, the latest version is pretty stable in normal use. It
supports RAID-0, -1 and -10 independently for each of data and
metadata, has independently-moutable subvolumes and copy-on-write
snapshots, and supports online resize and disk insertion and removal.
It's fully checksummed, so if it encounters corrupt data it can tell
you, *and* attempt to go and read from the other copy in your RAID-1
(or -10) array -- MD RAID-1 won't do this for you, because it doesn't
have the checksums, so it can't tell which copy is good. There's a
mode for supporting SSDs.
What's not there yet, but planned: a working fsck(*),
deduplication, a cross-filesystem replication tool like ZFS's
send/receive, RAID-5/6 (in .41, probably), hierarchical storage,
per-subvolume RAID options, changing RAID levels, encryption.
Hugo.
(*) Rumour has it that we'll get the first cut of this at the end of
the month. But we've all heard that one before.
--
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
--- Is a diversity twice as good as a university? ---
Hi,
It came to my attention yesterday that some customers were finding
our install of Cacti [1] confusing. The main problem appeared to be
that the default view upon logging in was the "Tree View", and it
wasn't obvious how to get from there to the individual graphs that
you're permitted to view.
Experienced Cacti users will know that the three buttons in the top
right corner switch between the three different graph views: "Tree",
"List" and "Preview".
The "Tree View" is what you were all seeing to begin with. "List
View" is just a textual list of links to all graphs that you're
permitted to view. "Preview View" is similar, but provides graph
thumbnails to click on.
Of these, it was suggested that "Preview View" was the most obvious,
so I have now set everyone's default view to be this. It should take
effect from your next login to Cacti.
I didn't spot anyone who had deliberately set their default view to
"Tree" or "List", but if you did, or if you just happen to prefer
the other views, you can set them as your personal default from the
"settings" tab.
If you have any problems, do let me know.
Cheers,
Andy
[1] https://tools.bitfolk.com/cacti/
--
<zts> well it turns out that there was a miscommunication: one team
thought we were meant to be hanging ourselves; the other, that
immolation was the way forward. And so we kinda accidentally
burnt our rope.
_______________________________________________
announce mailing list
announce(a)lists.bitfolk.com
https://lists.bitfolk.com/mailman/listinfo/announce
Hi
I was just wondering, as sometimes i find free ram swings from very little,
to quite alot.
Is there a way, to work out what is using ram, and how much. to see what is
sucking ram?
Thank you
PMT