Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

snpp(1p) [debian man page]

SNPP(1p)						User Contributed Perl Documentation						  SNPP(1p)

NAME
snpp - send pages via SNPP SYNOPSIS
snpp [OPTIONS] recipient... OPTIONS
-s SERVER[:PORT] Connect to the specified SERVER (and PORT, if given). Default is "localhost:444". -f USER Show that the sent page is coming from USER. Default is the current user. -m MESSAGE Send the given MESSAGE instead of reading text from stdin. -n Do not notify the 'from' user about the status of the page. -d Display SNPP session debugging. -C CONF Read CONF instead of /etc/sendpage/snpp.conf for server default. -h Display a summary of all the available command line options. DESCRIPTION
This tool is used to send a page via the Simple Network Paging Protocol (level 2). It is designed to be used with 'sendpage', but should work with any other SNPP servers as well. The /etc/sendpage/snpp.conf file can contain a single line in the form of server:ADDRESS[:PORT] where ADDRESS and PORT are the defaults for snpp. AUTHOR
Kees Cook <kees@outflux.net> BUGS
Not much happening in this tool, but I bet the use of "CALLer id" is not standard, and other SNPP server may require this tool run with the '-n' option all the time. COPYRIGHT
snpp is free software; it can be used under the terms of the GNU General Public License. SEE ALSO
perl(1), sendpage(1), Net::SNPP(3) perl v5.10.0 2009-05-19 SNPP(1p)

Check Out this Related Man Page

SENDPAGE-DB(1p) 					User Contributed Perl Documentation					   SENDPAGE-DB(1p)

NAME
sendpage-db - manipulate Sendpage recipient database SYNOPSIS
sendpage-db [OPTIONS] OPTIONS
-c DB_TYPE Specify the database connection type (e.g. "dbi:mysql"). -U DB_USER Specify the database user to connect as (e.g. "sendpage"). -P DB_PASS Specify the database password use when connecting. -a Add an entry to the database, reading from stdin. -d Delete an entry to the database, reading from stdin. -p Show all database entries. -v Run in verbose mode. -h Display a summary of all the available command line options. DESCRIPTION
This tool is used to manipulate the recipient database that can be optionally used by Sendpage. AUTHOR
Todd T. Fries <todd@fries.net> COPYRIGHT
sendpage-db is free software; it can be used under the terms of the GNU General Public License. SEE ALSO
perl(1), sendpage(1), snpp(1) perl v5.10.0 2009-05-19 SENDPAGE-DB(1p)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

perl - reading from a file conditionally

Hi, I am new to perl. I want to read from a file on the basis of some conditions.. I want to define parameters in a configuration file in such a manner like... etc.. in my perl script, theer is a variable like this.. then i want to read values from first if block from the file... (1 Reply)
Discussion started by: shellwell
1 Replies

2. Shell Programming and Scripting

Extracting a field value from a line

Used TNSNAMES adapter to resolve the alias Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.12.11.255)(PORT = 1540)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = CSMFIRE03))) I would like to extract the CSMFIRE03. I have no clue which command to use. Could... (5 Replies)
Discussion started by: Naresh Akkal
5 Replies

3. Shell Programming and Scripting

Generate a XML file from a text file

FILE-1 USER username@foo.com TOOLIN tool-a TOOL2 tool-b TOOL3 tool-c TOOL4 tool-d TOOL5 tool-e USER username_2@foo.com TOOLIN tool-e TOOL2 tool-f TOOL3 tool-c TOOL4 tool-d .... I need to take this file and generate a target XML file - <access> <managed> ... (3 Replies)
Discussion started by: jacki
3 Replies

4. HP-UX

[SOLVED] HP UX SERVER IP ADDRESS

I am moving an HP UX 9000 server to a new subnet. How do I change the server's IP address?? Many thanks in advance :confused: (3 Replies)
Discussion started by: ldaliosmane
3 Replies

5. Shell Programming and Scripting

Bash Sockets ?

hey all, I have got these two examples of sockets: #!/bin/bash # Config NICK="UNIX-bot" SERVER="example" PORT=5555 CHANNEL="#de" exec 3<>/dev/tcp/${SERVER}/${PORT} echo "NICK ${NICK}" >&3 echo "USER ${NICK} 8 * : ${NICK}" >&3 echo "JOIN ${CHANNEL}" >&3 cat <&3 (1 Reply)
Discussion started by: eawedat
1 Replies

6. Shell Programming and Scripting

Read input write multply output with creteria

Hi All Please Help Read input write multply output with creteria Exemple i have file abc 111 444 abc 111 444 def 111 444 def111 444 bbb 111 444 bbb 111 444 i would need write 3 files pos 1-3 is the Criteria output would be file1 contains abc file2 def file3 bbb ... (3 Replies)
Discussion started by: tonyk334
3 Replies