forked from j053ph4/ZenPacks.community.zenHttpComponent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
66 lines (43 loc) · 1.87 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Developed by: Joseph Anderson
Description:
This zenpack allows monitored URLs to be managed as if they were device
components, using the standard GUI component management methods. It utilizes
the "check-http" Nagios plugin that ships with Zenoss, but the command plugin
arguments are the component attributes assigned at component creation.
URLs can be added via the "add components" menu on the Device Status page, and
can be removed or otherwise modified using the menus in the Components Pane of
the Device Status page.
Special thanks to Jane Curry and all others who dug into the details of the
new GUI interface. The "MenuExamples" zenpack was instrumental in the
creation of this Zenpack, which wouldn't have been possible without it.
Components:
The ZenPack has the following Objects
HttpComponent Template provides a component-level modified version of the
standard "HttpMonitor" template that ships with Zenoss.
The ZenPack also provides:
HTTPComponent Device Component
Javascript code to support GUI management.
Installation:
Describe the install process if anything is needed before or after standard
ZenPack installation.
Requirements:
Zenoss Versions Supported: 3.0
External Dependencies: None
ZenPack Dependencies: None
Installation Notes: zopectl restart; zenhub restart after installing this
ZenPack.
Configuration: None
History:
Change History:
1.0 initial release
1.1 added wrapper script to handle various check_http arguments
1.2
added dmd method manage_addHttpComponent
added component attributes "httpUsesSSL" and "httpIp"
1.3 added support for adding arbitrary check_http flags
1.4
changed path in wrapper script to use $ZENHOME
changed default parser to 'nagios' from 'auto'
Tested: This ZenPack was tested with versions 3.2.1.
Source: https://github.com/j053ph4/ZenPacks.community.zenHttpComponent
Known issues: