Created
November 9, 2012 16:26
-
-
Save ajohnstone/4046658 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> SELECT * FROM icinga_commands WHERE command_line LIKE '%check_ntp_time%'; | |
+------------+-------------+-------------+-----------+-----------------------------------------+ | |
| command_id | instance_id | config_type | object_id | command_line | | |
+------------+-------------+-------------+-----------+-----------------------------------------+ | |
| 95 | 1 | 0 | 95 | $USER1$/check_ntp_time -H $HOSTADDRESS$ | | |
| 301 | 1 | 1 | 95 | $USER1$/check_ntp_time -H $HOSTADDRESS$ | | |
+------------+-------------+-------------+-----------+-----------------------------------------+ | |
2 rows in set (0.02 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment