This file contains 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
package ru.dsi.bgbilling.kernel.discount.bean; | |
import bitel.billing.server.contract.bean.CostSum; | |
import bitel.billing.server.contract.bean.ServiceCostCache; | |
import java.math.BigDecimal; | |
import java.sql.Connection; | |
import java.sql.PreparedStatement; | |
import java.sql.ResultSet; | |
import java.sql.SQLException; | |
import java.util.Calendar; |
This file contains 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
import bitel.billing.server.util.*; | |
import java.sql.*; | |
import java.util.*; | |
import bitel.billing.server.tariff.*; | |
import bitel.billing.server.contract.bean.*; | |
public void CopyNode(node_id,new_node_id,mtree_id,new_mtree_id,con) | |
{ | |
query = "SELECT id, type, data, pos FROM mtree_node WHERE parent_node='"+node_id+"' and mtree_id='"+mtree_id+"'"; | |
ps = con.prepareStatement(query); |
This file contains 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"?> | |
<!-- | |
Macros to be defined | |
* JMX_USERNAME | |
* JMX_PASSWORD | |
--> | |
<zabbix_export> | |
<version>2.0</version> | |
<date>2014-12-17T06:06:39Z</date> |
This file contains 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"?> | |
<!-- | |
Macros to be defined | |
* JMX_USERNAME | |
* JMX_PASSWORD | |
--> | |
<zabbix_export> | |
<version>2.0</version> | |
<date>2014-12-17T05:57:30Z</date> |
This file contains 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>2.0</version> | |
<date>2013-11-13T07:44:38Z</date> | |
<groups> | |
<group> | |
<name>Templates</name> | |
</group> | |
</groups> | |
<templates> |
This file contains 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>2.0</version> | |
<date>2013-10-07T06:23:45Z</date> | |
<groups> | |
<group> | |
<name>Templates</name> | |
</group> | |
</groups> | |
<templates> |
This file contains 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"?> | |
<!-- | |
by Semyon Koshechkin (c) 2013 | |
https://github.com/Cromeshnic | |
Zabbix ActiveMQ monitoring template with LLD support for: | |
- Brokers | |
- Topics | |
- Queues | |
This file contains 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
/* | |
** Zabbix | |
** Copyright (C) 2000-2011 Zabbix SIA | |
** | |
** This program is free software; you can redistribute it and/or modify | |
** it under the terms of the GNU General Public License as published by | |
** the Free Software Foundation; either version 2 of the License, or | |
** (at your option) any later version. | |
** | |
** This program is distributed in the hope that it will be useful, |
This file contains 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"?> | |
<!-- | |
Macros to be defined | |
* JMX_USERNAME | |
* JMX_PASSWORD | |
* HTTP_PORT (mandatory) | |
* HTTPS_PORT (mandatory) | |
* AJP_PORT (mandatory) |