allangood / check_mk

Check_MK related work
GNU General Public License v2.0
16 stars 13 forks source link

Can't install 1.4 #18

Closed tgm4883 closed 7 years ago

tgm4883 commented 7 years ago

Can't install puppet-1.4.mkp.

I don't know a ton about making plugins, but I believe the issue is here https://github.com/allangood/check_mk/blob/master/plugins/puppet/info#L5

The error I get is "tar: plugins/windows/mk_puppet: Not found in archive". Looking at the repository, the file is actually named mk_puppet.ps1

tgm4883 commented 7 years ago

I've verified that extracting the mkp, changing that line in the info file to include the .ps1 extension, tarring the files back up into a 1.4.1 mkp file now lets me install the plugin.

This is on Check_MK 1.2.8.

allangood commented 7 years ago

Thank you, I will revised it.

On May 12, 2017 12:07 PM, "tgm4883" notifications@github.com wrote:

I've verified that extracting the mkp, changing that line in the info file to include the .ps1 extension, tarring the files back up into a 1.4.1 mkp file now lets me install the plugin.

This is on Check_MK 1.2.8.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/allangood/check_mk/issues/18#issuecomment-301132750, or mute the thread https://github.com/notifications/unsubscribe-auth/AAuNXlT16USOkVma00L-biUTZVrHJdpmks5r5JHpgaJpZM4NZiQk .

allangood commented 7 years ago

Sorry for this long delay. Package corrected.

Thank you!