Subversion Repositories vnag

Rev

Rev 75 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75 Rev 86
Line 11... Line 11...
11
 
11
 
12
- The web-output contains a hidden machine readable part, which can be read out with the "WebReader" plugin of VNag. The WebReader plugins reads the machine readable part and outputs the data in the output format which can be read by Nagios. This way, you can monitor things like WordPress version at systems where you have no shell access and/or without Nagios installed.
12
- The web-output contains a hidden machine readable part, which can be read out with the "WebReader" plugin of VNag. The WebReader plugins reads the machine readable part and outputs the data in the output format which can be read by Nagios. This way, you can monitor things like WordPress version at systems where you have no shell access and/or without Nagios installed.
13
 
13
 
14
- It is also possible to create websites which only have a machine readable part (i.e. you include your VNag output in your existing website). This machine readable part can be optionally signed and/or encrypted.
14
- It is also possible to create websites which only have a machine readable part (i.e. you include your VNag output in your existing website). This machine readable part can be optionally signed and/or encrypted.
15
 
15
 
16
Pre-Installed plugins
16
Included plugins
17
---------------------
17
----------------
18
 
18
 
19
VNag comes with the following plugins pre-installed:
19
VNag comes with the following plugins pre-installed (in the bin directory):
20
 
20
 
21
- **4images_version**: Checks 4images installations for updates.
21
- **4images_version**: Checks 4images installations for updates.
22
- **aastra_430_voicemail**: Checks Aastra 430 phone system for new voicemails.
22
- **aastra_430_voicemail**: Checks Aastra 430 phone system for new voicemails.
23
- **disk_running**: Checks if harddisks which do not have SMART capability are online
23
- **disk_running**: Checks if harddisks which do not have SMART capability are online
24
- **file_timestamp**: Warns when files are not modified withhin a specific interval/age.
24
- **file_timestamp**: Warns when files are not modified withhin a specific interval/age.
Line 61... Line 61...
61
-----------------------
61
-----------------------
62
 
62
 
63
To create your own plugins, you can look at the source codes of the existing plugins
63
To create your own plugins, you can look at the source codes of the existing plugins
64
to get inspiration and use them as templates.
64
to get inspiration and use them as templates.
65
 
65
 
66
Also, a small documentation is found at the beginning of the file **framework/vnag_framework.inc.php**.
66
Also, a small documentation is found in
-
 
67
[doc/Plugin_Development.md](https://github.com/danielmarschall/vnag/blob/master/doc/Plugin_Development.md).
67
 
68
 
68
If you have created useful plugins, we would be happy if you could share them with us!
69
If you have created useful plugins, we would be happy if you could share them with us!