diff options
author | crees <crees@FreeBSD.org> | 2011-08-26 18:58:07 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-26 18:58:07 +0800 |
commit | 1adcbc92d7572235a50a5145438666be44b7cd76 (patch) | |
tree | ccad57fcff5efdde5126a721e07f1a2a65379a09 /net-mgmt/p5-Zenoss/pkg-descr | |
parent | d676fdd5f443d9369fbe21ba391dba596c15fdbd (diff) | |
download | freebsd-ports-gnome-1adcbc92d7572235a50a5145438666be44b7cd76.tar.gz freebsd-ports-gnome-1adcbc92d7572235a50a5145438666be44b7cd76.tar.zst freebsd-ports-gnome-1adcbc92d7572235a50a5145438666be44b7cd76.zip |
This is a PERL interface to the Zenoss Monitoring System
JSON API. It allows the ability to execute all available functions
provided by the Zenoss API programmatically. Anything you could do from
the Zenoss interface can be achieved via this module. This is a
full service implementation, providing the construction of the call
to the API and the handling of the response.
WWW: http://search.cpan.org/dist/Zenoss/
PR: ports/160193
Submitted by: Phil Phillips
Diffstat (limited to 'net-mgmt/p5-Zenoss/pkg-descr')
-rw-r--r-- | net-mgmt/p5-Zenoss/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-mgmt/p5-Zenoss/pkg-descr b/net-mgmt/p5-Zenoss/pkg-descr new file mode 100644 index 000000000000..56a8a1748d06 --- /dev/null +++ b/net-mgmt/p5-Zenoss/pkg-descr @@ -0,0 +1,8 @@ +This is a PERL interface to the Zenoss Monitoring System +JSON API. It allows the ability to execute all available functions +provided by the Zenoss API programmatically. Anything you could do from +the Zenoss interface can be achieved via this module. This is a +full service implementation, providing the construction of the call +to the API and the handling of the response. + +WWW: http://search.cpan.org/dist/Zenoss/ |