imoin
Monitor your icinga or nagios instance.
imoin란 무엇입니까?
imoin은(는) https://ewus.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor your icinga or nagios instance."입니다.
확장 프로그램 스크린샷
imoin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/" ] } |