詳細検索

zabbix


AWS Utilization Seminar "For those who are hesitant to use AWS"
Tips
November 9, 2015

AWS Utilization Seminar "For those who are hesitant to use AWS"

On October 23, 2015, we took the stage at the "Seminar on the Thorough Utilization of AWS for Companies" hosted by ITMEDIA. We will deliver it as content on this blog so that we can tell those who did not come to the seminar on the day. **For those who are hesitant to use AWS** ISAO infra R&D Project Leader Rikiya Katakai >...

Zabbix graph corrects Japanese garbled words
Tips
May 1, 2015
1分で読めます

Zabbix graph corrects Japanese garbled words

Good morning. This is Infra Miyashita. The graph settings of zabbix are not displayed in Japanese by default. *This is when the item name is in Japanese. The operating environment looks like this. OS: CentOS release 6.5 (Final) Version: zabbix-server-2.2.3 If you look at the graphs created in "Monitoring Data" → "Graphs", the Japanese part becomes □ as shown below. ...

【AWS】 Use CloudWatch to check the resource status of your EC2 instance
Tips
January 26, 2015
2分で読めます

【AWS】 Use CloudWatch to check the resource status of your EC2 instance

Nice to meet you, this is Shirakawa, the director. AWS allows you to use various services from the GUI, so it's very kind to me as a director. Now, in order to operate web services, it is essential to monitor the operation status of the infrastructure. In addition to monitoring the life and death of the device itself, it is necessary to constantly monitor the usage of resources such as memory, CPU, and disk, and take appropriate measures according to the load situation. ...

Write recipes for existing steps in Chef5 (munin, zabbix)
Tips
July 31, 2013
4分で読めます

Write recipes for existing steps in Chef5 (munin, zabbix)

Thank you. This is Komiya. Continuing from the previous article, we will introduce the recipe for the procedure of munin, zabbix. That's all for this article. At the end of the article we will describe how to apply the recipe. ・Munin's recipe ''' filename = "munin-node-rpm.tar" cookbook_file "/tmp/#{filename}" do source "rpms/#{filename}"...