imoin
Monitor your icinga or nagios instance.
什么是imoin?
imoin是由https://ewus.de开发的Chrome扩展程序,该扩展的主要功能是“Monitor your icinga or nagios instance.”。
扩展截图
下载imoin扩展crx文件
下载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:\/\/*\/" ] } |