@admin_programini/n8n-nodes-monitorix360 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +19 -19
- package/README.md +132 -132
- package/dist/nodes/Monitorix360/monitorix360.dark.svg +907 -907
- package/dist/nodes/Monitorix360/monitorix360.svg +907 -907
- package/dist/package.json +8 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +56 -52
package/LICENSE.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
Copyright 2022 n8n
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
5
|
-
the Software without restriction, including without limitation the rights to
|
|
6
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
7
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
8
|
-
so, subject to the following conditions:
|
|
9
|
-
|
|
10
|
-
The above copyright notice and this permission notice shall be included in all
|
|
11
|
-
copies or substantial portions of the Software.
|
|
12
|
-
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19
|
-
SOFTWARE.
|
|
1
|
+
Copyright 2022 n8n
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
5
|
+
the Software without restriction, including without limitation the rights to
|
|
6
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
7
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
8
|
+
so, subject to the following conditions:
|
|
9
|
+
|
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11
|
+
copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,132 +1,132 @@
|
|
|
1
|
-
# n8n-nodes-monitorix360
|
|
2
|
-
|
|
3
|
-
[n8n](https://n8n.io/) community nodes for **Monitorix360** — manage teams, websites, servers, reports, SLA, usage, and notifications via the Monitorix integration API (same style of credentials as the Monitorix360 Zapier app).
|
|
4
|
-
|
|
5
|
-
[Installation](#installation) · [Nodes](#nodes) · [Credentials](#credentials) · [Development](#development) · [Publishing](#publish-to-npm) · [License](#license)
|
|
6
|
-
|
|
7
|
-
## Installation
|
|
8
|
-
|
|
9
|
-
Install as a [community node](https://docs.n8n.io/integrations/community-nodes/installation/) from npm:
|
|
10
|
-
|
|
11
|
-
- Package name:
|
|
12
|
-
|
|
13
|
-
In the n8n UI: **Settings → Community nodes → Install** and enter the package name, or follow the CLI/docker instructions in the n8n docs for your deployment.
|
|
14
|
-
|
|
15
|
-
## Nodes
|
|
16
|
-
|
|
17
|
-
This package includes two community nodes:
|
|
18
|
-
|
|
19
|
-
| Node | Purpose |
|
|
20
|
-
| ---- | ------- |
|
|
21
|
-
| **Monitorix 360** | Full integration API — teams, websites, servers, reports, SLA, alerts, webhooks, and more. |
|
|
22
|
-
| **Monitorix 360 Ping** | Heartbeat pings for monitored tasks (`start`, `success`, `fail`). |
|
|
23
|
-
|
|
24
|
-
## Credentials
|
|
25
|
-
|
|
26
|
-
### Monitorix360 Integration API
|
|
27
|
-
|
|
28
|
-
Used by the **Monitorix 360** node.
|
|
29
|
-
|
|
30
|
-
| Field | Description |
|
|
31
|
-
| ----- | ----------- |
|
|
32
|
-
| **Base URL** | Root URL of your Monitorix API instance (no trailing slash). |
|
|
33
|
-
| **API Key** | Integration API key; sent as `Authorization: Monitorix-Integration {key}`. |
|
|
34
|
-
|
|
35
|
-
Use **Test** to call `GET /users/profile` and verify the key and URL.
|
|
36
|
-
|
|
37
|
-
### Monitorix360 Ping API
|
|
38
|
-
|
|
39
|
-
Used by the **Monitorix 360 Ping** node.
|
|
40
|
-
|
|
41
|
-
| Field | Description |
|
|
42
|
-
| ----- | ----------- |
|
|
43
|
-
| **Base URL** | Root URL of your Monitorix API instance (no trailing slash). |
|
|
44
|
-
| **Ping Secret** | Optional value sent as `X-Monitorix-Ping-Secret` when the monitored task requires ping authentication. |
|
|
45
|
-
|
|
46
|
-
## Operations
|
|
47
|
-
|
|
48
|
-
### Monitorix 360
|
|
49
|
-
|
|
50
|
-
Configure **Resource** and **Operation** in the node panel. Available resources:
|
|
51
|
-
|
|
52
|
-
- **Alert** — list and manage alerts
|
|
53
|
-
- **Expiring Secret** — list expiring secrets
|
|
54
|
-
- **Monitored Task** — list monitored tasks
|
|
55
|
-
- **Notification** — list notifications
|
|
56
|
-
- **Server** — CRUD and list servers
|
|
57
|
-
- **Server Report** — generate and download server reports (PDF)
|
|
58
|
-
- **Server SLA** — SLA configurations and breach reports
|
|
59
|
-
- **Server Usage** — server usage metrics
|
|
60
|
-
- **Team** — list teams
|
|
61
|
-
- **Team Task** — list team tasks
|
|
62
|
-
- **User Preference** — read user preferences
|
|
63
|
-
- **Webhook** — list and manage webhooks
|
|
64
|
-
- **Website** — CRUD and list websites
|
|
65
|
-
- **Website Report** — generate and download website reports (PDF)
|
|
66
|
-
- **Website SLA** — SLA configurations and breach reports
|
|
67
|
-
|
|
68
|
-
Many list operations support **Gridify**-style query parameters (filter, sort, page) when enabled on the operation.
|
|
69
|
-
|
|
70
|
-
### Monitorix 360 Ping
|
|
71
|
-
|
|
72
|
-
Send heartbeat pings for a monitored task using its **Ping Token**:
|
|
73
|
-
|
|
74
|
-
| Operation | Endpoint |
|
|
75
|
-
| --------- | -------- |
|
|
76
|
-
| **Start** | `POST` or `GET` `/ping/{token}/start` |
|
|
77
|
-
| **Success** | `POST` or `GET` `/ping/{token}/success` |
|
|
78
|
-
| **Fail** | `POST` or `GET` `/ping/{token}/fail` |
|
|
79
|
-
|
|
80
|
-
`POST` is recommended. You can optionally attach a JSON object or array body (max 4 KB) on `POST` requests.
|
|
81
|
-
|
|
82
|
-
## Compatibility
|
|
83
|
-
|
|
84
|
-
- Intended for current n8n community node requirements (`n8nNodesApiVersion` 1).
|
|
85
|
-
- Requires a running Monitorix Web API that supports the integration endpoints used by this package.
|
|
86
|
-
|
|
87
|
-
## Development
|
|
88
|
-
|
|
89
|
-
Prerequisites: Node.js (LTS recommended) and npm.
|
|
90
|
-
|
|
91
|
-
```bash
|
|
92
|
-
npm install
|
|
93
|
-
npm run dev
|
|
94
|
-
```
|
|
95
|
-
|
|
96
|
-
Other scripts:
|
|
97
|
-
|
|
98
|
-
| Script | Description |
|
|
99
|
-
| ---------------- | ------------------ |
|
|
100
|
-
| `npm run build` | Production build to `dist/` |
|
|
101
|
-
| `npm run lint` | Lint |
|
|
102
|
-
| `npm run lint:fix` | Lint with fixes |
|
|
103
|
-
| `npm run release` | Version bump, tag, push (triggers publish workflow) |
|
|
104
|
-
|
|
105
|
-
## Publish to npm
|
|
106
|
-
|
|
107
|
-
Publishing runs from [`.github/workflows/publish.yml`](.github/workflows/publish.yml) on version tags, with npm provenance (required for n8n community nodes from May 1, 2026).
|
|
108
|
-
|
|
109
|
-
### One-time setup
|
|
110
|
-
|
|
111
|
-
In [npmjs.com](https://www.npmjs.com) package settings → **Publish access → Trusted Publishers**, add:
|
|
112
|
-
|
|
113
|
-
- **Repository owner**: `vmagprogramini` (or your GitHub user/org)
|
|
114
|
-
- **Repository name**: `n8n-nodes-monitorix360`
|
|
115
|
-
- **Workflow name**: `publish.yml`
|
|
116
|
-
|
|
117
|
-
You can omit `NPM_TOKEN` if you use trusted publishing (OIDC). Alternatively, set an npm granular token as the `NPM_TOKEN` repository secret; see comments in `publish.yml`.
|
|
118
|
-
|
|
119
|
-
### Release
|
|
120
|
-
|
|
121
|
-
```bash
|
|
122
|
-
npm run release
|
|
123
|
-
```
|
|
124
|
-
|
|
125
|
-
## Resources
|
|
126
|
-
|
|
127
|
-
- [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
|
|
128
|
-
- [This repository](https://github.com/vmagprogramini/n8n-nodes-monitorix360)
|
|
129
|
-
|
|
130
|
-
## License
|
|
131
|
-
|
|
132
|
-
[MIT](LICENSE.md)
|
|
1
|
+
# n8n-nodes-monitorix360
|
|
2
|
+
|
|
3
|
+
[n8n](https://n8n.io/) community nodes for **Monitorix360** — manage teams, websites, servers, reports, SLA, usage, and notifications via the Monitorix integration API (same style of credentials as the Monitorix360 Zapier app).
|
|
4
|
+
|
|
5
|
+
[Installation](#installation) · [Nodes](#nodes) · [Credentials](#credentials) · [Development](#development) · [Publishing](#publish-to-npm) · [License](#license)
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
Install as a [community node](https://docs.n8n.io/integrations/community-nodes/installation/) from npm:
|
|
10
|
+
|
|
11
|
+
- Package name: `@admin_programini/n8n-nodes-monitorix360`
|
|
12
|
+
|
|
13
|
+
In the n8n UI: **Settings → Community nodes → Install** and enter the package name, or follow the CLI/docker instructions in the n8n docs for your deployment.
|
|
14
|
+
|
|
15
|
+
## Nodes
|
|
16
|
+
|
|
17
|
+
This package includes two community nodes:
|
|
18
|
+
|
|
19
|
+
| Node | Purpose |
|
|
20
|
+
| ---- | ------- |
|
|
21
|
+
| **Monitorix 360** | Full integration API — teams, websites, servers, reports, SLA, alerts, webhooks, and more. |
|
|
22
|
+
| **Monitorix 360 Ping** | Heartbeat pings for monitored tasks (`start`, `success`, `fail`). |
|
|
23
|
+
|
|
24
|
+
## Credentials
|
|
25
|
+
|
|
26
|
+
### Monitorix360 Integration API
|
|
27
|
+
|
|
28
|
+
Used by the **Monitorix 360** node.
|
|
29
|
+
|
|
30
|
+
| Field | Description |
|
|
31
|
+
| ----- | ----------- |
|
|
32
|
+
| **Base URL** | Root URL of your Monitorix API instance (no trailing slash). |
|
|
33
|
+
| **API Key** | Integration API key; sent as `Authorization: Monitorix-Integration {key}`. |
|
|
34
|
+
|
|
35
|
+
Use **Test** to call `GET /users/profile` and verify the key and URL.
|
|
36
|
+
|
|
37
|
+
### Monitorix360 Ping API
|
|
38
|
+
|
|
39
|
+
Used by the **Monitorix 360 Ping** node.
|
|
40
|
+
|
|
41
|
+
| Field | Description |
|
|
42
|
+
| ----- | ----------- |
|
|
43
|
+
| **Base URL** | Root URL of your Monitorix API instance (no trailing slash). |
|
|
44
|
+
| **Ping Secret** | Optional value sent as `X-Monitorix-Ping-Secret` when the monitored task requires ping authentication. |
|
|
45
|
+
|
|
46
|
+
## Operations
|
|
47
|
+
|
|
48
|
+
### Monitorix 360
|
|
49
|
+
|
|
50
|
+
Configure **Resource** and **Operation** in the node panel. Available resources:
|
|
51
|
+
|
|
52
|
+
- **Alert** — list and manage alerts
|
|
53
|
+
- **Expiring Secret** — list expiring secrets
|
|
54
|
+
- **Monitored Task** — list monitored tasks
|
|
55
|
+
- **Notification** — list notifications
|
|
56
|
+
- **Server** — CRUD and list servers
|
|
57
|
+
- **Server Report** — generate and download server reports (PDF)
|
|
58
|
+
- **Server SLA** — SLA configurations and breach reports
|
|
59
|
+
- **Server Usage** — server usage metrics
|
|
60
|
+
- **Team** — list teams
|
|
61
|
+
- **Team Task** — list team tasks
|
|
62
|
+
- **User Preference** — read user preferences
|
|
63
|
+
- **Webhook** — list and manage webhooks
|
|
64
|
+
- **Website** — CRUD and list websites
|
|
65
|
+
- **Website Report** — generate and download website reports (PDF)
|
|
66
|
+
- **Website SLA** — SLA configurations and breach reports
|
|
67
|
+
|
|
68
|
+
Many list operations support **Gridify**-style query parameters (filter, sort, page) when enabled on the operation.
|
|
69
|
+
|
|
70
|
+
### Monitorix 360 Ping
|
|
71
|
+
|
|
72
|
+
Send heartbeat pings for a monitored task using its **Ping Token**:
|
|
73
|
+
|
|
74
|
+
| Operation | Endpoint |
|
|
75
|
+
| --------- | -------- |
|
|
76
|
+
| **Start** | `POST` or `GET` `/ping/{token}/start` |
|
|
77
|
+
| **Success** | `POST` or `GET` `/ping/{token}/success` |
|
|
78
|
+
| **Fail** | `POST` or `GET` `/ping/{token}/fail` |
|
|
79
|
+
|
|
80
|
+
`POST` is recommended. You can optionally attach a JSON object or array body (max 4 KB) on `POST` requests.
|
|
81
|
+
|
|
82
|
+
## Compatibility
|
|
83
|
+
|
|
84
|
+
- Intended for current n8n community node requirements (`n8nNodesApiVersion` 1).
|
|
85
|
+
- Requires a running Monitorix Web API that supports the integration endpoints used by this package.
|
|
86
|
+
|
|
87
|
+
## Development
|
|
88
|
+
|
|
89
|
+
Prerequisites: Node.js (LTS recommended) and npm.
|
|
90
|
+
|
|
91
|
+
```bash
|
|
92
|
+
npm install
|
|
93
|
+
npm run dev
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
Other scripts:
|
|
97
|
+
|
|
98
|
+
| Script | Description |
|
|
99
|
+
| ---------------- | ------------------ |
|
|
100
|
+
| `npm run build` | Production build to `dist/` |
|
|
101
|
+
| `npm run lint` | Lint |
|
|
102
|
+
| `npm run lint:fix` | Lint with fixes |
|
|
103
|
+
| `npm run release` | Version bump, tag, push (triggers publish workflow) |
|
|
104
|
+
|
|
105
|
+
## Publish to npm
|
|
106
|
+
|
|
107
|
+
Publishing runs from [`.github/workflows/publish.yml`](.github/workflows/publish.yml) on version tags, with npm provenance (required for n8n community nodes from May 1, 2026).
|
|
108
|
+
|
|
109
|
+
### One-time setup
|
|
110
|
+
|
|
111
|
+
In [npmjs.com](https://www.npmjs.com) package settings → **Publish access → Trusted Publishers**, add:
|
|
112
|
+
|
|
113
|
+
- **Repository owner**: `vmagprogramini` (or your GitHub user/org)
|
|
114
|
+
- **Repository name**: `n8n-nodes-monitorix360`
|
|
115
|
+
- **Workflow name**: `publish.yml`
|
|
116
|
+
|
|
117
|
+
You can omit `NPM_TOKEN` if you use trusted publishing (OIDC). Alternatively, set an npm granular token as the `NPM_TOKEN` repository secret; see comments in `publish.yml`.
|
|
118
|
+
|
|
119
|
+
### Release
|
|
120
|
+
|
|
121
|
+
```bash
|
|
122
|
+
npm run release
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
## Resources
|
|
126
|
+
|
|
127
|
+
- [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
|
|
128
|
+
- [This repository](https://github.com/vmagprogramini/n8n-nodes-monitorix360)
|
|
129
|
+
|
|
130
|
+
## License
|
|
131
|
+
|
|
132
|
+
[MIT](LICENSE.md)
|