You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will acknowledge a problematic service ntp on my-server until 6pm the following day.
245
+
This will acknowledge a problematic service ntp on myserver until 6pm the following day.
226
246
227
247
##### STRUCTURE:
228
248
```
@@ -244,9 +264,9 @@ will ask for a downtime start. Here it's also possible to use a relative time fo
244
264
##### SORT CUT:
245
265
It's also possible to short cut the whole Q/A and just issue the action in one command:
246
266
```
247
-
dt my-server ntp from now until tomorrow evening NTP update
267
+
dt myserver ntp from now until tomorrow evening NTP update
248
268
```
249
-
This will set a downtime for the service ntp on my-server until 6pm the following day.
269
+
This will set a downtime for the service ntp on myserver until 6pm the following day.
250
270
251
271
##### STRUCTURE:
252
272
```
@@ -270,14 +290,17 @@ dt <service> from <time> until <time> <comment>
270
290
*```ss warn crit ntp``` will display all services which match "ntp" and are in state CRITICAL or WARNING
271
291
*```ss``` will display all services which currently have a problem
272
292
273
-
*```ack my-server ntp until tomorrow evening Wrong ntp config, will be updated tomorrow``` will acknowledge a problematic service ntp on my-server until 6pm the following day
293
+
*```ack myserver ntp until tomorrow evening Wrong ntp config, will be updated tomorrow``` will acknowledge a problematic service ntp on myserver until 6pm the following day
274
294
275
295
***Important:***
276
296
* The [detailed](#all-problematic-services) view will only be used if there are **1 to 4** status results
0 commit comments