Comments for continuous learning … https://continuousdevelopment.wordpress.com Today is different than yesterday, can you tell? Tue, 07 Aug 2018 19:45:02 +0000 hourly 1 http://wordpress.com/ Comment on Installing Zabbix 3.2 on AWS Ubuntu 16.04 by Jonathan Himes https://continuousdevelopment.wordpress.com/2017/05/08/installing-zabbix-on-aws-ubuntu/#comment-118 Tue, 07 Aug 2018 19:45:02 +0000 http://continuousdevelopment.wordpress.com/?p=690#comment-118 Hello, After following this it looks like my UI stops working.. I dont see any errors in the logs but this keeps repeating in the logs

Cannot adopt OID in UCD-SNMP-MIB: laLoadFloat ::= { laEntry 6 }
Cannot adopt OID in UCD-SNMP-MIB: laLoadInt ::= { laEntry 5 }
Cannot adopt OID in UCD-SNMP-MIB: laConfig ::= { laEntry 4 }
Cannot adopt OID in UCD-SNMP-MIB: laLoad ::= { laEntry 3 }
Cannot adopt OID in UCD-SNMP-MIB: laNames ::= { laEntry 2 }
Cannot adopt OID in UCD-SNMP-MIB: laIndex ::= { laEntry 1 }
16357:20180807:193822.616 server #27 started [task manager #1]
16355:20180807:193822.616 server #25 started [proxy poller #1]
16356:20180807:193822.619 server #26 started [self-monitoring #1]
16354:20180807:193822.620 server #24 started [escalator #1]

]]>
Comment on Installing Zabbix 3.2 on AWS Ubuntu 16.04 by continuousdevelopment https://continuousdevelopment.wordpress.com/2017/05/08/installing-zabbix-on-aws-ubuntu/#comment-101 Tue, 08 Aug 2017 16:40:23 +0000 http://continuousdevelopment.wordpress.com/?p=690#comment-101 In reply to sirjuh.

Thank you! I have fixed the lines, and a couple more !

]]>
Comment on Installing Zabbix 3.2 on AWS Ubuntu 16.04 by sirjuh https://continuousdevelopment.wordpress.com/2017/05/08/installing-zabbix-on-aws-ubuntu/#comment-100 Thu, 03 Aug 2017 14:41:48 +0000 http://continuousdevelopment.wordpress.com/?p=690#comment-100 Hello,

I think some commands are missing.

after wget http://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.2-1+xenial_all.deb
you need to dpkg and install…or the old 2.4 version will be installed
# dpkg -i zabbix-release_3.2-1+xenial_all.deb
# apt-get update

regards,

Julien

]]>
Comment on F# Samples by Vinay https://continuousdevelopment.wordpress.com/2010/03/20/f-samples/#comment-50 Fri, 07 Mar 2014 11:43:57 +0000 http://continuousdevelopment.wordpress.com/?p=210#comment-50 1,1,2,3,4,5,6,2,2,2,5,3,3,2,2,1,5,5,5,5,4,4,4,1,2,2,2,2,6,6,2,2,1,1,2,2

Can anyone help me to find out how many times a sequence number (like twice 2,2 or thrice 2,2,2 or four times 2,2,2,2) are repeated in any programming language?

]]>
Comment on Comments from my First Talk at ldnUG about F# by continuousdevelopment https://continuousdevelopment.wordpress.com/2010/05/14/comments-from-my-first-talk-at-ldnug-about-f/#comment-42 Sat, 18 May 2013 19:38:42 +0000 http://continuousdevelopment.wordpress.com/?p=263#comment-42 In reply to Emmett.

Hi Emmett,
It is a demanding job, and needs dedication I am afraid. I am sure it will be easier for you if you have already a habit of logging every day. Good luck, and please let me know if you start one!

]]>
Comment on Comments from my First Talk at ldnUG about F# by garden swings https://continuousdevelopment.wordpress.com/2010/05/14/comments-from-my-first-talk-at-ldnug-about-f/#comment-41 Sun, 21 Apr 2013 07:43:01 +0000 http://continuousdevelopment.wordpress.com/?p=263#comment-41 I really like what you guys are usually up too. This
sort of clever work and exposure! Keep up the wonderful works guys I’ve included you guys to blogroll.

]]>
Comment on Comments from my First Talk at ldnUG about F# by Emmett https://continuousdevelopment.wordpress.com/2010/05/14/comments-from-my-first-talk-at-ldnug-about-f/#comment-39 Wed, 17 Apr 2013 22:12:10 +0000 http://continuousdevelopment.wordpress.com/?p=263#comment-39 Hello! I know this is kind of off-topic however I had to ask.
Does managing a well-established blog like yours require a large
amount of work? I am brand new to operating a blog however I
do write in my diary every day. I’d like to start a blog so I will be able to share my experience and feelings online. Please let me know if you have any recommendations or tips for new aspiring bloggers. Appreciate it!

]]>
Comment on F# vs C# Samples by Yusuf Motara https://continuousdevelopment.wordpress.com/2010/05/13/f-vs-c-samples/#comment-20 Mon, 17 May 2010 08:11:56 +0000 http://continuousdevelopment.wordpress.com/?p=230#comment-20 Try:

let lessThanFive = List.filter ((>=) 5) >> List.iter (printfn “%d”)
lessThanFive [1..9]

and

let dir = Directory.GetFiles >> Array.iter (printfn “%s”)
dir “c:\\”

I find it a bit more succinct and readable. For the first one, I’d have used Seq instead of List, since that’s more generalisable and you’re only going forward in any case.

]]>
Comment on A couple of questions left by Comments from my First Talk at ldnUG about F# « Updates from a continuous developer https://continuousdevelopment.wordpress.com/2010/05/15/a-couple-of-questions-left/#comment-19 Sat, 15 May 2010 16:01:19 +0000 http://continuousdevelopment.wordpress.com/?p=269#comment-19 […] the presentation, there is a high probability that, you will forget to tell “I will post the answers to my blog as soon as possible” as I forgot. If you have anything you want to add, please […]

]]>
Comment on F# vs C# Samples by Tweets that mention F# vs C# Samples « Updates from a continuous developer -- Topsy.com https://continuousdevelopment.wordpress.com/2010/05/13/f-vs-c-samples/#comment-18 Sat, 15 May 2010 13:16:55 +0000 http://continuousdevelopment.wordpress.com/?p=230#comment-18 […] This post was mentioned on Twitter by dmohl. dmohl said: "F# vs C# Samples" by @ebrucucen http://bit.ly/atveI8 #fsharp […]

]]>