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
| const telegram = require('./telegram-bot'); | |
| const params = { | |
| token: "your_token", | |
| parse_mode: "Markdown" | |
| }; | |
| let bot = new telegram.Telegram(params); | |
| //You can get userId via @myidbot | |
| bot.sendMessage("subject" + '\n' + "body", "userId"); |
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
| <?php | |
| /********************************************************************** | |
| Mikoomi MIT License | |
| ********************************************************************** | |
| Copyright (c) 2011 by Jayesh Thakrar | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <zabbix_export version="1.0" date="08.05.12" time="11.37"> | |
| <hosts> | |
| <host name="Template_MongoDB"> | |
| <proxy_hostid>0</proxy_hostid> | |
| <useip>1</useip> | |
| <dns></dns> | |
| <ip>127.0.0.1</ip> | |
| <port>10050</port> | |
| <status>3</status> |