File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 11# ZendeskStatisticsForPRTG
22PRTG EXE/Advanced sensor that gets ticket stats from Zendesk
3+
4+ ### Install instructions
5+ * Edit the .config files with correct subdomain, username and password for Zendesk
6+ * Copy compiled files to PRTG Network Monitor\Custom Sensors\EXEXML
7+ * Add a new EXE/Advanced sensor in PRTG.
8+ * Select GetZendeskAgentStatsInGroup or GetZendeskGroupStats in the dropdown
9+ * Use the group Zendesk Group ID as paramater for the exe file
10+
11+ To get group ID, look in the Zendesk Web interface, OR run the exe files without parameter. It should then list the available groups.
12+
13+
14+ #### Description of sensors
15+
16+ ###### GetZendeskGroupStats
17+ Shows the following channels:
18+ * New tickets today
19+ * Solved tickets today
20+ * Number of on-hold tickets
21+ * Number of pending tickets
22+ * Number of open tickets
23+ * Number of unassigned tickets
24+
25+ ###### GetZendesAgentStatsInGroup
26+ Shows one channel for each agent in the group.
27+ The channel data will be number of open tickets for the agent.
You can’t perform that action at this time.
0 commit comments