Solaris 10 Xymon SMF
Author | Galen Johnson |
---|---|
Compatibility | Xymon 4.2 |
Requirements | Solaris 10 |
Download | None |
Last Update | 2007-04-10 |
Description
These are service manifest files for Solaris 10. These will allow you to import the hobbit start and stop scripts for the server/client into the new Solaris Service Management Facility (Solaris 10 replacement of /etc/rcN.d).
Installation
- mkdir -p /var/svc/manifest/application/monitoring/hobbit
- copy the client and server xml files to /var/svc/manifest/application/monitoring/hobbit
- import the service(s)
svccfg import /var/svc/manifest/application/monitoring/hobbit/server.xml svccfg import /var/svc/manifest/application/monitoring/hobbit/client.xml
- enable the service(s)
svcadm enable svc:/application/monitoring/hobbit/client:default svcadm enable svc:/application/monitoring/hobbit/server:default
Source
Xymon Client
Xymon Server
Known Bugs and Issues
- No known bugs
To Do
Credits
Kyle Reynolds Big Brother service manifest file at http://www.deadcat.net/viewfile.php?fileid=980 and http://www.camelrichard.org/topics/BigBrother/Configuring_BigBrother_as_Solaris_10_Service
Changelog
- 2007-04-13
- Split client and server out into separate manifests.
- 2007-04-10
- Initial release