[系統] 資產管理 OCS Inventory NG

No Comments

http://vicchen39.pixnet.net/blog/post/22845767-%E9%83%A8%E7%BD%B2ocs-ng-inventory%E8%B3%87%E7%94%A2%E7%AE%A1%E7%90%86%E8%BB%9F%E9%AB%94

the weathermap for cacti plugin

No Comments

http://www.network-weathermap.com/manual/latest/pages/cacti-plugin.html

[媒體雲] 华为媒体云解决方案 PDF 連結

No Comments

http://www.google.com.tw/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHMQFjAG&url=http%3A%2F%2Fenterprise.huawei.com%2Filink%2Fcnenterprise%2Fdownload%2FHW_126663&ei=VzC9T6LpN6namAX5-ok-&usg=AFQjCNFTY7UOzS0CO14YiU9JRGJMavZnZw

 

或是

http://www.cloudguide.com.cn/view_1048.html

[轉載] 中華電信進軍私有雲設備市場,年底推整櫃式虛擬化設備

No Comments

REF: http://www.ithome.com.tw/itadm/article.php?c=73692

 

中華電信進軍私有雲設備市場,年底推整櫃式虛擬化設備

文/曾筱媛 (記者) 2012-05-14
中華電信將與實體設廠商合作在今年底前推出客製化的機櫃型資料中心,讓企業可自選不同實體設備廠商的產品和虛擬化平臺,並搭配中華電信的動態資源配置軟體Virtualoso,建立企業自有環境的私有雲。

中華電信將與臺灣伺服器、儲存、網路等實體設廠商合作,在今年底前推出客製化的機櫃型資料中心,讓企業可自選不同實體設備廠商的產品和虛擬化平臺,並搭配 中華電信自主開發的動態資源配置軟體Virtualoso,動態移動虛擬機器所在的實體伺服器位置,以建立企業自有環境的私有雲。

中華電信網路維運技術研究室主任梁冠雄表示,Virtualoso包含虛擬機器動態配置、網路資源、儲存資源、備份等四大功能模組,企業可透過管理軟體來檢視資料中心內的可用虛擬或實體資源。

此外,梁冠雄表示,Virtualoso除了內建的基本功能之外,企業也可依照所選用的實體設備,讓Virtualoso客製介接不同實體設備廠商所提供 的管理軟體。例如目前中華電信已和英特爾合作,將英特爾的Node Manager節點管理、Data Center Manager等機房管理平臺的管理資訊整合在Virtualoso顯示,企業就可進一步透過單一介面監控每個伺服器的電能瓦數使用量、伺服器出風口溫度 等資訊。

Virtualoso目前已在中華電信自有測試機房使用,而商業化版本預計在今年年底前,配合中華電信機櫃式資料中心產品同步上市。梁冠雄表示,如企業有 備份需求,也可選用中華電信HiCloud公有雲產品,將機櫃資料透過Virtualoso備份機制同步備份至HiCloud公有雲空間。文⊙曾筱媛

Fedora 16 安裝 FFMpeg

No Comments

ref: http://forums.fedoraforum.org/showthread.php?t=230717

1.

rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

2. yum update

3. yum install ffmpeg

4. install mp3lame

Install Howto

  1. Download the latest atrpms-repo rpm from
    http://dl.atrpms.net/f16-i386/atrpms/stable/
  2. Install atrpms-repo rpm:
    # rpm -Uvh atrpms-repo*rpm
  3. Install lame-devel rpm package:
    # yum install lame-devel

 

Install Nagios 3.3.1 in centos 6.x

No Comments

Nagios.cmd的報錯處理
http://renren.it/a/caozuoxitong/OS/20111024/135547.html

REF:
http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html

相關參考:
http://xfalcons.blogspot.com/2011/03/nagios-ndo2db-cacti-npc.html
http://tonykorn97.itpub.net/post/6414/306212
http://goodfifagun.pixnet.net/blog/post/20470542-mrtg%E3%80%81cacti%E3%80%81nagios

0. add a news user (不然會無法過 make install)
useradd nagios -m

1. wget http://downloads.sourceforge.net/project/nagios/nagios-3.x/nagios-3.3.1/nagios-3.3.1.tar.gz?r=http%3A%2F%2Fwww.nagios.org%2Fdownload%2Fcore%2Fthanks%2F&ts=1331888599&use_mirror=nchc

2. ./configure

*** Configuration summary for nagios 3.3.1 07-25-2011 ***:

 General Options:
 -------------------------
        Nagios executable:  nagios
        Nagios user/group:  nagios,nagios
       Command user/group:  nagios,nagios
            Embedded Perl:  no
             Event Broker:  yes
        Install ${prefix}:  /usr/local/nagios
                Lock file:  ${prefix}/var/nagios.lock
   Check result directory:  ${prefix}/var/spool/checkresults
           Init directory:  /etc/rc.d/init.d
  Apache conf.d directory:  /etc/httpd/conf.d
             Mail program:  /bin/mail
                  Host OS:  linux-gnu

 Web Interface Options:
 ------------------------
                 HTML URL:  http://localhost/nagios/
                  CGI URL:  http://localhost/nagios/cgi-bin/
 Traceroute (used by WAP):  /bin/traceroute

Review the options above for accuracy.  If they look okay,
type 'make all' to compile the main program and CGIs.

3. make all

*** Compile finished ***

If the main program and CGIs compiled without any errors, you
can continue with installing Nagios as follows (type 'make'
without any arguments for a list of all possible options):

  make install
     - This installs the main program, CGIs, and HTML files

  make install-init
     - This installs the init script in /etc/rc.d/init.d

  make install-commandmode
     - This installs and configures permissions on the
       directory for holding the external command file

  make install-config
     - This installs *SAMPLE* config files in /usr/local/nagios/etc
       You'll have to modify these sample files before you can
       use Nagios.  Read the HTML documentation for more info
       on doing this.  Pay particular attention to the docs on
       object configuration files, as they determine what/how
       things get monitored!

  make install-webconf
     - This installs the Apache config file for the Nagios
       web interface

  make install-exfoliation
     - This installs the Exfoliation theme for the Nagios
       web interface

  make install-classicui
     - This installs the classic theme for the Nagios
       web interface

*** Support Notes *******************************************

If you have questions about configuring or running Nagios,
please make sure that you:

     - Look at the sample config files
     - Read the documentation on the Nagios Library at:
           http://library.nagios.com

before you post a question to one of the mailing lists.
Also make sure to include pertinent information that could
help others help you.  This might include:

     - What version of Nagios you are using
     - What version of the plugins you are using
     - Relevant snippets from your config files
     - Relevant error messages from the Nagios log file

For more information on obtaining support for Nagios, visit:

       http://support.nagios.com

*************************************************************

Enjoy.

4. make install

*** Main program, CGIs and HTML files installed ***

You can continue with installing Nagios as follows (type 'make'
without any arguments for a list of all possible options):

  make install-init
     - This installs the init script in /etc/rc.d/init.d

  make install-commandmode
     - This installs and configures permissions on the
       directory for holding the external command file

  make install-config
     - This installs sample config files in /usr/local/nagios/etc

make[1]: Leaving directory `/root/nagios'

5. wget http://prdownloads.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.15.tar.gz

6. tar zxvf nagios-plugins-1.4.15.tar.gz

7. ./configure ; make all ; make install

8. cd /usr/local/nagios

9. mkdir etc ; cp -aR /nagios-sorce-dir/sample-config/  /usr/local/nagios/etc

 

10. wget http://assets.nagios.com/downloads/exchange/nagiosvshell/vshell.tar.gz

11. tar zxvf vshell.tar.gz

12.

[轉載][釋疑] Conference Journal Transactions

No Comments

出處: ptt.cc
作者: gamer () 看板: Master_D
標題: Re: [請益] 關於會議跟論文期刊的分別? 有老手能解 …
時間: Sun Jan  9 17:41:43 2011

  比較廣泛的分類可以是這樣:

※ 引述《topee (eason)》之銘言:
: IEEE目前找過的會議代表的類型:
: Conference
: Symposium
: Meeting
: Workshop

  conference是指在一個特定主題下,包含許多不同副主題
的會議形式,參與人數多,收錄文章也較廣泛。workshop與之
相比則比較類似特殊團體的針對某一題目舉辦的會議,人數較
少,與會的成員也局限於團體的會員。

    symposium的話,主題則較conf.更為狹義,成員通常也更
為專業,規模則較小。

    meeting的話就是比較廣泛的指稱,規模可大可小,話題限
制也比較沒有嚴格的規範。

: 期刊:
: Journal
: Transactions
: Letters
: 想問一下每個會議與期刊的意義不同在哪裡?
: 感謝~

  Letters類似是「快報」,性質具即時性,形式上和內容
上的要求則較不嚴謹。

    Transactions則不同,通常是針對特定專門科目,題目可
新可舊,並有嚴格的形式和內容規範。

    Journal則介於兩者之間,形式規範較Letters嚴格,但內容
則不像Transactions限制較多。

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.136.66.13
推 topee:感謝妳^^                                                  01/09 19:29
→ topee:像這Workshop 工作室的類型是什麼?                          01/09 19:29
推 FSGuitar:在不同領域  被重視的程度也常常不同                     01/10 12:55
推 uka123ily:workshop 用的地方可多了                               01/10 12:57
推 gorhow:Letters 是哪要求不嚴謹了 只是差在成果的立即性            01/10 22:34
→ gamer:痾,我的意思是相較於另兩者而言,不是說它不嚴謹。          01/10 23:32
→ howshou:Transactions  = Journal , 出版社用不同的字而已。        01/20 04:09
→ howshou:不過其他都說得蠻完整的。

Older Entries Newer Entries

Share via
Copy link