For scheduled outages, We need to enter timings so that these period will not be considered as a down time. So far so good. However, if someone doesnt define a blackout window and we need to adjust after wards, is that possible in opennms? If yes, how can we do it?
Thanks
I don't see this feature documented anywhere in OpenNMS, but from the wiki:
So, the essential effect of a scheduled outage is to cease polling during that interval, so that the actual outage (caused by planned maintenance) is not recorded.
So, to mimic this, you could retroactively delete the entries logged by the poller during a scheduled maintenance that was not included in OpenNMS. This seems to require creating SQL queries to modify the events database. See event maintenance for more information on how to specifically accomplish this goal, as the specific answer will be dependent on specifically the items you wish to delete.