imoin
Monitor your icinga or nagios instance.
imoinคืออะไร?
imoin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ewus.de และคุณลักษณะหลักของมันคือ "Monitor your icinga or nagios instance."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย imoin
ดาวน์โหลดไฟล์ส่วนขยาย imoin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See the status of your Icinga or Nagios instance at a glance in your browser. This add-on needs an Icinga or Nagios server to query. Multiple servers are supported. A nice toolbar icon summarizes the state of all monitored hosts and services. Clicking the icon opens a panel with details for errors and warnings, all hosts and all services.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | imoin |
ID | ipahifophldbejeoheadbfhdcaemidob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/imoin/ipahifophldbejeoheadbfhdcaemidob |
คำอธิบาย | Monitor your icinga or nagios instance. |
ขนาดไฟล์ | 92.78 KB |
จำนวนการติดตั้ง | 496 |
เวอร์ชันปัจจุบัน | 24.0.0 |
อัปเดตครั้งล่าสุด | 2018-08-29 |
วันที่เผยแพร่ | 2018-08-29 |
ผู้พัฒนา | https://ewus.de |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ErikWegner/imoin |
URL หน้าช่วยเหลือ | https://github.com/ErikWegner/imoin/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imoin", "version": "24.0.0", "description": "Monitor your icinga or nagios instance.", "author": "Erik Wegner", "homepage_url": "https:\/\/imoin.qwirl.eu\/", "icons": { "48": "icons\/icon-48.png" }, "background": { "scripts": [ "bundle.js" ] }, "browser_action": { "browser_style": false, "default_popup": "html\/panel.html", "default_title": "imoin", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" } }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "permissions": [ "alarms", "storage", "https:\/\/*\/", "http:\/\/*\/" ] } |