From: Horvath T. <zs...@ax...> - 2005-05-30 18:49:31
Hi List!
How can I delete a service with all of its associated data?
The only method which I found is to delete the host with all if its
associated service. But is not very elegant.
Thanks, Tamas!
There undocumented flag on the service table:
is_deleted
Set this to '1' and run the nightly purge.
Something like:
nagio> update perfdata_service set is_deleted where service_id = ....
This is largly untested, it would be good if you could let us know.
Ben
Horvath Tamas wrote:
> Hi List!
>
> How can I delete a service with all of its associated data?
>
> The only method which I found is to delete the host with all if its
> associated service. But is not very elegant.
>
> Thanks, Tamas!
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
> _______________________________________________
> Perfparse-users mailing list
> Per...@li...
> https://lists.sourceforge.net/lists/listinfo/perfparse-users
>