Skip to content

Matahari provides QMF Agents that can be used to control and manage various pieces of functionality, using the AMQP protocol. The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol providing reliable transport of messages. QMF provides a modeling framework layer on top of qpid (which implements AMQP). This in…

License

rnovacek/matahari

 
 

Repository files navigation

Matahari


Matahari Agents Build and Install Instructions

Building from source

Step 1 - Install Build Dependencies

Matahari has build dependencies on the following packages:

  1. pcre-devel
  2. glib2-devel
  3. qpid-qmf
  4. qpid-qmf-devel
  5. qpid-cpp-client
  6. qpid-cpp-server
  7. qpid-cpp-client-devel
  8. qpid-cpp-server-devel
  9. sigar
  10. sigar-devel
  11. libcurl
  12. libcurl-devel
  13. dbus-glib
  14. dbus-glib-devel
  15. polkit
  16. polkit-devel
  17. augeas
  18. augeas-devel
  19. cmake
  20. nss-devel

Matahari requires that the following packages are installed at runtime for certain pieces of functionality to work:

  1. puppet, version 2.6.6 or above, required for the sysconfig agent
  2. dmidecode, required for the host agent

These packages may be available in your distribution. In Fedora 14 (or later), they can be installed via the yum command. For Fedora users, the script contrib/scripts/install_deps.sh will install the required packages.

Step 2 - Build Matahari

user% make
user% cd linux.build
user% make
root# make install

Installing on Fedora 14 or later

Matahari is pre-packaged for Fedora 14 and later.

root# yum install matahari

Windows instructions

On your Fedora box first:

yum install mingw32-matahari

copy the /usr/share/matahari*/*iso to Windows machine.( or burn iso )
load iso/cd; run setup

Please see: https://fedorahosted.org/matahari/

If you get stuck

Join the appropriate mailing lists for help with building or installing Matahari:

About

Matahari provides QMF Agents that can be used to control and manage various pieces of functionality, using the AMQP protocol. The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol providing reliable transport of messages. QMF provides a modeling framework layer on top of qpid (which implements AMQP). This in…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 60.7%
  • C++ 22.7%
  • Python 12.9%
  • Shell 3.2%
  • Other 0.5%