{"id":1315,"date":"2016-07-06T22:15:24","date_gmt":"2016-07-06T22:15:24","guid":{"rendered":"http:\/\/www.incredigeek.com\/home\/?p=1315"},"modified":"2016-08-01T19:26:02","modified_gmt":"2016-08-01T19:26:02","slug":"how-to-install-zenpack-on-zenoss-5-1","status":"publish","type":"post","link":"https:\/\/www.incredigeek.com\/home\/how-to-install-zenpack-on-zenoss-5-1\/","title":{"rendered":"How to Install ZenPack on Zenoss 5.1"},"content":{"rendered":"<p>To install a ZenPack on Zenoss 5.1 and later, you are going to need to stop the zenoss services, restart a couple services that are needed to install the ZenPack, install the ZenPack, and then restart the Zenoss service.<\/p>\n<p>Stop Zenoss.Core :<\/p>\n<pre><code>serviced service stop <\/code><\/pre>\n<p>Make sure the service is stopped by running the following command.\u00a0 When it reports back the Zenoss is Stopped, then continue.<\/p>\n<pre>\u00a0if ( serviced service status Zenoss.Core | awk '{print $3}' | grep -q Stopped) ; then echo \"Zenoss is not running!\" ; else echo \"Zenoss is not Stopped!\" ; fi<\/pre>\n<p>Or you can run this command, just make sure it says it is stopped.<\/p>\n<pre>serviced service status zenoss.core<\/pre>\n<p>Create a Snapshot<\/p>\n<pre><code>serviced service snapshot Zenoss.core<\/code><\/pre>\n<p>Start the following three services<\/p>\n<p>serviced service start Infrastructure<br \/>\nzeneventserver<br \/>\nZope<\/p>\n<pre><code>\r\nserviced service start Infrastructure\r\nserviced service start zeneventserver\r\nserviced service start Zope\r\n<\/code><\/pre>\n<p>Change directory to tmp, make sure you put the zenpack in \/tmp<\/p>\n<pre>cd \/tmp<\/pre>\n<p>Install the Zenpack<\/p>\n<pre><code>serviced service run zope zenpack-manager install *.egg<\/code><\/pre>\n<p>Example:<\/p>\n<pre><code>serviced service run zope zenpack-manager install ZenPacks.zenoss.MikroTik-1.1.1.egg<\/code><\/pre>\n<p>Restart the Zenoss Service<\/p>\n<pre><code>serviced service restart zenoss.core<\/code><\/pre>\n<p>Log into Zenoss and check it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To install a ZenPack on Zenoss 5.1 and later, you are going to need to stop the zenoss services, restart a couple services that are needed to install the ZenPack, install the ZenPack, and then restart the Zenoss service. Stop &hellip; <a href=\"https:\/\/www.incredigeek.com\/home\/how-to-install-zenpack-on-zenoss-5-1\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23,3,22,198],"tags":[7,199,228,288,237],"class_list":["post-1315","post","type-post","status-publish","format-standard","hentry","category-centos-linux","category-linux","category-redhat-linux","category-zenoss","tag-linux-2","tag-zenoss-2","tag-zenoss-5","tag-zenoss-5-1","tag-zenpack"],"_links":{"self":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/1315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/comments?post=1315"}],"version-history":[{"count":11,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/1315\/revisions"}],"predecessor-version":[{"id":1378,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/1315\/revisions\/1378"}],"wp:attachment":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/media?parent=1315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/categories?post=1315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/tags?post=1315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}