Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/media/mantisbt?at=release/7.4

This guide describes how to integrate your Zabbix installation with MantisBT issues using Zabbix webhook feature. This guide will provide instructions on setting up a media type, a user and an action in Zabbix.
MantisBT 2.22
Zabbix version: 7.4 and higher.
After importing the webhook, you can configure it using webhook parameters.
The configurable parameters are intended to be changed according to the webhook setup as well as the user's preferences and environment.
| Name | Value | Description |
|---|---|---|
| mantisbt_category | [All Projects] General | Category of the issues to be created. |
| mantisbt_token | <PLACE MANTISBT TOKEN> | MantisBT access token. |
| mantisbt_url | <PLACE MANTISBT URL> | MantisBT URL address. |
| mantisbt_use_zabbix_tags | true | Sets whether Zabbix tags should be assigned to the issues. |
| tls_verify | {$HTTP.TLS.VERIFY:"MantisBT"} | TLS certificate verification for HTTP requests: "none" - disabled, "peer" - verify the certificate chain and expiration, "full" - full verification. Any other value enables full verification. To override the setting for this media type only, define the global macro with the context "MantisBT", e.g. {$HTTP.TLS.VERIFY:"MantisBT"}. |
| zabbix_url | {$ZABBIX.URL} | Current Zabbix URL. |
Internal parameters are reserved for predefined macros that are not meant to be changed.
| Name | Value | Description |
|---|---|---|
| alert_message | {ALERT.MESSAGE} | 'Default message' value from action configuration. |
| alert_sendto | {ALERT.SENDTO} | 'Send to' value from user media configuration. |
| alert_subject | {ALERT.SUBJECT} | 'Default subject' value from action configuration. |
| event_id | {EVENT.ID} | Numeric ID of the event that triggered an action. |
| event_nseverity | {EVENT.NSEVERITY} | Numeric value of the event severity. Possible values: 0 - Not classified, 1 - Information, 2 - Warning, 3 - Average, 4 - High, 5 - Disaster. |
| event_recovery_value | {EVENT.RECOVERY.VALUE} | Numeric value of the recovery event. |
| event_source | {EVENT.SOURCE} | Numeric value of the event source. Possible values: 0 - Trigger, 1 - Discovery, 2 - Autoregistration, 3 - Internal, 4 - Service. |
| event_tagsjson | {EVENT.TAGSJSON} | A JSON array containing event tag objects. Expanded to an empty array if no tags exist. |
| event_update_action | {EVENT.UPDATE.ACTION} | Human-readable name of the action(s) performed during a problem update. |
| event_update_message | {EVENT.UPDATE.MESSAGE} | Problem update message. |
| event_update_status | {EVENT.UPDATE.STATUS} | Numeric value of the problem update status. Possible values: 0 - Webhook was called because of problem/recovery event, 1 - Update operation. |
| event_value | {EVENT.VALUE} | Numeric value of the event that triggered an action (1 for problem, 0 for recovering). |
| mantisbt_issue_number | {EVENT.TAGS.__zbx_mantisbt_issue_number} | MantisBT issue number. |
| trigger_id | {TRIGGER.ID} | Numeric ID of the trigger of this action. |
Please be aware that each webhook supports an HTTP proxy. To use this feature, add a new media type parameter with the name
http_proxyand set its value to the proxy URL.
1. Create or use an existing project for creating issues.
2. Create or use an existing user in MantisBT with the permission to create issues in the desired project. You can check the instruction how to do it.
3. Create an access token according to the original instruction.
4. Copy the access token to use it in Zabbix.
MantisBT media type must be configured in Zabbix, which will invoke the webhook to send alerts to MantisBT issues through MantisBT Rest API.
1. Import MantisBT media type from media_mantisbt.yaml file.
2. Change values of the following parameters in the imported media:
3. Create a user and add MantisBT media type to it. Use your MantisBT project name in the "Send to" field.
4. Set up a global macro {$ZABBIX.URL} with the current Zabbix URL. Please note that HTTPS will be used by default if HTTP/HTTPS schema is not present in the URL.
For more information, please see Zabbix and MantisBT documentation.
Please report any issues with the media type at https://support.zabbix.com.
You can also provide feedback, discuss the media type, or ask for help at ZABBIX forums.
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/media/mantisbt?at=release/7.2

This guide describes how to integrate your Zabbix installation with MantisBT issues using Zabbix webhook feature. This guide will provide instructions on setting up a media type, a user and an action in Zabbix.
1. Create or use an existing project for creating issues.
2. Create or use an existing user in MantisBT with the permission to create issues in the desired project. You can check the instruction how to do it.
3. Create an access token according to the original instruction.
4. Copy the access token to use it in Zabbix.
MantisBT media type must be configured in Zabbix, which will invoke the webhook to send alerts to MantisBT issues through MantisBT Rest API.
1. Import MantisBT media type from media_mantisbt.yaml file.
2. Change values of the following parameters in the imported media:
3. Create a user and add MantisBT media type to it. Use your MantisBT project name in the "Send to" field.
4. Set up a global macro {$ZABBIX.URL} with the current Zabbix URL. Please note that HTTPS will be used by default if HTTP/HTTPS schema is not present in the URL.
For more information, please see Zabbix and MantisBT documentation.
Zabbix 7.0, MantisBT 2.22
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/media/mantisbt?at=release/7.0

This guide describes how to integrate your Zabbix installation with MantisBT issues using Zabbix webhook feature. This guide will provide instructions on setting up a media type, a user and an action in Zabbix.
MantisBT 2.22
Zabbix version: 7.0 and higher.
After importing the webhook, you can configure it using webhook parameters.
The configurable parameters are intended to be changed according to the webhook setup as well as the user's preferences and environment.
| Name | Value | Description |
|---|---|---|
| mantisbt_category | [All Projects] General | Category of the issues to be created. |
| mantisbt_token | <PLACE MANTISBT TOKEN> | MantisBT access token. |
| mantisbt_url | <PLACE MANTISBT URL> | MantisBT URL address. |
| mantisbt_use_zabbix_tags | true | Sets whether Zabbix tags should be assigned to the issues. |
| tls_verify | {$HTTP.TLS.VERIFY:"MantisBT"} | TLS certificate verification for HTTP requests: "none" - disabled, "peer" - verify the certificate chain and expiration, "full" - full verification. Any other value enables full verification. To override the setting for this media type only, define the global macro with the context "MantisBT", e.g. {$HTTP.TLS.VERIFY:"MantisBT"}. |
| zabbix_url | {$ZABBIX.URL} | Current Zabbix URL. |
Internal parameters are reserved for predefined macros that are not meant to be changed.
| Name | Value | Description |
|---|---|---|
| alert_message | {ALERT.MESSAGE} | 'Default message' value from action configuration. |
| alert_sendto | {ALERT.SENDTO} | 'Send to' value from user media configuration. |
| alert_subject | {ALERT.SUBJECT} | 'Default subject' value from action configuration. |
| event_id | {EVENT.ID} | Numeric ID of the event that triggered an action. |
| event_nseverity | {EVENT.NSEVERITY} | Numeric value of the event severity. Possible values: 0 - Not classified, 1 - Information, 2 - Warning, 3 - Average, 4 - High, 5 - Disaster. |
| event_recovery_value | {EVENT.RECOVERY.VALUE} | Numeric value of the recovery event. |
| event_source | {EVENT.SOURCE} | Numeric value of the event source. Possible values: 0 - Trigger, 1 - Discovery, 2 - Autoregistration, 3 - Internal, 4 - Service. |
| event_tagsjson | {EVENT.TAGSJSON} | A JSON array containing event tag objects. Expanded to an empty array if no tags exist. |
| event_update_action | {EVENT.UPDATE.ACTION} | Human-readable name of the action(s) performed during a problem update. |
| event_update_message | {EVENT.UPDATE.MESSAGE} | Problem update message. |
| event_update_status | {EVENT.UPDATE.STATUS} | Numeric value of the problem update status. Possible values: 0 - Webhook was called because of problem/recovery event, 1 - Update operation. |
| event_value | {EVENT.VALUE} | Numeric value of the event that triggered an action (1 for problem, 0 for recovering). |
| mantisbt_issue_number | {EVENT.TAGS.__zbx_mantisbt_issue_number} | MantisBT issue number. |
| trigger_id | {TRIGGER.ID} | Numeric ID of the trigger of this action. |
Please be aware that each webhook supports an HTTP proxy. To use this feature, add a new media type parameter with the name
http_proxyand set its value to the proxy URL.
1. Create or use an existing project for creating issues.
2. Create or use an existing user in MantisBT with the permission to create issues in the desired project. You can check the instruction how to do it.
3. Create an access token according to the original instruction.
4. Copy the access token to use it in Zabbix.
MantisBT media type must be configured in Zabbix, which will invoke the webhook to send alerts to MantisBT issues through MantisBT Rest API.
1. Import MantisBT media type from media_mantisbt.yaml file.
2. Change values of the following parameters in the imported media:
3. Create a user and add MantisBT media type to it. Use your MantisBT project name in the "Send to" field.
4. Set up a global macro {$ZABBIX.URL} with the current Zabbix URL. Please note that HTTPS will be used by default if HTTP/HTTPS schema is not present in the URL.
For more information, please see Zabbix and MantisBT documentation.
Please report any issues with the media type at https://support.zabbix.com.
You can also provide feedback, discuss the media type, or ask for help at ZABBIX forums.
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/media/mantisbt?at=release/6.4

This guide describes how to integrate your Zabbix installation with MantisBT issues using Zabbix webhook feature. This guide will provide instructions on setting up a media type, a user and an action in Zabbix.
1. Create or use an existing project for creating issues.
2. Create or use an existing user in MantisBT with the permission to create issues in the desired project. You can check the instruction how to do it.
3. Create an access token according to the original instruction.
4. Copy the access token to use it in Zabbix.
MantisBT media type must be configured in Zabbix, which will invoke the webhook to send alerts to MantisBT issues through MantisBT Rest API.
1. Import MantisBT media type from media_mantisbt.yaml file.
2. Change values of the following parameters in the imported media:
3. Create a user and add MantisBT media type to it. Use your MantisBT project name in the "Send to" field.
4. Set up a global macro {$ZABBIX.URL} with the current Zabbix URL. Please note that HTTPS will be used by default if HTTP/HTTPS schema is not present in the URL.
For more information, please see Zabbix and MantisBT documentation.
Zabbix 6.4, MantisBT 2.22
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/media/mantisbt?at=release/6.0

This guide describes how to integrate your Zabbix installation with MantisBT issues using Zabbix webhook feature. This guide will provide instructions on setting up a media type, a user and an action in Zabbix.
1. Create or use an existing project for creating issues.
2. Create or use an existing user in MantisBT with the permission to create issues in the desired project. You can check the instruction how to do it.
3. Create an access token according to the original instruction.
4. Copy the access token to use it in Zabbix.
MantisBT media type must be configured in Zabbix, which will invoke the webhook to send alerts to MantisBT issues through MantisBT Rest API.
1. Import MantisBT media type from media_mantisbt.yaml file.
2. Change values of the following parameters in the imported media:
3. Create a user and add MantisBT media type to it. Use your MantisBT project name in the "Send to" field.
4. Set up a global macro {$ZABBIX.URL} with the current Zabbix URL. Please note that HTTPS will be used by default if HTTP/HTTPS schema is not present in the URL.
For more information, please see Zabbix and MantisBT documentation.
Zabbix 6.0, MantisBT 2.22
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/mantisbt_http?at=release/7.4
This template is designed for the effortless deployment of Mantis BT monitoring by Zabbix via HTTP and doesn't require any external scripts.
Zabbix version: 7.4 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
| Name | Description | Default |
|---|---|---|
| {$MANTIS.URL} | MantisBT URL. |
|
| {$MANTIS.TOKEN} | MantisBT Token. |
|
| {$MANTIS.LLD.FILTER.PROJECTS.MATCHES} | Filter of discoverable projects. |
.* |
| {$MANTIS.LLD.FILTER.PROJECTS.NOT_MATCHES} | Filter to exclude discovered projects. |
CHANGE_IF_NEEDED |
| {$MANTIS.HTTP.PROXY} | Proxy for http requests. |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Get projects | Get projects from Mantis BT. |
HTTP agent | mantisbt.get.projects |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Projects discovery | Discovery rule for a Mantis BT projects. |
Dependent item | mantisbt.projects.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Project [{#NAME}]: Get issues | Getting project issues. |
HTTP agent | mantisbt.get.issues[{#NAME}] |
| Project [{#NAME}]: Total issues | Count of issues in project. |
Dependent item | mantis.project.total_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: New issues | Count of issues with 'new' status. |
Dependent item | mantis.project.status.new_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Resolved issues | Count of issues with 'resolved' status. |
Dependent item | mantis.project.status.resolved_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Closed issues | Count of issues with 'closed' status. |
Dependent item | mantis.project.status.closed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Assigned issues | Count of issues with 'assigned' status. |
Dependent item | mantis.project.status.assigned_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feedback issues | Count of issues with 'feedback' status. |
Dependent item | mantis.project.status.feedback_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Acknowledged issues | Count of issues with 'acknowledged' status. |
Dependent item | mantis.project.status.acknowledged_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Confirmed issues | Count of issues with 'confirmed' status. |
Dependent item | mantis.project.status.confirmed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Open issues | Count of "open" resolution issues. |
Dependent item | mantis.project.resolution.open_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Fixed issues | Count of "fixed" resolution issues. |
Dependent item | mantis.project.resolution.fixed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Reopened issues | Count of "reopened" resolution issues. |
Dependent item | mantis.project.resolution.reopened_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Unable to reproduce issues | Count of "unable to reproduce" resolution issues. |
Dependent item | mantis.project.resolution.unable_to_reproduce_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Not fixable issues | Count of "not fixable" resolution issues. |
Dependent item | mantis.project.resolution.not_fixable_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Duplicate issues | Count of "duplicate" resolution issues. |
Dependent item | mantis.project.resolution.duplicate_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: No change required issues | Count of "no change required" resolution issues. |
Dependent item | mantis.project.resolution.no_change_required_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Suspended issues | Count of "suspended" resolution issues. |
Dependent item | mantis.project.resolution.suspended_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Will not fix issues | Count of "wont fix" resolution issues. |
Dependent item | mantis.project.resolution.wont_fix_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feature severity issues | Count of "feature" severity issues. |
Dependent item | mantis.project.severity.feature_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Trivial severity issues | Count of "trivial" severity issues. |
Dependent item | mantis.project.severity.trivial_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Text severity issues | Count of "text" severity issues. |
Dependent item | mantis.project.severity.text_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Tweak severity issues | Count of "tweak" severity issues. |
Dependent item | mantis.project.severity.tweak_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Minor severity issues | Count of "minor" severity issues. |
Dependent item | mantis.project.severity.minor_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Major severity issues | Count of "major" severity issues. |
Dependent item | mantis.project.severity.major_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Crash severity issues | Count of "crash" severity issues. |
Dependent item | mantis.project.severity.crash_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Block severity issues | Count of "block" severity issues. |
Dependent item | mantis.project.severity.block_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: None priority issues | Count of "none" priority issues. |
Dependent item | mantis.project.priority.none_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Low priority issues | Count of "low" priority issues. |
Dependent item | mantis.project.priority.low_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Normal priority issues | Count of "normal" priority issues. |
Dependent item | mantis.project.priority.normal_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: High priority issues | Count of "high" priority issues. |
Dependent item | mantis.project.priority.high_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Urgent priority issues | Count of "urgent" priority issues. |
Dependent item | mantis.project.priority.urgent_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Immediate priority issues | Count of "immediate" priority issues. |
Dependent item | mantis.project.priority.immediate_issues[{#NAME}] Preprocessing
|
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/mantisbt_http?at=release/7.2
This template is designed for the effortless deployment of Mantis BT monitoring by Zabbix via HTTP and doesn't require any external scripts.
Zabbix version: 7.2 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
| Name | Description | Default |
|---|---|---|
| {$MANTIS.URL} | MantisBT URL. |
|
| {$MANTIS.TOKEN} | MantisBT Token. |
|
| {$MANTIS.LLD.FILTER.PROJECTS.MATCHES} | Filter of discoverable projects. |
.* |
| {$MANTIS.LLD.FILTER.PROJECTS.NOT_MATCHES} | Filter to exclude discovered projects. |
CHANGE_IF_NEEDED |
| {$MANTIS.HTTP.PROXY} | Proxy for http requests. |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Get projects | Get projects from Mantis BT. |
HTTP agent | mantisbt.get.projects |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Projects discovery | Discovery rule for a Mantis BT projects. |
Dependent item | mantisbt.projects.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Project [{#NAME}]: Get issues | Getting project issues. |
HTTP agent | mantisbt.get.issues[{#NAME}] |
| Project [{#NAME}]: Total issues | Count of issues in project. |
Dependent item | mantis.project.total_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: New issues | Count of issues with 'new' status. |
Dependent item | mantis.project.status.new_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Resolved issues | Count of issues with 'resolved' status. |
Dependent item | mantis.project.status.resolved_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Closed issues | Count of issues with 'closed' status. |
Dependent item | mantis.project.status.closed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Assigned issues | Count of issues with 'assigned' status. |
Dependent item | mantis.project.status.assigned_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feedback issues | Count of issues with 'feedback' status. |
Dependent item | mantis.project.status.feedback_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Acknowledged issues | Count of issues with 'acknowledged' status. |
Dependent item | mantis.project.status.acknowledged_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Confirmed issues | Count of issues with 'confirmed' status. |
Dependent item | mantis.project.status.confirmed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Open issues | Count of "open" resolution issues. |
Dependent item | mantis.project.resolution.open_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Fixed issues | Count of "fixed" resolution issues. |
Dependent item | mantis.project.resolution.fixed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Reopened issues | Count of "reopened" resolution issues. |
Dependent item | mantis.project.resolution.reopened_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Unable to reproduce issues | Count of "unable to reproduce" resolution issues. |
Dependent item | mantis.project.resolution.unable_to_reproduce_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Not fixable issues | Count of "not fixable" resolution issues. |
Dependent item | mantis.project.resolution.not_fixable_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Duplicate issues | Count of "duplicate" resolution issues. |
Dependent item | mantis.project.resolution.duplicate_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: No change required issues | Count of "no change required" resolution issues. |
Dependent item | mantis.project.resolution.no_change_required_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Suspended issues | Count of "suspended" resolution issues. |
Dependent item | mantis.project.resolution.suspended_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Will not fix issues | Count of "wont fix" resolution issues. |
Dependent item | mantis.project.resolution.wont_fix_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feature severity issues | Count of "feature" severity issues. |
Dependent item | mantis.project.severity.feature_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Trivial severity issues | Count of "trivial" severity issues. |
Dependent item | mantis.project.severity.trivial_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Text severity issues | Count of "text" severity issues. |
Dependent item | mantis.project.severity.text_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Tweak severity issues | Count of "tweak" severity issues. |
Dependent item | mantis.project.severity.tweak_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Minor severity issues | Count of "minor" severity issues. |
Dependent item | mantis.project.severity.minor_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Major severity issues | Count of "major" severity issues. |
Dependent item | mantis.project.severity.major_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Crash severity issues | Count of "crash" severity issues. |
Dependent item | mantis.project.severity.crash_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Block severity issues | Count of "block" severity issues. |
Dependent item | mantis.project.severity.block_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: None priority issues | Count of "none" priority issues. |
Dependent item | mantis.project.priority.none_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Low priority issues | Count of "low" priority issues. |
Dependent item | mantis.project.priority.low_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Normal priority issues | Count of "normal" priority issues. |
Dependent item | mantis.project.priority.normal_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: High priority issues | Count of "high" priority issues. |
Dependent item | mantis.project.priority.high_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Urgent priority issues | Count of "urgent" priority issues. |
Dependent item | mantis.project.priority.urgent_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Immediate priority issues | Count of "immediate" priority issues. |
Dependent item | mantis.project.priority.immediate_issues[{#NAME}] Preprocessing
|
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/mantisbt_http?at=release/7.0
This template is designed for the effortless deployment of Mantis BT monitoring by Zabbix via HTTP and doesn't require any external scripts.
Zabbix version: 7.0 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
| Name | Description | Default |
|---|---|---|
| {$MANTIS.URL} | MantisBT URL. |
|
| {$MANTIS.TOKEN} | MantisBT Token. |
|
| {$MANTIS.LLD.FILTER.PROJECTS.MATCHES} | Filter of discoverable projects. |
.* |
| {$MANTIS.LLD.FILTER.PROJECTS.NOT_MATCHES} | Filter to exclude discovered projects. |
CHANGE_IF_NEEDED |
| {$MANTIS.HTTP.PROXY} | Proxy for http requests. |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Get projects | Get projects from Mantis BT. |
HTTP agent | mantisbt.get.projects |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Projects discovery | Discovery rule for a Mantis BT projects. |
Dependent item | mantisbt.projects.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Project [{#NAME}]: Get issues | Getting project issues. |
HTTP agent | mantisbt.get.issues[{#NAME}] |
| Project [{#NAME}]: Total issues | Count of issues in project. |
Dependent item | mantis.project.total_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: New issues | Count of issues with 'new' status. |
Dependent item | mantis.project.status.new_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Resolved issues | Count of issues with 'resolved' status. |
Dependent item | mantis.project.status.resolved_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Closed issues | Count of issues with 'closed' status. |
Dependent item | mantis.project.status.closed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Assigned issues | Count of issues with 'assigned' status. |
Dependent item | mantis.project.status.assigned_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feedback issues | Count of issues with 'feedback' status. |
Dependent item | mantis.project.status.feedback_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Acknowledged issues | Count of issues with 'acknowledged' status. |
Dependent item | mantis.project.status.acknowledged_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Confirmed issues | Count of issues with 'confirmed' status. |
Dependent item | mantis.project.status.confirmed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Open issues | Count of "open" resolution issues. |
Dependent item | mantis.project.resolution.open_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Fixed issues | Count of "fixed" resolution issues. |
Dependent item | mantis.project.resolution.fixed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Reopened issues | Count of "reopened" resolution issues. |
Dependent item | mantis.project.resolution.reopened_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Unable to reproduce issues | Count of "unable to reproduce" resolution issues. |
Dependent item | mantis.project.resolution.unable_to_reproduce_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Not fixable issues | Count of "not fixable" resolution issues. |
Dependent item | mantis.project.resolution.not_fixable_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Duplicate issues | Count of "duplicate" resolution issues. |
Dependent item | mantis.project.resolution.duplicate_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: No change required issues | Count of "no change required" resolution issues. |
Dependent item | mantis.project.resolution.no_change_required_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Suspended issues | Count of "suspended" resolution issues. |
Dependent item | mantis.project.resolution.suspended_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Will not fix issues | Count of "wont fix" resolution issues. |
Dependent item | mantis.project.resolution.wont_fix_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feature severity issues | Count of "feature" severity issues. |
Dependent item | mantis.project.severity.feature_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Trivial severity issues | Count of "trivial" severity issues. |
Dependent item | mantis.project.severity.trivial_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Text severity issues | Count of "text" severity issues. |
Dependent item | mantis.project.severity.text_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Tweak severity issues | Count of "tweak" severity issues. |
Dependent item | mantis.project.severity.tweak_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Minor severity issues | Count of "minor" severity issues. |
Dependent item | mantis.project.severity.minor_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Major severity issues | Count of "major" severity issues. |
Dependent item | mantis.project.severity.major_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Crash severity issues | Count of "crash" severity issues. |
Dependent item | mantis.project.severity.crash_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Block severity issues | Count of "block" severity issues. |
Dependent item | mantis.project.severity.block_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: None priority issues | Count of "none" priority issues. |
Dependent item | mantis.project.priority.none_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Low priority issues | Count of "low" priority issues. |
Dependent item | mantis.project.priority.low_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Normal priority issues | Count of "normal" priority issues. |
Dependent item | mantis.project.priority.normal_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: High priority issues | Count of "high" priority issues. |
Dependent item | mantis.project.priority.high_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Urgent priority issues | Count of "urgent" priority issues. |
Dependent item | mantis.project.priority.urgent_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Immediate priority issues | Count of "immediate" priority issues. |
Dependent item | mantis.project.priority.immediate_issues[{#NAME}] Preprocessing
|
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/mantisbt_http?at=release/6.4
This template is designed for the effortless deployment of Mantis BT monitoring by Zabbix via HTTP and doesn't require any external scripts.
Zabbix version: 6.4 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
| Name | Description | Default |
|---|---|---|
| {$MANTIS.URL} | MantisBT URL. |
|
| {$MANTIS.TOKEN} | MantisBT Token. |
|
| {$MANTIS.LLD.FILTER.PROJECTS.MATCHES} | Filter of discoverable projects. |
.* |
| {$MANTIS.LLD.FILTER.PROJECTS.NOT_MATCHES} | Filter to exclude discovered projects. |
CHANGE_IF_NEEDED |
| {$MANTIS.HTTP.PROXY} | Proxy for http requests. |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Mantis BT: Get projects | Get projects from Mantis BT. |
HTTP agent | mantisbt.get.projects |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Projects discovery | Discovery rule for a Mantis BT projects. |
Dependent item | mantisbt.projects.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Project [{#NAME}]: Get issues | Getting project issues. |
HTTP agent | mantisbt.get.issues[{#NAME}] |
| Project [{#NAME}]: Total issues | Count of issues in project. |
Dependent item | mantis.project.total_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: New issues | Count of issues with 'new' status. |
Dependent item | mantis.project.status.new_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Resolved issues | Count of issues with 'resolved' status. |
Dependent item | mantis.project.status.resolved_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Closed issues | Count of issues with 'closed' status. |
Dependent item | mantis.project.status.closed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Assigned issues | Count of issues with 'assigned' status. |
Dependent item | mantis.project.status.assigned_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feedback issues | Count of issues with 'feedback' status. |
Dependent item | mantis.project.status.feedback_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Acknowledged issues | Count of issues with 'acknowledged' status. |
Dependent item | mantis.project.status.acknowledged_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Confirmed issues | Count of issues with 'confirmed' status. |
Dependent item | mantis.project.status.confirmed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Open issues | Count of "open" resolution issues. |
Dependent item | mantis.project.resolution.open_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Fixed issues | Count of "fixed" resolution issues. |
Dependent item | mantis.project.resolution.fixed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Reopened issues | Count of "reopened" resolution issues. |
Dependent item | mantis.project.resolution.reopened_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Unable to reproduce issues | Count of "unable to reproduce" resolution issues. |
Dependent item | mantis.project.resolution.unable_to_reproduce_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Not fixable issues | Count of "not fixable" resolution issues. |
Dependent item | mantis.project.resolution.not_fixable_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Duplicate issues | Count of "duplicate" resolution issues. |
Dependent item | mantis.project.resolution.duplicate_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: No change required issues | Count of "no change required" resolution issues. |
Dependent item | mantis.project.resolution.no_change_required_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Suspended issues | Count of "suspended" resolution issues. |
Dependent item | mantis.project.resolution.suspended_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Will not fix issues | Count of "wont fix" resolution issues. |
Dependent item | mantis.project.resolution.wont_fix_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feature severity issues | Count of "feature" severity issues. |
Dependent item | mantis.project.severity.feature_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Trivial severity issues | Count of "trivial" severity issues. |
Dependent item | mantis.project.severity.trivial_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Text severity issues | Count of "text" severity issues. |
Dependent item | mantis.project.severity.text_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Tweak severity issues | Count of "tweak" severity issues. |
Dependent item | mantis.project.severity.tweak_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Minor severity issues | Count of "minor" severity issues. |
Dependent item | mantis.project.severity.minor_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Major severity issues | Count of "major" severity issues. |
Dependent item | mantis.project.severity.major_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Crash severity issues | Count of "crash" severity issues. |
Dependent item | mantis.project.severity.crash_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Block severity issues | Count of "block" severity issues. |
Dependent item | mantis.project.severity.block_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: None priority issues | Count of "none" priority issues. |
Dependent item | mantis.project.priority.none_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Low priority issues | Count of "low" priority issues. |
Dependent item | mantis.project.priority.low_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Normal priority issues | Count of "normal" priority issues. |
Dependent item | mantis.project.priority.normal_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: High priority issues | Count of "high" priority issues. |
Dependent item | mantis.project.priority.high_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Urgent priority issues | Count of "urgent" priority issues. |
Dependent item | mantis.project.priority.urgent_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Immediate priority issues | Count of "immediate" priority issues. |
Dependent item | mantis.project.priority.immediate_issues[{#NAME}] Preprocessing
|
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/mantisbt_http?at=release/6.0
This template is designed for the effortless deployment of Mantis BT monitoring by Zabbix via HTTP and doesn't require any external scripts.
Zabbix version: 6.0 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
| Name | Description | Default |
|---|---|---|
| {$MANTIS.URL} | MantisBT URL. |
|
| {$MANTIS.TOKEN} | MantisBT Token. |
|
| {$MANTIS.LLD.FILTER.PROJECTS.MATCHES} | Filter of discoverable projects. |
.* |
| {$MANTIS.LLD.FILTER.PROJECTS.NOT_MATCHES} | Filter to exclude discovered projects. |
CHANGE_IF_NEEDED |
| {$MANTIS.HTTP.PROXY} | Proxy for http requests. |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Mantis BT: Get projects | Get projects from Mantis BT. |
HTTP agent | mantisbt.get.projects |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Projects discovery | Discovery rule for a Mantis BT projects. |
Dependent item | mantisbt.projects.discovery Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Project [{#NAME}]: Get issues | Getting project issues. |
HTTP agent | mantisbt.get.issues[{#NAME}] |
| Project [{#NAME}]: Total issues | Count of issues in project. |
Dependent item | mantis.project.total_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: New issues | Count of issues with 'new' status. |
Dependent item | mantis.project.status.new_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Resolved issues | Count of issues with 'resolved' status. |
Dependent item | mantis.project.status.resolved_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Closed issues | Count of issues with 'closed' status. |
Dependent item | mantis.project.status.closed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Assigned issues | Count of issues with 'assigned' status. |
Dependent item | mantis.project.status.assigned_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feedback issues | Count of issues with 'feedback' status. |
Dependent item | mantis.project.status.feedback_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Acknowledged issues | Count of issues with 'acknowledged' status. |
Dependent item | mantis.project.status.acknowledged_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Confirmed issues | Count of issues with 'confirmed' status. |
Dependent item | mantis.project.status.confirmed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Open issues | Count of "open" resolution issues. |
Dependent item | mantis.project.resolution.open_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Fixed issues | Count of "fixed" resolution issues. |
Dependent item | mantis.project.resolution.fixed_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Reopened issues | Count of "reopened" resolution issues. |
Dependent item | mantis.project.resolution.reopened_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Unable to reproduce issues | Count of "unable to reproduce" resolution issues. |
Dependent item | mantis.project.resolution.unable_to_reproduce_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Not fixable issues | Count of "not fixable" resolution issues. |
Dependent item | mantis.project.resolution.not_fixable_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Duplicate issues | Count of "duplicate" resolution issues. |
Dependent item | mantis.project.resolution.duplicate_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: No change required issues | Count of "no change required" resolution issues. |
Dependent item | mantis.project.resolution.no_change_required_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Suspended issues | Count of "suspended" resolution issues. |
Dependent item | mantis.project.resolution.suspended_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Will not fix issues | Count of "wont fix" resolution issues. |
Dependent item | mantis.project.resolution.wont_fix_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Feature severity issues | Count of "feature" severity issues. |
Dependent item | mantis.project.severity.feature_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Trivial severity issues | Count of "trivial" severity issues. |
Dependent item | mantis.project.severity.trivial_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Text severity issues | Count of "text" severity issues. |
Dependent item | mantis.project.severity.text_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Tweak severity issues | Count of "tweak" severity issues. |
Dependent item | mantis.project.severity.tweak_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Minor severity issues | Count of "minor" severity issues. |
Dependent item | mantis.project.severity.minor_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Major severity issues | Count of "major" severity issues. |
Dependent item | mantis.project.severity.major_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Crash severity issues | Count of "crash" severity issues. |
Dependent item | mantis.project.severity.crash_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Block severity issues | Count of "block" severity issues. |
Dependent item | mantis.project.severity.block_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: None priority issues | Count of "none" priority issues. |
Dependent item | mantis.project.priority.none_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Low priority issues | Count of "low" priority issues. |
Dependent item | mantis.project.priority.low_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Normal priority issues | Count of "normal" priority issues. |
Dependent item | mantis.project.priority.normal_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: High priority issues | Count of "high" priority issues. |
Dependent item | mantis.project.priority.high_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Urgent priority issues | Count of "urgent" priority issues. |
Dependent item | mantis.project.priority.urgent_issues[{#NAME}] Preprocessing
|
| Project [{#NAME}]: Immediate priority issues | Count of "immediate" priority issues. |
Dependent item | mantis.project.priority.immediate_issues[{#NAME}] Preprocessing
|
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums




