tcpdump parameter for moniting ezcast protocol

No Comments

joechen@smokeping:~$ sudo tcpdump -n -i eth0 not tcp port “22 or 53 or 80 or 5353” and not udp port “53 or 5353” and not “arp or broadcast or ip6 or stp or multicast”

參考網頁
http://www.rationallyparanoid.com/articles/tcpdump.html

Install Zabbix in Ubuntu box

No Comments

https://thedutchlab.com/en/news/installing-zabbix-on-ubuntu-14-04

nmap 查詢 opened port 的主機

No Comments

舉例, 在 172.19.49/24 的網段裡, 在不反查的情況下, 只顯示出 port 63630 有被open的主機
nmap -n -p T:63630 -r 172.19.49.0/24 –open

Ubuntu 安裝 Smoekping(含中文字處理)

No Comments

參考網址
http://www.cnblogs.com/xwdreamer/p/3385381.html

預設是每次偵測, 只要符合 type (預設是 someloss) 就會發一次通知,
如果間隔是每分鐘做一次, 則只要還沒回復或有狀況, 就每分鐘都會發電子郵件
如果只要做一次告警, 就要在 Alert 段落裡加上 edgetrigger = yes
這樣就可以只做一次(pattern 要寫好)

MySQL 出現Table錯誤

No Comments

Issues:cacti 的某一個table損毀, 在 /var/log/mysql.log 下發現大量錯誤
透過 PHPMyAdmin查看, 發現其中一個table變成MEMORY, 非而MyISAM,

利用http://blog.longwin.com.tw/2005/11/mysql_table_repair_fix/所提到的方法, 無法解決問題

後來再利用http://stackoverflow.com/questions/10377334/the-storage-engine-for-the-table-doesnt-support-repair-innodb-or-myisam所提到的

ALTER TABLE “table_name” ENGINE=MyISAM;

就OK了

———————————–
cacti.plugin_hmib_processes | repair | note | The storage engine for the table doesn’t support repair

Smokeping on Ubuntu 14.04.3

No Comments

http://www.gattis.org/Work-and-Tech/service-monitoring-and-security/monitoring/smokeping

[可加入簡報]VR Glasses with Android

No Comments

點錯技能樹?原來 VR 技術還可以這樣使用!
http://www.app01.com.tw/paper/10097965-b8ad-4482-9d1c-bb9bd2c92ba7

[新聞] 《國外文章分享》哪個是最棒的VR裝置?
https://community.htc.com/tw/chat.php?mod=viewthread&tid=34884

Jaunt推出安卓應用,讓你現在就能看一場虛擬現實的Paul McCartney演唱會
http://www.taiwanfansclub.com/article-234111-1.html

Mozilla將虛擬現實技術應用於瀏覽器
http://www.hksilicon.com/kb/articles/645881/Mozilla

虛擬實境如何創造人性化的機器

Older Entries