munkireport / munkireport-php

A reporting tool for munki
MIT License
393 stars 138 forks source link

munki errors not updating #86

Closed levmeetup closed 10 years ago

levmeetup commented 10 years ago

hello, i'm fairly new to munkireport-php, but it's a great tool. i've installed it successfully to report our munki data, but i'm having a small issue. i've been updating clients with new Manifest information and rolling out Munki client updates, but even though munkiwebadmin is showing they've been updated and are running the new version and have all the updates installed, munkireport still shows the old data. is there a way to force the machine to talk back to munkireport to force the data to update? thanks in advance for the help.

lev

bochoven commented 10 years ago

Maybe munkiwebadmin overwrote the munkireport client scripts? You need to take extra measures to have a client report to MWA and MR at the same time.

bochoven commented 10 years ago

No response, I'm closing this issue

TryTryAgain commented 8 years ago

Can you please point me in the direction of: "You need to take extra measures to have a client report to MWA and MR at the same time." ...I thought nothing's changed, but now I'm seeing that content is not updating in MR, but it still is in MWA.

clburlison commented 8 years ago

@TryTryAgain MunkiReport uses Munki's preflight and postflight scripts located at /usr/local/munki/. MunkiWebAdmin also uses those same scripts. If you want both reporting instances to get updated at the same time you'd need to follow something like https://grpugh.wordpress.com/2014/11/07/making-munkireport-php-and-munkiwebadmin-work-nicely-together/