Home
last modified time | relevance | path

Searched refs:action_INVALID (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/monit/monit-5.29.0/src/
H A Dgc.c272 if ((*s)->action_INVALID) in _gc_service()
273 _gc_eventaction(&(*s)->action_INVALID); in _gc_service()
H A Dvalidate.c1719 …Event_post(s, Event_Invalid, State_Failed, s->action_INVALID, "is neither a regular file nor a soc… in check_file()
1722 Event_post(s, Event_Invalid, State_Succeeded, s->action_INVALID, "is a regular %s", in check_file()
1779 Event_post(s, Event_Invalid, State_Failed, s->action_INVALID, "is not directory"); in check_directory()
1782 Event_post(s, Event_Invalid, State_Succeeded, s->action_INVALID, "is directory"); in check_directory()
1832 Event_post(s, Event_Invalid, State_Failed, s->action_INVALID, "is not fifo"); in check_fifo()
1835 Event_post(s, Event_Invalid, State_Succeeded, s->action_INVALID, "is fifo"); in check_fifo()
H A Dmonit.h1253 EventAction_T action_INVALID; /**< Description of the action upon event */ member
H A Dp.y3554 addeventaction(&(current)->action_INVALID, Action_Restart, Action_Alert); in createservice()
H A Dy.tab.c8595 addeventaction(&(current)->action_INVALID, Action_Restart, Action_Alert); in createservice()